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

/darwin-on-arm/xnu/bsd/net/
H A Dethernet.h104 #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.c1169 evl->evl_encap_proto = htons(ETHERTYPE_VLAN);
1225 if (ntohs(evl->evl_proto) == ETHERTYPE_VLAN) {
2080 * Attach a DLIL protocol to the interface, using the ETHERTYPE_VLAN
H A Dif_bond.c977 vlh_p->evl_encap_proto = htons(ETHERTYPE_VLAN);

Completed in 31 milliseconds