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

/macosx-10.10/xnu-2782.1.97/bsd/net/
H A Dif_loop.c634 lo_init.flags = IFNET_INIT_LEGACY;
H A Dkpi_interface.c127 einit.flags = IFNET_INIT_LEGACY;
170 if (einit.flags & IFNET_INIT_LEGACY) {
171 if (einit.output == NULL || einit.flags != IFNET_INIT_LEGACY)
320 VERIFY(!(einit.flags & IFNET_INIT_LEGACY) ||
H A Dkpi_interface.h695 #define IFNET_INIT_LEGACY 0x1 /* legacy network interface model */ macro
970 if IFNET_INIT_LEGACY is not set.
975 only if IFNET_INIT_LEGACY is not set, and optional if it is set.
977 only if IFNET_INIT_LEGACY is not set.
979 only if IFNET_INIT_LEGACY is not set.
984 IFNET_INIT_LEGACY is not set.
992 IFNET_INIT_LEGACY is not set and only if IFNET_INIT_INPUT_POLL
995 only if IFNET_INIT_LEGACY is not set and only if opportunistic
H A Dif_vlan.c1000 vlan_init.flags = IFNET_INIT_LEGACY;
H A Dif_bond.c1113 bond_init.flags = IFNET_INIT_LEGACY;
H A Dif_bridge.c1206 init_params.flags = IFNET_INIT_LEGACY;
/macosx-10.10/IONetworkingFamily-101/
H A DIONetworkInterface.cpp2060 eparams.flags = IFNET_INIT_LEGACY;

Completed in 213 milliseconds