Searched refs:ifa_debug (Results 1 - 4 of 4) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dif.c178 if (ifa->ifa_debug & IFA_ATTACHED) {
182 ifa->ifa_debug |= IFA_ATTACHED;
194 if ((ifa->ifa_debug & IFA_ATTACHED) == 0) {
195 printf("if_detach_ifa: ifa is not attached to any interface! flags=%lu\n", ifa->ifa_debug);
210 ifa->ifa_debug &= ~IFA_ATTACHED;
H A Dif_var.h578 u_long ifa_debug; /* debug flags */ member in struct:ifaddr
582 #define IFA_ATTACHED 0x1 /* ifa_debug: IFA is attached to an interface */
H A Droute.c778 if ((ifa->ifa_debug & IFA_ATTACHED) != 0) {
H A Ddlil.c2553 ifa->ifa_debug |= IFA_ATTACHED;

Completed in 30 milliseconds