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

/darwin-on-arm/xnu/bsd/net/
H A Dif.h156 #define IFEF_AUTOCONFIGURING 0x1 /* allow BOOTP/DHCP replies to enter */ macro
/darwin-on-arm/xnu/bsd/netinet/
H A Din.c640 ifp->if_eflags |= IFEF_AUTOCONFIGURING;
644 ifp->if_eflags &= ~IFEF_AUTOCONFIGURING;
1430 ifp->if_eflags &= ~(IFEF_ARPLL | IFEF_AUTOCONFIGURING);
H A Dip_input.c1165 && (m->m_pkthdr.rcvif->if_eflags & IFEF_AUTOCONFIGURING)

Completed in 35 milliseconds