Symbol: ETHERTYPE_VLAN
usr/src/boot/include/net/ethernet.h
38
(((etype) == ETHERTYPE_VLAN) ? ETHER_VLAN_ENCAP_LEN : 0))
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_ether.c
183
if (ethertype == ETHERTYPE_VLAN) {
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_ether.c
401
if (ether_type == (uint16_t)ETHERTYPE_VLAN) {
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_filter.c
1903
if (val != ETHERTYPE_VLAN) {
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_filter.c
2276
ethertype_match(ETHERTYPE_VLAN);
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_filter.c
2311
ethertype_match(ETHERTYPE_VLAN);
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_filter.c
954
if (ntohs(get_u16(base)) == ETHERTYPE_VLAN)
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_pf.c
1032
htons(ETHERTYPE_VLAN));
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_pf.c
105
{ "vlan", ETHERTYPE_VLAN },
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_pf.c
1093
if (ethertype == ETHERTYPE_VLAN)
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_pf.c
121
{ "vlan", ETHERTYPE_VLAN },
usr/src/cmd/cmd-inet/usr.sbin/snoop/snoop_trill.c
92
if (inner_ethhdr->ether_type != htons(ETHERTYPE_VLAN)) {
usr/src/common/inet/inet_hash.c
185
if (sap == ETHERTYPE_VLAN) {
usr/src/lib/varpd/libvarpd/common/libvarpd_arp.c
624
eh->ether_tpid = htons(ETHERTYPE_VLAN);
usr/src/test/os-tests/tests/mac/mac_parsing.c
772
.ether_tpid = htons(ETHERTYPE_VLAN),
usr/src/uts/common/inet/ipf/ip_fil_solaris.c
2309
if ((etype = ntohs(ethp->ether_type)) == ETHERTYPE_VLAN) {
usr/src/uts/common/inet/sockmods/sockmod_pfp.c
388
hdr.mhi_bindsap == ETHERTYPE_VLAN) {
usr/src/uts/common/io/bge/bge_recv2.c
208
ehp->ether_tpid = ntohs(ETHERTYPE_VLAN);
usr/src/uts/common/io/bge/bge_send.c
528
if (ehp->ether_tpid == htons(ETHERTYPE_VLAN)) {
usr/src/uts/common/io/bnxe/bnxe_rr.c
74
if (etype == ETHERTYPE_VLAN)
usr/src/uts/common/io/bnxe/bnxe_tx.c
701
htons(ETHERTYPE_VLAN))
usr/src/uts/common/io/bnxe/bnxe_tx.c
710
if (((struct ether_header *)pL2Hdr)->ether_type == htons(ETHERTYPE_VLAN))
usr/src/uts/common/io/bridge.c
1809
evh->ether_tpid = htons(ETHERTYPE_VLAN);
usr/src/uts/common/io/bridge.c
1819
if (hdr_info->mhi_bindsap == ETHERTYPE_VLAN) {
usr/src/uts/common/io/bridge.c
2129
if (hdr_info->mhi_bindsap == ETHERTYPE_VLAN) {
usr/src/uts/common/io/bridge.c
2292
(hdr_info.mhi_bindsap != ETHERTYPE_VLAN ||
usr/src/uts/common/io/bridge.c
2580
if (hdr_info.mhi_bindsap == ETHERTYPE_VLAN) {
usr/src/uts/common/io/dld/dld_str.c
1303
((dsp->ds_sap == ETHERTYPE_VLAN) ||
usr/src/uts/common/io/dld/dld_str.c
1356
((dsp->ds_sap == ETHERTYPE_VLAN) ||
usr/src/uts/common/io/dld/dld_str.c
1507
*(uint16_t *)(daddr + addr_length) = ETHERTYPE_VLAN;
usr/src/uts/common/io/dld/dld_str.c
801
if (ntohs(evhp->ether_tpid) == ETHERTYPE_VLAN) {
usr/src/uts/common/io/dld/dld_str.c
848
evhp->ether_tpid = htons(ETHERTYPE_VLAN);
usr/src/uts/common/io/dls/dls.c
187
if (sap == ETHERTYPE_VLAN && dsp->ds_promisc == 0) {
usr/src/uts/common/io/dls/dls.c
227
if (dsp->ds_sap == ETHERTYPE_VLAN) {
usr/src/uts/common/io/dls/dls.c
334
if (dsp->ds_sap == ETHERTYPE_VLAN &&
usr/src/uts/common/io/dls/dls.c
489
if (is_ethernet && sap != ETHERTYPE_VLAN &&
usr/src/uts/common/io/dls/dls.c
494
mac_sap = ETHERTYPE_VLAN;
usr/src/uts/common/io/dls/dls.c
525
ASSERT(sap == ETHERTYPE_VLAN);
usr/src/uts/common/io/dls/dls_link.c
401
ETHERTYPE_VLAN, dls_accept) > 0) {
usr/src/uts/common/io/dls/dls_link.c
416
(mhi.mhi_bindsap == ETHERTYPE_VLAN &&
usr/src/uts/common/io/e1000g/e1000g_sw.h
319
htons(ETHERTYPE_VLAN))
usr/src/uts/common/io/e1000g/e1000g_tx.c
484
htons(ETHERTYPE_VLAN))
usr/src/uts/common/io/fibre-channel/fca/oce/oce_rx.c
457
ehp->ether_tpid = htons(ETHERTYPE_VLAN);
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
4839
if (ntohs(ethvhdr->ether_tpid) == ETHERTYPE_VLAN) {
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
5104
if (ntohs(ethvhdr->ether_tpid) == ETHERTYPE_VLAN) {
usr/src/uts/common/io/fibre-channel/fca/qlge/qlge.c
5188
if (ntohs(ethvhdr->ether_tpid) == ETHERTYPE_VLAN) {
usr/src/uts/common/io/gld.c
2704
!(GLD_IS_PHYS(gld) && gld->gld_sap == ETHERTYPE_VLAN &&
usr/src/uts/common/io/gld.c
2805
(GLD_IS_PHYS(gld) && gld->gld_sap == ETHERTYPE_VLAN &&
usr/src/uts/common/io/gld.c
2854
((gld->gld_sap == ETHERTYPE_VLAN) ||
usr/src/uts/common/io/gld.c
2958
type = ETHERTYPE_VLAN;
usr/src/uts/common/io/gld.c
3951
if ((macinfo->gldm_type == DL_ETHER) && (sap == ETHERTYPE_VLAN))
usr/src/uts/common/io/gld.c
4019
(gld->gld_sap == ETHERTYPE_VLAN)) {
usr/src/uts/common/io/gldutil.c
210
if ((typelen == ETHERTYPE_VLAN) &&
usr/src/uts/common/io/hme/hme.c
2302
if (get_ether_type(mp->b_rptr) == ETHERTYPE_VLAN) {
usr/src/uts/common/io/ib/clients/eoib/eib_data.c
466
if (evh->eh_ether_type != ETHERTYPE_VLAN) {
usr/src/uts/common/io/igb/igb_tx.c
640
if (etype == ETHERTYPE_VLAN) {
usr/src/uts/common/io/ixgbe/ixgbe_tx.c
622
if (etype == ETHERTYPE_VLAN) {
usr/src/uts/common/io/mac/mac_client.c
4169
if (ntohs(eth->ether_type) == ETHERTYPE_VLAN) {
usr/src/uts/common/io/mac/mac_client.c
4462
if (is_ethernet && (mhip->mhi_bindsap == ETHERTYPE_VLAN)) {
usr/src/uts/common/io/mac/mac_flow.c
1672
if (is_ether && mhi.mhi_bindsap == ETHERTYPE_VLAN &&
usr/src/uts/common/io/mac/mac_flow.c
1731
if ((sap = ntohs(evhp->ether_tpid)) == ETHERTYPE_VLAN &&
usr/src/uts/common/io/mac/mac_provider.c
1974
if (ethertype == ETHERTYPE_VLAN) {
usr/src/uts/common/io/mac/mac_util.c
1376
evhp->ether_tpid = htons(ETHERTYPE_VLAN);
usr/src/uts/common/io/mac/mac_util.c
1439
if (ntohs(evhp->ether_tpid) == ETHERTYPE_VLAN) {
usr/src/uts/common/io/mac/mac_util.c
1954
if (sap == ETHERTYPE_VLAN) {
usr/src/uts/common/io/myri10ge/drv/myri10ge.c
1794
if (eh->ether_type != BE_16(ETHERTYPE_VLAN))
usr/src/uts/common/io/myri10ge/drv/myri10ge.c
2327
if (eh->ether_type == BE_16(ETHERTYPE_VLAN)) {
usr/src/uts/common/io/myri10ge/drv/myri10ge.c
3049
if (eh->ether_type == BE_16(ETHERTYPE_VLAN)) {
usr/src/uts/common/io/ntxn/unm_nic_main.c
714
if (type == htons(ETHERTYPE_VLAN)) {
usr/src/uts/common/io/ntxn/unm_nic_main.c
747
if (type == htons(ETHERTYPE_VLAN)) {
usr/src/uts/common/io/nxge/nxge_send.c
1272
if (evh->ether_tpid == htons(ETHERTYPE_VLAN))
usr/src/uts/common/io/qede/qede_dbg.c
79
} else if (ntohs(eth_hdr->ether_type) == ETHERTYPE_VLAN) {
usr/src/uts/common/io/qede/qede_fp.c
1751
if (ntohs(ethvhdr->ether_tpid) == ETHERTYPE_VLAN) {
usr/src/uts/common/io/qede/qede_fp.c
859
} else if (ntohs(eth_hdr->ether_type) == ETHERTYPE_VLAN) {
usr/src/uts/common/io/qede/qede_fp.c
933
} else if (ntohs(eth_hdr->ether_type) == ETHERTYPE_VLAN) {
usr/src/uts/common/io/rge/rge_rxtx.c
266
ehp->ether_tpid = htons(ETHERTYPE_VLAN);
usr/src/uts/common/io/rge/rge_rxtx.c
607
if (ehp->ether_tpid == htons(ETHERTYPE_VLAN))
usr/src/uts/common/io/sfxge/sfxge_rx.c
1336
ASSERT3U(((etherhp->ether_type == htons(ETHERTYPE_VLAN)) ?
usr/src/uts/common/io/sfxge/sfxge_rx.c
1556
if (etherhp->ether_type == htons(ETHERTYPE_VLAN)) {
usr/src/uts/common/io/sfxge/sfxge_tcp.c
101
if (ether_type == htons(ETHERTYPE_VLAN)) {
usr/src/uts/common/io/sfxge/sfxge_tx.c
1601
ehs = (etherhp->ether_type == htons(ETHERTYPE_VLAN)) ?
usr/src/uts/common/io/sfxge/sfxge_tx.c
1760
ASSERT3U(((etherhp->ether_type == htons(ETHERTYPE_VLAN)) ?
usr/src/uts/common/io/trill.c
117
tci != TRILL_NO_TCI ? ETHERTYPE_VLAN : etype, mp, extra_hdr_len);
usr/src/uts/common/io/trill.c
231
ASSERT(ethtype == ETHERTYPE_VLAN || ethtype == ETHERTYPE_TRILL);
usr/src/uts/common/io/trill.c
235
(ethtype == ETHERTYPE_VLAN ? sizeof (struct ether_vlan_extinfo):0);
usr/src/uts/common/io/trill.c
445
if (ethhdr->ether_type == htons(ETHERTYPE_VLAN)) {
usr/src/uts/common/io/vioif/vioif.c
1309
if (ether->ether_type == htons(ETHERTYPE_VLAN)) {
usr/src/uts/common/sys/fibre-channel/fca/qlge/qlge.h
283
#ifndef ETHERTYPE_VLAN
usr/src/uts/common/sys/gld.h
345
(((uint32_t)ETHERTYPE_VLAN << VLAN_TPID_SHIFT) | \
usr/src/uts/common/sys/gld.h
351
(((uint32_t)ETHERTYPE_VLAN << VLAN_TPID_SHIFT) | (tci))
usr/src/uts/common/sys/mac_client_impl.h
355
ETHERTYPE_VLAN) { \
usr/src/uts/intel/io/vmxnet3s/vmxnet3_tx.c
91
if (eth->ether_tpid == htons(ETHERTYPE_VLAN)) {
usr/src/uts/sun/io/eri/eri.c
3476
if (get_ether_type(mp->b_rptr) == ETHERTYPE_VLAN) {
usr/src/uts/sun4v/io/vnet.c
1347
if (ntohs(evhp->ether_tpid) == ETHERTYPE_VLAN &&
usr/src/uts/sun4v/io/vnet.c
893
ehp->ether_type != htons(ETHERTYPE_VLAN)) {
usr/src/uts/sun4v/io/vnet_common.c
109
evhp->ether_tpid = htons(ETHERTYPE_VLAN);
usr/src/uts/sun4v/io/vnet_common.c
86
evhp->ether_tpid = htons(ETHERTYPE_VLAN);
usr/src/uts/sun4v/io/vnet_gen.c
1576
if (ehp->ether_type == ETHERTYPE_VLAN) {
usr/src/uts/sun4v/io/vsw_switching.c
1275
if (ehp->ether_type != ETHERTYPE_VLAN) { /* untagged */
usr/src/uts/sun4v/io/vsw_switching.c
1484
if (ehp->ether_type == ETHERTYPE_VLAN) {