Home
last modified time | relevance | path

Searched refs:ATF_INUSE (Results 1 – 2 of 2) sorted by relevance

/freebsd-13-stable/libexec/bootpd/
HDhwaddr.c39 #ifndef ATF_INUSE /* Not defined on some systems (i.e. Linux) */
40 #define ATF_INUSE 0 macro
119 arpreq.arp_flags = ATF_INUSE | ATF_COM;
/freebsd-13-stable/sys/net/
HDif_arp.h94 #define ATF_INUSE 0x01 /* entry in use */ macro