Searched refs:IFEF_AUTOCONFIGURING (Results 1 - 3 of 3) sorted by relevance

/xnu-2422.115.4/bsd/net/
H A Dif.h158 #define IFEF_AUTOCONFIGURING 0x1 /* allow BOOTP/DHCP replies to enter */ macro
/xnu-2422.115.4/bsd/netinet/
H A Din.c502 ifp->if_eflags |= IFEF_AUTOCONFIGURING;
506 ifp->if_eflags &= ~IFEF_AUTOCONFIGURING;
577 ifp->if_eflags &= ~(IFEF_ARPLL | IFEF_AUTOCONFIGURING);
H A Dip_input.c1181 if ((inifp->if_eflags & IFEF_AUTOCONFIGURING) &&

Completed in 42 milliseconds