Searched refs:mhi_dsttype (Results 1 – 20 of 20) sorted by relevance
214 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()
482 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()
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()
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()
569 mhip->mhi_dsttype != MAC_ADDRTYPE_MULTICAST)) in dls_accept_common()588 switch (mhip->mhi_dsttype) { in dls_accept_common()
480 mac_addrtype_t mhi_dsttype; member
709 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()
770 if (err == 0 && mhi.mhi_dsttype == MAC_ADDRTYPE_MULTICAST) { in viona_rx_mcast()
1516 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()
511 switch (hdr.mhi_dsttype) { in pfp_packet()
2093 if (hdr_info->mhi_dsttype == MAC_ADDRTYPE_UNICAST) in bridge_forward()2280 if (hdr_info.mhi_dsttype == in bridge_recv_cb()
749 if (hdr_info->mhi_dsttype == MAC_ADDRTYPE_UNICAST && in trill_recv_pkt_cb()
1595 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()
4168 return ((hdr_info.mhi_dsttype == MAC_ADDRTYPE_BROADCAST) || in mac_is_mcast()4169 (hdr_info.mhi_dsttype == MAC_ADDRTYPE_MULTICAST)); in mac_is_mcast()
642 otl->otl_dsttype = mhi.mhi_dsttype; in overlay_target_lookup_request()
7852 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()
231 switch (mhip->mhi_dsttype) { in ip_input_common_v6()
235 switch (mhip->mhi_dsttype) { in ip_input_common_v4()