Home
last modified time | relevance | path

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

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