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

/darwin-on-arm/xnu/bsd/net/
H A Dif_loop.c646 lo_init.flags = IFNET_INIT_LEGACY;
H A Dkpi_interface.c120 einit.flags = IFNET_INIT_LEGACY;
163 if (einit.flags & IFNET_INIT_LEGACY) {
164 if (einit.output == NULL || einit.flags != IFNET_INIT_LEGACY)
265 VERIFY(!(einit.flags & IFNET_INIT_LEGACY) ||
H A Dkpi_interface.h657 #define IFNET_INIT_LEGACY 0x1 /* legacy network interface model */ macro
797 if IFNET_INIT_LEGACY is not set.
802 only if IFNET_INIT_LEGACY is not set, and optional if it is set.
804 IFNET_INIT_LEGACY is not set, and required if it is set.
806 only if IFNET_INIT_LEGACY is not set.
813 IFNET_INIT_LEGACY is not set and only if IFNET_INIT_INPUT_POLL
816 only if IFNET_INIT_LEGACY is not set and only if opportunistic
H A Dif_bridge.c1086 init_params.flags = IFNET_INIT_LEGACY;

Completed in 40 milliseconds