Searched refs:mhi_dsttype (Results 1 – 18 of 18) sorted by relevance
216 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()
457 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()
360 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()
201 hdr_info->mhi_dsttype = MAC_ADDRTYPE_UNICAST; in mac_ipv4_header_info()
216 hdr_info->mhi_dsttype = MAC_ADDRTYPE_UNICAST; in mac_ipv6_header_info()
555 mhip->mhi_dsttype != MAC_ADDRTYPE_MULTICAST)) in dls_accept_common()574 switch (mhip->mhi_dsttype) { in dls_accept_common()
240 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()
697 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()
456 mac_addrtype_t mhi_dsttype; member
1499 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()
511 switch (hdr.mhi_dsttype) { in pfp_packet()
1596 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()
4003 return ((hdr_info.mhi_dsttype == MAC_ADDRTYPE_BROADCAST) || in mac_is_mcast()4004 (hdr_info.mhi_dsttype == MAC_ADDRTYPE_MULTICAST)); in mac_is_mcast()
2081 if (hdr_info->mhi_dsttype == MAC_ADDRTYPE_UNICAST) in bridge_forward()2265 if (hdr_info.mhi_dsttype == in bridge_recv_cb()
748 if (hdr_info->mhi_dsttype == MAC_ADDRTYPE_UNICAST && in trill_recv_pkt_cb()
7800 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()
231 switch (mhip->mhi_dsttype) { in ip_input_common_v6()
234 switch (mhip->mhi_dsttype) { in ip_input_common_v4()