Home
last modified time | relevance | path

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

12

/third_party/ltp/testcases/network/stress/ns-tools/
Dns-icmp_redirector.c326 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/
Dpreauth_auth.c61 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()
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.c633 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/
Dpreauth_auth.c61 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()
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.c722 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/
Dl2_packet.h33 u8 h_dest[ETH_ALEN]; member
Dl2_packet_linux.c193 (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()
Dl2_packet_freebsd.c63 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()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/l2_packet/
Dl2_packet.h33 u8 h_dest[ETH_ALEN]; member
Dl2_packet_freebsd.c63 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()
/third_party/libnl/include/linux-private/linux/
Dif_ether.h162 unsigned char h_dest[ETH_ALEN]; /* destination eth addr */ member
/third_party/musl/porting/liteos_a/kernel/include/netinet/
Dif_ether.h114 uint8_t h_dest[ETH_ALEN]; member
/third_party/musl/include/netinet/
Dif_ether.h114 uint8_t h_dest[ETH_ALEN]; member
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/
Dif_ether.h114 uint8_t h_dest[ETH_ALEN]; member
/third_party/musl/porting/uniproton/kernel/include/netinet/
Dif_ether.h114 uint8_t h_dest[ETH_ALEN]; member
/third_party/musl/ndk_musl_include/netinet/
Dif_ether.h114 uint8_t h_dest[ETH_ALEN]; member
/third_party/musl/porting/liteos_m/kernel/include/netinet/
Dif_ether.h114 uint8_t h_dest[ETH_ALEN]; member

12