/illumos-gate/usr/src/uts/common/io/dls/ |
H A D | dls.c | 185 if (sap == ETHERTYPE_VLAN && dsp->ds_promisc == 0) { in dls_bind() 225 if (dsp->ds_sap == ETHERTYPE_VLAN) { in dls_unbind() 314 if (dsp->ds_sap == ETHERTYPE_VLAN && in dls_promisc() 469 if (is_ethernet && sap != ETHERTYPE_VLAN && in dls_header() 474 mac_sap = ETHERTYPE_VLAN; in dls_header() 505 ASSERT(sap == ETHERTYPE_VLAN); in dls_header()
|
H A D | dls_link.c | 401 ETHERTYPE_VLAN, dls_accept) > 0) { in i_dls_link_rx() 416 (mhi.mhi_bindsap == ETHERTYPE_VLAN && in i_dls_link_rx()
|
/illumos-gate/usr/src/uts/sun4v/io/ |
H A D | vnet_common.c | 86 evhp->ether_tpid = htons(ETHERTYPE_VLAN); in vnet_vlan_insert_tag() 109 evhp->ether_tpid = htons(ETHERTYPE_VLAN); in vnet_vlan_insert_tag()
|
/illumos-gate/usr/src/boot/include/net/ |
H A D | ethernet.h | 38 (((etype) == ETHERTYPE_VLAN) ? ETHER_VLAN_ENCAP_LEN : 0)) 263 #define ETHERTYPE_VLAN 0x8100 /* IEEE 802.1Q VLAN tagging (XXX conflicts) */ macro
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | gld.h | 345 (((uint32_t)ETHERTYPE_VLAN << VLAN_TPID_SHIFT) | \ 351 (((uint32_t)ETHERTYPE_VLAN << VLAN_TPID_SHIFT) | (tci))
|
H A D | ethernet.h | 92 #define ETHERTYPE_VLAN (0x8100) /* 802.1Q VLAN */ macro
|
H A D | mac_client_impl.h | 274 ETHERTYPE_VLAN) { \
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_trill.c | 92 if (inner_ethhdr->ether_type != htons(ETHERTYPE_VLAN)) { in interpret_trill()
|
H A D | snoop_pf.c | 105 { "vlan", ETHERTYPE_VLAN }, 121 { "vlan", ETHERTYPE_VLAN }, 1032 htons(ETHERTYPE_VLAN)); in pf_check_vlan_tag() 1093 if (ethertype == ETHERTYPE_VLAN) in pf_match_ethertype()
|
H A D | snoop_filter.c | 954 if (ntohs(get_u16(base)) == ETHERTYPE_VLAN) in want_packet() 1903 if (val != ETHERTYPE_VLAN) { in ethertype_match() 2276 ethertype_match(ETHERTYPE_VLAN); in primary() 2311 ethertype_match(ETHERTYPE_VLAN); in primary()
|
H A D | snoop_ether.c | 183 if (ethertype == ETHERTYPE_VLAN) { in interpret_ether() 401 if (ether_type == (uint16_t)ETHERTYPE_VLAN) { in ether_header_len()
|
/illumos-gate/usr/src/uts/common/io/bnxe/ |
H A D | bnxe_rr.c | 74 if (etype == ETHERTYPE_VLAN) in BnxeRouteTxRing()
|
H A D | bnxe_tx.c | 701 htons(ETHERTYPE_VLAN)) in BnxeGetHdrInfo() 710 if (((struct ether_header *)pL2Hdr)->ether_type == htons(ETHERTYPE_VLAN)) in BnxeGetHdrInfo()
|
/illumos-gate/usr/src/uts/common/io/sfxge/ |
H A D | sfxge_tcp.c | 101 if (ether_type == htons(ETHERTYPE_VLAN)) { in sfxge_pkthdr_parse()
|
/illumos-gate/usr/src/uts/common/io/dld/ |
H A D | dld_str.c | 801 if (ntohs(evhp->ether_tpid) == ETHERTYPE_VLAN) { in i_dld_ether_header_update_tag() 848 evhp->ether_tpid = htons(ETHERTYPE_VLAN); in i_dld_ether_header_update_tag() 1303 ((dsp->ds_sap == ETHERTYPE_VLAN) || in dld_str_rx_fastpath() 1356 ((dsp->ds_sap == ETHERTYPE_VLAN) || in dld_str_rx_unitdata() 1507 *(uint16_t *)(daddr + addr_length) = ETHERTYPE_VLAN; in str_unitdata_ind()
|
/illumos-gate/usr/src/uts/common/io/rge/ |
H A D | rge_rxtx.c | 278 ehp->ether_tpid = htons(ETHERTYPE_VLAN); in rge_receive_packet() 634 if (ehp->ether_tpid == htons(ETHERTYPE_VLAN)) in rge_send()
|
/illumos-gate/usr/src/common/inet/ |
H A D | inet_hash.c | 185 if (sap == ETHERTYPE_VLAN) { in inet_pkt_hash()
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | trill.c | 117 tci != TRILL_NO_TCI ? ETHERTYPE_VLAN : etype, mp, extra_hdr_len); in create_trill_header() 231 ASSERT(ethtype == ETHERTYPE_VLAN || ethtype == ETHERTYPE_TRILL); in trill_dest_fwd() 235 (ethtype == ETHERTYPE_VLAN ? sizeof (struct ether_vlan_extinfo):0); in trill_dest_fwd() 445 if (ethhdr->ether_type == htons(ETHERTYPE_VLAN)) { in trill_recv()
|
/illumos-gate/usr/src/uts/common/io/mac/ |
H A D | mac_util.c | 793 if (oevh->ether_tpid == htons(ETHERTYPE_VLAN)) in mac_sw_lso() 1355 evhp->ether_tpid = htons(ETHERTYPE_VLAN); in mac_add_vlan_tag() 1418 if (ntohs(evhp->ether_tpid) == ETHERTYPE_VLAN) { in mac_strip_vlan_tag() 1933 if (sap == ETHERTYPE_VLAN) { in mac_pkt_hash()
|
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlge/ |
H A D | qlge.h | 283 #ifndef ETHERTYPE_VLAN 284 #define ETHERTYPE_VLAN 0x8100 macro
|
/illumos-gate/usr/src/uts/common/io/qede/ |
H A D | qede_dbg.c | 79 } else if (ntohs(eth_hdr->ether_type) == ETHERTYPE_VLAN) { in qede_dbg_ipv6_ext_hdr()
|
H A D | qede_fp.c | 868 } else if (ntohs(eth_hdr->ether_type) == ETHERTYPE_VLAN) { in qede_pkt_parse_lso_headers() 942 } else if (ntohs(eth_hdr->ether_type) == ETHERTYPE_VLAN) { in qede_get_pkt_info() 1760 if (ntohs(ethvhdr->ether_tpid) == ETHERTYPE_VLAN) { in qede_hash_get_txq()
|
/illumos-gate/usr/src/uts/common/io/bge/ |
H A D | bge_recv2.c | 210 ehp->ether_tpid = ntohs(ETHERTYPE_VLAN); in bge_receive_packet()
|
H A D | bge_send.c | 533 if (ehp->ether_tpid == htons(ETHERTYPE_VLAN)) { in bge_ring_tx()
|
/illumos-gate/usr/src/uts/intel/io/vmxnet3s/ |
H A D | vmxnet3_tx.c | 91 if (eth->ether_tpid == htons(ETHERTYPE_VLAN)) { in vmxnet3_tx_prepare_offload()
|