/third_party/ltp/testcases/network/stress/ns-tools/ |
D | ns-icmp_redirector.c | 326 memcpy(sndeth.hdr.h_dest, rcveth_p->hdr.h_source, ETH_ALEN); in return_arp_reply() 377 if (memcmp(rcveth_p->hdr.h_dest, new_gw_p->hd_addr, ETH_ALEN) == 0) { in return_icmp4_redirect() 383 || memcmp(rcveth_p->hdr.h_dest, gw_p->hd_addr, ETH_ALEN)) in return_icmp4_redirect() 400 memcpy(sndeth.hdr.h_dest, rcveth_p->hdr.h_source, ETH_ALEN); in return_icmp4_redirect() 522 memcpy(sndeth.hdr.h_dest, rcvns_p->src_laddr, ETH_ALEN); in return_neigh_adv() 602 if (memcmp(rcveth_p->hdr.h_dest, new_gw_p->hd_addr, ETH_ALEN) == 0) { in return_icmp6_redirect() 608 || memcmp(rcveth_p->hdr.h_dest, gw_p->hd_addr, ETH_ALEN)) in return_icmp6_redirect() 624 memcpy(sndeth.hdr.h_dest, rcveth_p->hdr.h_source, ETH_ALEN); in return_icmp6_redirect()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
D | preauth_auth.c | 61 if (os_memcmp(ethhdr->h_dest, hapd->own_addr, ETH_ALEN) != 0) { 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 | 633 os_memcpy(buf->h_dest, dst, ETH_ALEN); in hostapd_wpa_auth_send_ether() 1175 MACSTR, MAC2STR(ethhdr->h_source), MAC2STR(ethhdr->h_dest)); in hostapd_rrb_receive() 1176 if (!is_multicast_ether_addr(ethhdr->h_dest) && in hostapd_rrb_receive() 1177 os_memcmp(hapd->own_addr, ethhdr->h_dest, ETH_ALEN) != 0) in hostapd_rrb_receive()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
D | preauth_auth.c | 61 if (os_memcmp(ethhdr->h_dest, hapd->own_addr, ETH_ALEN) != 0) { 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 | 722 os_memcpy(buf->h_dest, dst, ETH_ALEN); in hostapd_wpa_auth_send_ether() 1359 MACSTR, MAC2STR(ethhdr->h_source), MAC2STR(ethhdr->h_dest)); in hostapd_rrb_receive() 1360 if (!is_multicast_ether_addr(ethhdr->h_dest) && in hostapd_rrb_receive() 1361 os_memcmp(hapd->own_addr, ethhdr->h_dest, ETH_ALEN) != 0) in hostapd_rrb_receive()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/l2_packet/ |
D | l2_packet.h | 33 u8 h_dest[ETH_ALEN]; member
|
D | l2_packet_linux.c | 193 (os_memcmp(eth->h_dest, l2->own_addr, ETH_ALEN) == 0 || in l2_packet_receive() 194 is_multicast_ether_addr(eth->h_dest))) { in l2_packet_receive()
|
D | l2_packet_freebsd.c | 63 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()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/l2_packet/ |
D | l2_packet.h | 33 u8 h_dest[ETH_ALEN]; member
|
D | l2_packet_freebsd.c | 63 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()
|
/third_party/libnl/include/linux-private/linux/ |
D | if_ether.h | 162 unsigned char h_dest[ETH_ALEN]; /* destination eth addr */ member
|
/third_party/musl/porting/liteos_a/kernel/include/netinet/ |
D | if_ether.h | 114 uint8_t h_dest[ETH_ALEN]; member
|
/third_party/musl/include/netinet/ |
D | if_ether.h | 114 uint8_t h_dest[ETH_ALEN]; member
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/ |
D | if_ether.h | 114 uint8_t h_dest[ETH_ALEN]; member
|
/third_party/musl/porting/uniproton/kernel/include/netinet/ |
D | if_ether.h | 114 uint8_t h_dest[ETH_ALEN]; member
|
/third_party/musl/ndk_musl_include/netinet/ |
D | if_ether.h | 114 uint8_t h_dest[ETH_ALEN]; member
|
/third_party/musl/porting/liteos_m/kernel/include/netinet/ |
D | if_ether.h | 114 uint8_t h_dest[ETH_ALEN]; member
|