Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/mac/plugins/
H A Dmac_ib.c216 hdr_info->mhi_dsttype = MAC_ADDRTYPE_UNICAST; in mac_ib_header_info()
219 hdr_info->mhi_dsttype = MAC_ADDRTYPE_MULTICAST; in mac_ib_header_info()
221 hdr_info->mhi_dsttype = MAC_ADDRTYPE_BROADCAST; in mac_ib_header_info()
H A Dmac_ether.c457 hdr_info->mhi_dsttype = MAC_ADDRTYPE_UNICAST; in mac_ether_header_info()
459 hdr_info->mhi_dsttype = MAC_ADDRTYPE_MULTICAST; in mac_ether_header_info()
461 hdr_info->mhi_dsttype = MAC_ADDRTYPE_BROADCAST; in mac_ether_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_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()
/titanic_44/usr/src/uts/common/io/dls/
H A Ddls.c555 mhip->mhi_dsttype != MAC_ADDRTYPE_MULTICAST)) in dls_accept_common()
574 switch (mhip->mhi_dsttype) { in dls_accept_common()
/titanic_44/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()
/titanic_44/usr/src/uts/common/io/simnet/
H A Dsimnet.c697 hdr_info.mhi_dsttype != MAC_ADDRTYPE_BROADCAST) { in simnet_rx()
698 if (hdr_info.mhi_dsttype == MAC_ADDRTYPE_UNICAST && in simnet_rx()
703 } else if (hdr_info.mhi_dsttype == MAC_ADDRTYPE_MULTICAST) { in simnet_rx()
/titanic_44/usr/src/uts/common/sys/
H A Dmac.h456 mac_addrtype_t mhi_dsttype; member
/titanic_44/usr/src/uts/common/io/dld/
H A Ddld_str.c1499 dlp->dl_group_address = (mhi.mhi_dsttype == MAC_ADDRTYPE_MULTICAST) || in str_unitdata_ind()
1500 (mhi.mhi_dsttype == MAC_ADDRTYPE_BROADCAST); in str_unitdata_ind()
/titanic_44/usr/src/uts/common/inet/sockmods/
H A Dsockmod_pfp.c511 switch (hdr.mhi_dsttype) { in pfp_packet()
/titanic_44/usr/src/uts/common/io/mac/
H A Dmac_sched.c1596 is_unicast = (mhi.mhi_dsttype == MAC_ADDRTYPE_UNICAST); in mac_rx_srs_proto_fanout()
2015 is_unicast = (mhi.mhi_dsttype == MAC_ADDRTYPE_UNICAST); in mac_rx_srs_fanout()
H A Dmac_client.c4003 return ((hdr_info.mhi_dsttype == MAC_ADDRTYPE_BROADCAST) || in mac_is_mcast()
4004 (hdr_info.mhi_dsttype == MAC_ADDRTYPE_MULTICAST)); in mac_is_mcast()
/titanic_44/usr/src/uts/common/io/
H A Dbridge.c2081 if (hdr_info->mhi_dsttype == MAC_ADDRTYPE_UNICAST) in bridge_forward()
2265 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()
/titanic_44/usr/src/uts/common/inet/ip/
H A Dip.c7800 mhip->mhi_dsttype = MAC_ADDRTYPE_UNICAST; in ip_dlur_to_mhi()
7816 mhip->mhi_dsttype = MAC_ADDRTYPE_MULTICAST; in ip_dlur_to_mhi()
7830 mhip->mhi_dsttype = MAC_ADDRTYPE_BROADCAST; in ip_dlur_to_mhi()
7857 mhip->mhi_dsttype = MAC_ADDRTYPE_UNICAST; in ip_mdata_to_mhi()
7893 mhip->mhi_dsttype = MAC_ADDRTYPE_MULTICAST; in ip_mdata_to_mhi()
7913 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.c234 switch (mhip->mhi_dsttype) { in ip_input_common_v4()