Home
last modified time | relevance | path

Searched refs:h_dest (Results 1 – 12 of 12) sorted by relevance

/netbsd/src/external/bsd/wpa/dist/src/ap/
Dpreauth_auth.c61 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()
Deth_p_oui.c78 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()
Dwpa_auth_glue.c768 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/
Dprint-lane.c40 nd_mac_addr h_dest; member
/netbsd/src/external/bsd/wpa/dist/src/l2_packet/
Dl2_packet.h33 u8 h_dest[ETH_ALEN]; member
Dl2_packet_linux.c182 (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()
Dl2_packet_freebsd.c69 os_memcpy(eth->h_dest, dst_addr, ETH_ALEN); in l2_packet_send()
Dl2_packet_winpcap.c89 os_memcpy(eth->h_dest, dst_addr, ETH_ALEN); in l2_packet_send()
Dl2_packet_pcap.c99 os_memcpy(eth->h_dest, dst_addr, ETH_ALEN); in l2_packet_send()
Dl2_packet_ndis.c121 os_memcpy(eth->h_dest, dst_addr, ETH_ALEN); in l2_packet_send()
/netbsd/src/external/bsd/wpa/dist/wpa_supplicant/
Dwpa_supplicant.c5826 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/
Ddriver_atheros.c1675 os_memcpy(eth->h_dest, addr, ETH_ALEN); in atheros_send_eapol()