Home
last modified time | relevance | path

Searched refs:is_multicast_ether_addr (Results 1 – 25 of 40) sorted by relevance

12

/freebsd-head/sys/compat/linuxkpi/common/include/linux/
HDetherdevice.h67 is_multicast_ether_addr(const u8 * addr) in is_multicast_ether_addr() function
82 return !is_multicast_ether_addr(addr) && !is_zero_ether_addr(addr); in is_valid_ether_addr()
/freebsd-head/sys/contrib/dev/rtw88/
HDtx.c24 !is_multicast_ether_addr(hdr->addr1)) { in rtw_tx_stats()
449 is_multicast_ether_addr(hdr->addr1); in rtw_tx_pkt_info_update()
483 is_multicast_ether_addr(hdr->addr1); in rtw_tx_rsvd_page_pkt_info_update()
779 is_multicast_ether_addr(hdr->addr1)) in rtw_tx_queue_mapping()
HDrx.c23 !is_multicast_ether_addr(hdr->addr1)) { in rtw_rx_stats()
HDwow.c188 else if (is_multicast_ether_addr(pattern)) in rtw_wow_pattern_generate()
HDusb.c506 is_multicast_ether_addr(hdr->addr1)) in rtw_usb_tx_queue_mapping_to_qsel()
/freebsd-head/contrib/wpa/wpa_supplicant/
HDrrm.c365 if (!is_multicast_ether_addr(wpa_s->rrm.dst_addr) && in wpas_rrm_build_lci_report()
1009 if (!is_multicast_ether_addr(wpa_s->rrm.dst_addr)) { in wpas_rrm_refuse_request()
1291 if (!is_multicast_ether_addr(wpa_s->rrm.dst_addr) && in wpas_rm_handle_beacon_req()
1354 if (!is_multicast_ether_addr(wpa_s->rrm.dst_addr) && in wpas_rrm_handle_msr_req_element()
/freebsd-head/sys/contrib/dev/iwlwifi/mvm/
HDrxmq.c33 is_multicast_ether_addr(hdr->addr1)) in iwl_mvm_check_pn()
459 if (!is_multicast_ether_addr(hdr->addr1) && in iwl_mvm_rx_crypto()
532 is_multicast_ether_addr(hdr->addr1)) in iwl_mvm_is_dup()
781 is_multicast_ether_addr(hdr->addr1))) in iwl_mvm_reorder()
2229 } else if (!is_multicast_ether_addr(hdr->addr2)) { in iwl_mvm_rx_mpdu_mq()
2257 !is_multicast_ether_addr(hdr->addr1) && in iwl_mvm_rx_mpdu_mq()
HDrx.c379 } else if (!is_multicast_ether_addr(hdr->addr2)) { in iwl_mvm_rx_rx_mpdu()
395 if (is_multicast_ether_addr(hdr->addr1) && in iwl_mvm_rx_rx_mpdu()
461 !is_multicast_ether_addr(hdr->addr1) && in iwl_mvm_rx_rx_mpdu()
HDcoex.c770 } else if (is_multicast_ether_addr(hdr->addr1)) { in iwl_mvm_bt_coex_tx_prio()
HDtx.c162 !is_multicast_ether_addr(hdr->addr1))) in iwl_mvm_set_tx_cmd()
230 !is_multicast_ether_addr(hdr->addr1)) in iwl_mvm_set_tx_cmd()
700 is_multicast_ether_addr(hdr->addr1)) in iwl_mvm_get_ctrl_vif_queue()
/freebsd-head/contrib/wpa/src/ap/
HDwpa_auth_glue.c870 if (!is_multicast_ether_addr(idata->dst_addr) && in hostapd_wpa_auth_oui_iter()
908 if (!is_multicast_ether_addr(idata->dst_addr)) in hostapd_wpa_auth_oui_iter()
1420 if (!is_multicast_ether_addr(ethhdr->h_dest) && in hostapd_rrb_receive()
1436 if (!is_multicast_ether_addr(dst_addr) && in hostapd_rrb_oui_receive()
HDbeacon.c1550 is_multicast_ether_addr(mgmt->da) && in handle_probe_req()
1551 is_multicast_ether_addr(mgmt->bssid) && in handle_probe_req()
1562 is_multicast_ether_addr(mgmt->da) && in handle_probe_req()
1563 is_multicast_ether_addr(mgmt->bssid) && in handle_probe_req()
HDieee802_11.c6158 if (!is_multicast_ether_addr(mgmt->da) && in handle_action()
6160 !is_multicast_ether_addr(mgmt->sa)) { in handle_action()
6252 if (is_multicast_ether_addr(mgmt->sa) || in ieee802_11_mgmt()
6713 if (is_multicast_ether_addr(mgmt->da)) in handle_deauth_cb()
6737 if (is_multicast_ether_addr(mgmt->da)) in handle_disassoc_cb()
6795 if (is_multicast_ether_addr(mgmt->da)) in handle_action_cb()
7012 if (is_multicast_ether_addr(src) || is_zero_ether_addr(src) || in ieee802_11_rx_from_unknown()
HDieee802_11_shared.c267 if (is_multicast_ether_addr(mgmt->da)) { in ieee802_11_sa_query_action()
HDap_drv_ops.c933 if (!addr3_ap && !is_multicast_ether_addr(dst) && in hapd_drv_send_action()
/freebsd-head/contrib/wpa/src/l2_packet/
HDl2_packet_linux.c183 is_multicast_ether_addr(eth->h_dest))) { in l2_packet_receive()
/freebsd-head/contrib/wpa/src/utils/
HDcommon.h548 static inline int is_multicast_ether_addr(const u8 *a) in is_multicast_ether_addr() function
/freebsd-head/sys/contrib/dev/mediatek/mt76/
HDmt76_connac_mac.c406 bool multicast = is_multicast_ether_addr(hdr->addr1); in mt76_connac2_mac_write_txwi_80211()
586 is_multicast_ether_addr(hdr->addr1); in mt76_connac2_mac_write_txwi()
/freebsd-head/sys/contrib/dev/mediatek/mt76/mt7925/
HDmac.c663 bool multicast = is_multicast_ether_addr(hdr->addr1); in mt7925_mac_write_txwi_80211()
819 is_multicast_ether_addr(hdr->addr1); in mt7925_mac_write_txwi()
/freebsd-head/contrib/wpa/src/fst/
HDfst_ctrl_iface.c875 is_multicast_ether_addr(peer_addr)) { in fst_read_peer_addr()
/freebsd-head/sys/contrib/dev/athk/ath11k/
HDdp_tx.c153 is_multicast_ether_addr(hdr->addr3) && arsta && in ath11k_dp_tx()
/freebsd-head/sys/dev/mlx5/mlx5_core/
HDmlx5_eswitch.c543 if (!is_uc && !is_multicast_ether_addr(mac_list[i])) in esw_update_vport_addr_list()
/freebsd-head/sys/contrib/dev/mediatek/mt76/mt7996/
HDmac.c757 bool multicast = is_multicast_ether_addr(hdr->addr1); in mt7996_mac_write_txwi_80211()
913 is_multicast_ether_addr(hdr->addr1); in mt7996_mac_write_txwi()
/freebsd-head/sys/contrib/dev/athk/ath10k/
HDhtt_rx.c1400 is_multicast_ether_addr(ieee80211_get_DA(hdr)) ? in ath10k_process_rx()
1999 return !is_multicast_ether_addr(hdr->addr1); in ath10k_htt_rx_h_frag_multicast_check()
2947 if (is_multicast_ether_addr(hdr->addr1)) { in ath10k_htt_rx_proc_rx_frag_ind_hl()
/freebsd-head/sys/contrib/dev/rtw89/
HDwow.c930 else if (is_multicast_ether_addr(da)) in rtw89_wow_pattern_get_type()

12