Home
last modified time | relevance | path

Searched refs:MAC_ADDRTYPE_UNICAST (Results 1 – 13 of 13) sorted by relevance

/illumos-gate/usr/src/uts/common/io/mac/plugins/
H A Dmac_ipv4.c201 hdr_info->mhi_dsttype = MAC_ADDRTYPE_UNICAST; in mac_ipv4_header_info()
H A Dmac_ipv6.c216 hdr_info->mhi_dsttype = MAC_ADDRTYPE_UNICAST; in mac_ipv6_header_info()
H A Dmac_ib.c214 hdr_info->mhi_dsttype = MAC_ADDRTYPE_UNICAST; in mac_ib_header_info()
H A Dmac_wifi.c360 mhp->mhi_dsttype = MAC_ADDRTYPE_UNICAST; in mac_wifi_header_info()
H A Dmac_ether.c482 hdr_info->mhi_dsttype = MAC_ADDRTYPE_UNICAST; in mac_ether_header_info()
/illumos-gate/usr/src/uts/common/sys/
H A Dmac.h468 MAC_ADDRTYPE_UNICAST, enumerator
/illumos-gate/usr/src/uts/common/io/dls/
H A Ddls.c589 case MAC_ADDRTYPE_UNICAST: in dls_accept_common()
/illumos-gate/usr/src/uts/common/inet/sockmods/
H A Dsockmod_pfp.c518 case MAC_ADDRTYPE_UNICAST : in pfp_packet()
/illumos-gate/usr/src/uts/common/io/simnet/
H A Dsimnet.c710 if (hdr_info.mhi_dsttype == MAC_ADDRTYPE_UNICAST && in simnet_rx()
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_sched.c1595 is_unicast = (mhi.mhi_dsttype == MAC_ADDRTYPE_UNICAST); in mac_rx_srs_proto_fanout()
2022 is_unicast = (mhi.mhi_dsttype == MAC_ADDRTYPE_UNICAST); in mac_rx_srs_fanout()
/illumos-gate/usr/src/uts/common/io/
H A Dtrill.c748 if (hdr_info->mhi_dsttype == MAC_ADDRTYPE_UNICAST && in trill_recv_pkt_cb()
H A Dbridge.c2093 if (hdr_info->mhi_dsttype == MAC_ADDRTYPE_UNICAST) in bridge_forward()
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip.c7852 mhip->mhi_dsttype = MAC_ADDRTYPE_UNICAST; in ip_dlur_to_mhi()
7909 mhip->mhi_dsttype = MAC_ADDRTYPE_UNICAST; in ip_mdata_to_mhi()