Home
last modified time | relevance | path

Searched refs:IFD_NOTREADY (Results 1 – 3 of 3) sorted by relevance

/xnu-8796.141.3/bsd/netinet/
H A Din.c1529 ifa->ifa_debug |= IFD_NOTREADY; in in_control()
1817 ia->ia_ifa.ifa_debug &= ~IFD_NOTREADY; in in_ifinit()
H A Draw_ip.c897 (ia->ia_ifa.ifa_debug & IFD_NOTREADY)) { in rip_ctlinput()
/xnu-8796.141.3/bsd/net/
H A Dif_var_private.h1102 #define IFD_NOTREADY 0x40 /* embryonic; not yet ready */ macro