Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/net/ !
H A Dethernet.h110 #define ETHERTYPE_VLAN 0x8100 /* IEEE 802.1Q VLAN tagging */ macro
H A Dether_if_module.c497 } else if (ether_type == htons(ETHERTYPE_VLAN)) { in ether_demux()
H A Dif_vlan.c1085 evl->evl_encap_proto = htons(ETHERTYPE_VLAN); in vlan_output()
H A Dif_fake.c652 evl_p->evl_encap_proto = htons(ETHERTYPE_VLAN); /* VLAN encap */ in get_bpf_header()
H A Dif_bond.c1060 evl_p->evl_encap_proto = htons(ETHERTYPE_VLAN); /* VLAN encap */ in get_bpf_header()
/xnu-11215.1.10/tests/ !
H A Dnet_vlan.c344 evl_p->evl_encap_proto = htons(ETHERTYPE_VLAN); in vlan_send_short_packet()
/xnu-11215.1.10/tests/skywalk/ !
H A Dskt_filter.c259 evh->evl_encap_proto = htons(ETHERTYPE_VLAN); in custom_ether_build_packet()
391 if (etype != ETHERTYPE_VLAN) { in custom_ether_verify()
/xnu-11215.1.10/bsd/skywalk/nexus/netif/ !
H A Dnx_netif_util.c89 if (ntohs(evl->evl_encap_proto) == ETHERTYPE_VLAN) { in fill_vlan_info()
H A Dnx_netif_flow.c153 } else if (etype == ETHERTYPE_VLAN) { in netif_flow_ethertype_info()
H A Dnx_netif_netagent.c180 ETHERTYPE_VLAN,