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

/darwin-on-arm/xnu/bsd/net/
H A Dif_vlan.c888 ifnet_set_eflags(p, 0, IFEF_VLAN); /* clear IFEF_VLAN */
1250 if ((ifnet_eflags(p) & IFEF_VLAN) == 0) {
1393 p->if_eflags |= IFEF_VLAN;
1476 ifnet_set_eflags(p, 0, IFEF_VLAN);
1603 ifnet_set_eflags(p, 0, IFEF_VLAN);
2040 if ((ifnet_eflags(p) & IFEF_VLAN) == 0) {
H A Dif.h161 #define IFEF_VLAN 0x200 /* interface has one or more vlans */ macro
H A Dif_bond.c2031 if ((ifnet_eflags(port_ifp) & (IFEF_VLAN | IFEF_BOND)) != 0) {

Completed in 74 milliseconds