Home
last modified time | relevance | path

Searched refs:IFEF_VLAN (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.61.12/bsd/net/
H A Dif_vlan.c821 if_clear_eflags(p, IFEF_VLAN); /* clear IFEF_VLAN */ in vlan_parent_remove_all_vlans()
1185 if ((ifnet_eflags(p) & IFEF_VLAN) == 0) { in vlan_input()
1320 eflags = if_set_eflags(p, IFEF_VLAN); in vlan_config()
1323 if_clear_eflags(p, IFEF_VLAN); in vlan_config()
1413 if_clear_eflags(p, IFEF_VLAN); in vlan_config()
1544 if_clear_eflags(p, IFEF_VLAN); in vlan_unconfig()
2008 if ((ifnet_eflags(p) & IFEF_VLAN) == 0) { in vlan_parent_link_event()
H A Dif_private.h103 #define IFEF_VLAN 0x00000200 /* interface has one or more vlans */ macro
H A Dif_bond.c2173 if ((ifnet_eflags(port_ifp) & (IFEF_VLAN | IFEF_BOND)) != 0) { in bond_add_interface()
2181 if ((eflags & IFEF_VLAN) != 0) { in bond_add_interface()