Searched refs:ETHERTYPE_VLAN (Results 1 - 4 of 4) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dethernet.h96 #define ETHERTYPE_VLAN 0x8100 /* IEEE 802.1Q VLAN tagging */ macro
H A Dether_if_module.c418 else if (ether_type == htons(ETHERTYPE_VLAN)) {
423 || ntohs(evl->evl_proto) == ETHERTYPE_VLAN
H A Dif_vlan.c1012 evl->evl_encap_proto = htons(ETHERTYPE_VLAN);
1045 if (ntohs(evl->evl_proto) == ETHERTYPE_VLAN) {
1846 * Attach a DLIL protocol to the interface, using the ETHERTYPE_VLAN
H A Dif_bond.c1009 vlh_p->evl_encap_proto = htons(ETHERTYPE_VLAN);

Completed in 27 milliseconds