/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | ecore_tcp_ip.h | 60 unsigned char h_dest[ETH_ALEN]; /* destination eth addr */ member 81 unsigned char h_dest[ETH_ALEN]; member
|
H A D | ecore_iwarp.c | 2036 ethh->h_dest, in ecore_iwarp_parse_rx_pkt() 2045 eth_hlen, ethh->h_dest[0], ethh->h_dest[1], in ecore_iwarp_parse_rx_pkt() 2046 ethh->h_dest[2], ethh->h_dest[3], in ecore_iwarp_parse_rx_pkt() 2047 ethh->h_dest[4], ethh->h_dest[5]); in ecore_iwarp_parse_rx_pkt() 2542 eth_hlen, ethh->h_dest[0], ethh->h_dest[1], in ecore_iwarp_mpa_print_tcp_seq() 2543 ethh->h_dest[2], ethh->h_dest[3], in ecore_iwarp_mpa_print_tcp_seq() 2544 ethh->h_dest[4], ethh->h_dest[5]); in ecore_iwarp_mpa_print_tcp_seq()
|
/freebsd/contrib/wpa/src/ap/ |
H A D | preauth_auth.c | 61 if (!ether_addr_equal(ethhdr->h_dest, hapd->own_addr)) { in rsn_preauth_receive() 63 MACSTR, MAC2STR(ethhdr->h_dest)); in rsn_preauth_receive() 254 os_memcpy(ethhdr->h_dest, sta->addr, ETH_ALEN); in rsn_preauth_send()
|
H A D | eth_p_oui.c | 78 eth_p_oui_deliver(receiver, ethhdr->h_source, ethhdr->h_dest, in eth_p_rx() 178 os_memcpy(ethhdr->h_dest, dst_addr, ETH_ALEN); in eth_p_oui_send()
|
H A D | wpa_auth_glue.c | 768 os_memcpy(buf->h_dest, dst, ETH_ALEN); in hostapd_wpa_auth_send_ether() 1419 MACSTR, MAC2STR(ethhdr->h_source), MAC2STR(ethhdr->h_dest)); in hostapd_rrb_receive() 1420 if (!is_multicast_ether_addr(ethhdr->h_dest) && in hostapd_rrb_receive() 1421 !ether_addr_equal(hapd->own_addr, ethhdr->h_dest)) in hostapd_rrb_receive()
|
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | if_ether.h | 68 uint8_t h_dest[ETH_ALEN]; member
|
/freebsd/contrib/tcpdump/ |
H A D | print-lane.c | 35 nd_mac_addr h_dest; member
|
/freebsd/contrib/wpa/src/l2_packet/ |
H A D | l2_packet.h | 33 u8 h_dest[ETH_ALEN]; member
|
H A D | l2_packet_linux.c | 182 (ether_addr_equal(eth->h_dest, l2->own_addr) || in l2_packet_receive() 183 is_multicast_ether_addr(eth->h_dest))) { in l2_packet_receive()
|
H A D | l2_packet_winpcap.c | 89 os_memcpy(eth->h_dest, dst_addr, ETH_ALEN); in l2_packet_send()
|
H A D | l2_packet_freebsd.c | 68 os_memcpy(eth->h_dest, dst_addr, ETH_ALEN); in l2_packet_send()
|
H A D | l2_packet_pcap.c | 99 os_memcpy(eth->h_dest, dst_addr, ETH_ALEN); in l2_packet_send()
|
H A D | l2_packet_ndis.c | 121 os_memcpy(eth->h_dest, dst_addr, ETH_ALEN); in l2_packet_send()
|
/freebsd/sys/contrib/dev/athk/ath10k/ |
H A D | wow.c | 111 memcpy(new_hdr_pattern->addr1, old_hdr_pattern->h_dest, ETH_ALEN); in ath10k_wow_convert_8023_to_80211() 112 memcpy(new_hdr_mask->addr1, old_hdr_mask->h_dest, ETH_ALEN); in ath10k_wow_convert_8023_to_80211()
|
H A D | htt_rx.c | 1773 ether_addr_copy(da, eth->h_dest); in ath10k_htt_rx_h_undecap_eth()
|
H A D | mac.c | 3852 ether_addr_copy(eth->h_dest, da); in ath10k_tx_h_8023()
|
/freebsd/sys/contrib/dev/athk/ath11k/ |
H A D | wow.c | 182 memcpy(new_hdr_pattern->addr1, old_hdr_pattern->h_dest, ETH_ALEN); in ath11k_wow_convert_8023_to_80211() 183 memcpy(new_hdr_mask->addr1, old_hdr_mask->h_dest, ETH_ALEN); in ath11k_wow_convert_8023_to_80211()
|
H A D | dp_rx.c | 2181 ether_addr_copy(da, eth->h_dest); in ath11k_dp_rx_h_undecap_eth()
|
/freebsd/sys/contrib/dev/mediatek/mt76/ |
H A D | mt76_connac_mac.c | 972 ether_addr_copy(hdr.addr3, eth_hdr->h_dest); in mt76_connac2_reverse_frag0_hdr_trans() 975 ether_addr_copy(hdr.addr3, eth_hdr->h_dest); in mt76_connac2_reverse_frag0_hdr_trans()
|
/freebsd/tools/tools/netmap/ |
H A D | lb.c | 54 unsigned char h_dest[ETH_ALEN]; member
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7615/ |
H A D | mac.c | 296 ether_addr_copy(hdr.addr3, eth_hdr->h_dest); in mt7615_reverse_frag0_hdr_trans() 299 ether_addr_copy(hdr.addr3, eth_hdr->h_dest); in mt7615_reverse_frag0_hdr_trans()
|
/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/ |
H A D | mac.c | 307 ether_addr_copy(hdr.addr3, eth_hdr->h_dest); in mt7996_reverse_frag0_hdr_trans() 310 ether_addr_copy(hdr.addr3, eth_hdr->h_dest); in mt7996_reverse_frag0_hdr_trans()
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | wpa_supplicant.c | 5826 if (!ether_addr_equal(eth->h_dest, wpa_s->own_addr) && in wpa_supplicant_rx_eapol_bridge() 5827 !(eth->h_dest[0] & 0x01)) { in wpa_supplicant_rx_eapol_bridge() 5830 MAC2STR(src_addr), MAC2STR(eth->h_dest)); in wpa_supplicant_rx_eapol_bridge() 5835 " (bridge)", MAC2STR(src_addr), MAC2STR(eth->h_dest)); in wpa_supplicant_rx_eapol_bridge()
|
/freebsd/contrib/wpa/src/drivers/ |
H A D | driver_atheros.c | 1675 os_memcpy(eth->h_dest, addr, ETH_ALEN); in atheros_send_eapol()
|
/freebsd/sys/contrib/dev/athk/ath12k/ |
H A D | dp_rx.c | 2125 ether_addr_copy(da, eth->h_dest); in ath12k_dp_rx_h_undecap_eth()
|