Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/net/
H A Dethernet.h110 #define ETHERTYPE_VLAN 0x8100 /* IEEE 802.1Q VLAN tagging */ macro
H A Dether_if_module.c511 } 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.c650 evl_p->evl_encap_proto = htons(ETHERTYPE_VLAN); /* VLAN encap */ in get_bpf_header()
H A Dif_bond.c1061 evl_p->evl_encap_proto = htons(ETHERTYPE_VLAN); /* VLAN encap */ in get_bpf_header()
/xnu-12377.81.4/tests/
H A Dnet_vlan.c344 evl_p->evl_encap_proto = htons(ETHERTYPE_VLAN); in vlan_send_short_packet()
/xnu-12377.81.4/tests/skywalk/
H A Dskt_filter.c259 evh->evl_encap_proto = htons(ETHERTYPE_VLAN); in custom_ether_build_packet()
390 if (etype != ETHERTYPE_VLAN) { in custom_ether_verify()
/xnu-12377.81.4/bsd/skywalk/nexus/netif/
H A Dnx_netif_flow.c153 } else if (etype == ETHERTYPE_VLAN) { in netif_flow_ethertype_info()
H A Dnx_netif_netagent.c180 ETHERTYPE_VLAN,