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

/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dif_vlan.c742 ifnet_set_eflags(p, 0, IFEF_VLAN); /* clear IFEF_VLAN */
1070 if ((ifnet_eflags(p) & IFEF_VLAN) == 0) {
1199 p->if_eflags |= IFEF_VLAN;
1285 ifnet_set_eflags(p, 0, IFEF_VLAN);
1398 ifnet_set_eflags(p, 0, IFEF_VLAN);
1782 if ((ifnet_eflags(p) & IFEF_VLAN) == 0) {
H A Dif.h148 #define IFEF_VLAN 0x200 /* interface has one or more vlans */ macro
H A Dif_bond.c2049 if ((ifnet_eflags(port_ifp) & (IFEF_VLAN | IFEF_BOND)) != 0) {

Completed in 28 milliseconds