Home
last modified time | relevance | path

Searched refs:mhi_dsttype (Results 1 – 20 of 20) sorted by relevance

/illumos-gate/usr/src/uts/common/io/mac/plugins/
H A Dmac_ib.c214 hdr_info->mhi_dsttype = MAC_ADDRTYPE_UNICAST; in mac_ib_header_info()
217 hdr_info->mhi_dsttype = MAC_ADDRTYPE_MULTICAST; in mac_ib_header_info()
219 hdr_info->mhi_dsttype = MAC_ADDRTYPE_BROADCAST; in mac_ib_header_info()
H A Dmac_wifi.c360 mhp->mhi_dsttype = MAC_ADDRTYPE_UNICAST; in mac_wifi_header_info()
362 mhp->mhi_dsttype = MAC_ADDRTYPE_MULTICAST; in mac_wifi_header_info()
364 mhp->mhi_dsttype = MAC_ADDRTYPE_BROADCAST; in mac_wifi_header_info()
H A Dmac_ether.c482 hdr_info->mhi_dsttype = MAC_ADDRTYPE_UNICAST; in mac_ether_header_info()
484 hdr_info->mhi_dsttype = MAC_ADDRTYPE_MULTICAST; in mac_ether_header_info()
486 hdr_info->mhi_dsttype = MAC_ADDRTYPE_BROADCAST; in mac_ether_header_info()
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()
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxnbo.c240 if ((hdr_info.mhi_dsttype == MAC_ADDRTYPE_BROADCAST) || in xnbo_from_mac_filter()
241 (hdr_info.mhi_dsttype == MAC_ADDRTYPE_MULTICAST)) { in xnbo_from_mac_filter()
/illumos-gate/usr/src/uts/common/io/dls/
H A Ddls.c569 mhip->mhi_dsttype != MAC_ADDRTYPE_MULTICAST)) in dls_accept_common()
588 switch (mhip->mhi_dsttype) { in dls_accept_common()
/illumos-gate/usr/src/uts/common/sys/
H A Dmac.h480 mac_addrtype_t mhi_dsttype; member
/illumos-gate/usr/src/uts/common/io/simnet/
H A Dsimnet.c709 hdr_info.mhi_dsttype != MAC_ADDRTYPE_BROADCAST) { in simnet_rx()
710 if (hdr_info.mhi_dsttype == MAC_ADDRTYPE_UNICAST && in simnet_rx()
715 } else if (hdr_info.mhi_dsttype == MAC_ADDRTYPE_MULTICAST) { in simnet_rx()
/illumos-gate/usr/src/uts/intel/io/viona/
H A Dviona_rx.c707 if (err == 0 && mhi.mhi_dsttype == MAC_ADDRTYPE_MULTICAST) { in viona_rx_mcast()
/illumos-gate/usr/src/uts/common/io/dld/
H A Ddld_str.c1516 dlp->dl_group_address = (mhi.mhi_dsttype == MAC_ADDRTYPE_MULTICAST) || in str_unitdata_ind()
1517 (mhi.mhi_dsttype == MAC_ADDRTYPE_BROADCAST); in str_unitdata_ind()
/illumos-gate/usr/src/uts/common/inet/sockmods/
H A Dsockmod_pfp.c511 switch (hdr.mhi_dsttype) { in pfp_packet()
/illumos-gate/usr/src/uts/common/io/
H A Dbridge.c2093 if (hdr_info->mhi_dsttype == MAC_ADDRTYPE_UNICAST) in bridge_forward()
2280 if (hdr_info.mhi_dsttype == in bridge_recv_cb()
H A Dtrill.c748 if (hdr_info->mhi_dsttype == MAC_ADDRTYPE_UNICAST && in trill_recv_pkt_cb()
/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()
H A Dmac_client.c4168 return ((hdr_info.mhi_dsttype == MAC_ADDRTYPE_BROADCAST) || in mac_is_mcast()
4169 (hdr_info.mhi_dsttype == MAC_ADDRTYPE_MULTICAST)); in mac_is_mcast()
/illumos-gate/usr/src/uts/common/io/overlay/
H A Doverlay_target.c642 otl->otl_dsttype = mhi.mhi_dsttype; in overlay_target_lookup_request()
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip.c7852 mhip->mhi_dsttype = MAC_ADDRTYPE_UNICAST; in ip_dlur_to_mhi()
7868 mhip->mhi_dsttype = MAC_ADDRTYPE_MULTICAST; in ip_dlur_to_mhi()
7882 mhip->mhi_dsttype = MAC_ADDRTYPE_BROADCAST; in ip_dlur_to_mhi()
7909 mhip->mhi_dsttype = MAC_ADDRTYPE_UNICAST; in ip_mdata_to_mhi()
7945 mhip->mhi_dsttype = MAC_ADDRTYPE_MULTICAST; in ip_mdata_to_mhi()
7965 mhip->mhi_dsttype = MAC_ADDRTYPE_BROADCAST; in ip_mdata_to_mhi()
H A Dip6_input.c231 switch (mhip->mhi_dsttype) { in ip_input_common_v6()
H A Dip_input.c235 switch (mhip->mhi_dsttype) { in ip_input_common_v4()