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

/macosx-10.9.5/xnu-2422.115.4/bsd/net/
H A Dif_loop.c634 lo_init.flags = IFNET_INIT_LEGACY;
H A Dkpi_interface.c126 einit.flags = IFNET_INIT_LEGACY;
169 if (einit.flags & IFNET_INIT_LEGACY) {
170 if (einit.output == NULL || einit.flags != IFNET_INIT_LEGACY)
319 VERIFY(!(einit.flags & IFNET_INIT_LEGACY) ||
H A Dif_utun.c208 utun_init.flags = IFNET_INIT_LEGACY;
H A Dkpi_interface.h695 #define IFNET_INIT_LEGACY 0x1 /* legacy network interface model */ macro
965 if IFNET_INIT_LEGACY is not set.
970 only if IFNET_INIT_LEGACY is not set, and optional if it is set.
972 IFNET_INIT_LEGACY is not set, and required if it is set.
974 only if IFNET_INIT_LEGACY is not set.
984 IFNET_INIT_LEGACY is not set and only if IFNET_INIT_INPUT_POLL
987 only if IFNET_INIT_LEGACY is not set and only if opportunistic
H A Dif_vlan.c970 vlan_init.flags = IFNET_INIT_LEGACY;
H A Dif_bond.c1147 bond_init.flags = IFNET_INIT_LEGACY;
H A Dif_bridge.c1171 init_params.flags = IFNET_INIT_LEGACY;
/macosx-10.9.5/IONetworkingFamily-100/
H A DIONetworkInterface.cpp2060 eparams.flags = IFNET_INIT_LEGACY;

Completed in 203 milliseconds