Home
last modified time | relevance | path

Searched refs:ETHERTYPE_VLAN (Results 1 – 7 of 7) sorted by relevance

/xnu-10063.141.1/bsd/net/
H A Dethernet.h110 #define ETHERTYPE_VLAN 0x8100 /* IEEE 802.1Q VLAN tagging */ macro
H A Dether_if_module.c408 } else if (ether_type == htons(ETHERTYPE_VLAN)) { in ether_demux()
413 ntohs(evl->evl_proto) == ETHERTYPE_VLAN || in ether_demux()
H A Dif_vlan.c1156 evl->evl_encap_proto = htons(ETHERTYPE_VLAN); in vlan_output()
1218 if (ntohs(evl->evl_proto) == ETHERTYPE_VLAN) { in vlan_input()
H A Dif_bond.c1023 vlh_p->evl_encap_proto = htons(ETHERTYPE_VLAN); in bond_bpf_vlan()
/xnu-10063.141.1/bsd/skywalk/nexus/netif/
H A Dnx_netif_flow.c153 } else if (etype == ETHERTYPE_VLAN) { in netif_flow_ethertype_info()
H A Dnx_netif_util.c89 if (ntohs(evl->evl_encap_proto) == ETHERTYPE_VLAN) { in fill_vlan_info()
H A Dnx_netif_netagent.c180 ETHERTYPE_VLAN,