Searched refs:h_dest (Results 1 – 12 of 12) sorted by relevance
| /netbsd/src/external/bsd/wpa/dist/src/ap/ |
| 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()
|
| 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()
|
| 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()
|
| /netbsd/src/external/bsd/tcpdump/dist/ |
| D | print-lane.c | 40 nd_mac_addr h_dest; member
|
| /netbsd/src/external/bsd/wpa/dist/src/l2_packet/ |
| D | l2_packet.h | 33 u8 h_dest[ETH_ALEN]; member
|
| 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()
|
| D | l2_packet_freebsd.c | 69 os_memcpy(eth->h_dest, dst_addr, ETH_ALEN); in l2_packet_send()
|
| D | l2_packet_winpcap.c | 89 os_memcpy(eth->h_dest, dst_addr, ETH_ALEN); in l2_packet_send()
|
| D | l2_packet_pcap.c | 99 os_memcpy(eth->h_dest, dst_addr, ETH_ALEN); in l2_packet_send()
|
| D | l2_packet_ndis.c | 121 os_memcpy(eth->h_dest, dst_addr, ETH_ALEN); in l2_packet_send()
|
| /netbsd/src/external/bsd/wpa/dist/wpa_supplicant/ |
| 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()
|
| /netbsd/src/external/bsd/wpa/dist/src/drivers/ |
| D | driver_atheros.c | 1675 os_memcpy(eth->h_dest, addr, ETH_ALEN); in atheros_send_eapol()
|