Home
last modified time | relevance | path

Searched refs:h_source (Results 1 - 25 of 27) sorted by relevance

12

/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dpreauth_auth.c67 sta = ap_get_sta(hapd, ethhdr->h_source); in rsn_preauth_receive()
74 sta = ap_sta_add(hapd, ethhdr->h_source); in rsn_preauth_receive()
92 ieee802_1x_receive(hapd, ethhdr->h_source, (u8 *) (ethhdr + 1), in rsn_preauth_receive()
255 os_memcpy(ethhdr->h_source, hapd->own_addr, ETH_ALEN); in rsn_preauth_send()
H A Deth_p_oui.c78 eth_p_oui_deliver(receiver, ethhdr->h_source, ethhdr->h_dest, in eth_p_rx()
177 os_memcpy(ethhdr->h_source, src_addr, ETH_ALEN); in eth_p_oui_send()
H A Dwpa_auth_glue.c740 os_memcpy(buf->h_source, hapd->own_addr, ETH_ALEN); in hostapd_wpa_auth_send_ether()
1376 MACSTR_SEC, MAC2STR_SEC(ethhdr->h_source), MAC2STR_SEC(ethhdr->h_dest)); in hostapd_rrb_receive()
1380 wpa_ft_rrb_rx(hapd->wpa_auth, ethhdr->h_source, buf + sizeof(*ethhdr), in hostapd_rrb_receive()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dpreauth_auth.c67 sta = ap_get_sta(hapd, ethhdr->h_source); in rsn_preauth_receive()
74 sta = ap_sta_add(hapd, ethhdr->h_source); in rsn_preauth_receive()
92 ieee802_1x_receive(hapd, ethhdr->h_source, (u8 *) (ethhdr + 1), in rsn_preauth_receive()
255 os_memcpy(ethhdr->h_source, hapd->own_addr, ETH_ALEN); in rsn_preauth_send()
H A Deth_p_oui.c78 eth_p_oui_deliver(receiver, ethhdr->h_source, ethhdr->h_dest, in eth_p_rx()
177 os_memcpy(ethhdr->h_source, src_addr, ETH_ALEN); in eth_p_oui_send()
H A Dwpa_auth_glue.c634 os_memcpy(buf->h_source, hapd->own_addr, ETH_ALEN); in hostapd_wpa_auth_send_ether()
1175 MACSTR, MAC2STR(ethhdr->h_source), MAC2STR(ethhdr->h_dest)); in hostapd_rrb_receive()
1179 wpa_ft_rrb_rx(hapd->wpa_auth, ethhdr->h_source, buf + sizeof(*ethhdr), in hostapd_rrb_receive()
/third_party/ltp/testcases/network/stress/ns-tools/
H A Dns-icmp_redirector.c326 memcpy(sndeth.hdr.h_dest, rcveth_p->hdr.h_source, ETH_ALEN); in return_arp_reply()
327 memcpy(sndeth.hdr.h_source, gateway_p->hd_addr, ETH_ALEN); in return_arp_reply()
400 memcpy(sndeth.hdr.h_dest, rcveth_p->hdr.h_source, ETH_ALEN); in return_icmp4_redirect()
401 memcpy(sndeth.hdr.h_source, gw_p->hd_addr, ETH_ALEN); in return_icmp4_redirect()
523 memcpy(sndeth.hdr.h_source, gateway_p->hd_addr, ETH_ALEN); in return_neigh_adv()
624 memcpy(sndeth.hdr.h_dest, rcveth_p->hdr.h_source, ETH_ALEN); in return_icmp6_redirect()
625 memcpy(sndeth.hdr.h_source, gw_p->hd_addr, ETH_ALEN); in return_icmp6_redirect()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/l2_packet/
H A Dl2_packet_pcap.c100 os_memcpy(eth->h_source, l2->own_addr, ETH_ALEN); in l2_packet_send()
141 l2->rx_callback(l2->rx_callback_ctx, ethhdr->h_source, buf, len); in l2_packet_receive()
166 l2->rx_callback(l2->rx_callback_ctx, ethhdr->h_source, buf, len); in l2_packet_receive_cb()
H A Dl2_packet.h34 u8 h_source[ETH_ALEN]; member
H A Dl2_packet_freebsd.c64 os_memcpy(eth->h_source, l2->own_addr, ETH_ALEN); in l2_packet_send()
98 l2->rx_callback(l2->rx_callback_ctx, ethhdr->h_source, buf, len); in l2_packet_receive()
H A Dl2_packet_winpcap.c90 os_memcpy(eth->h_source, l2->own_addr, ETH_ALEN); in l2_packet_send()
119 l2->rx_src = ethhdr->h_source; in l2_packet_receive_cb()
H A Dl2_packet_ndis.c122 os_memcpy(eth->h_source, l2->own_addr, ETH_ALEN); in l2_packet_send()
295 rx_src = ethhdr->h_source; in l2_packet_callback()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/l2_packet/
H A Dl2_packet_pcap.c100 os_memcpy(eth->h_source, l2->own_addr, ETH_ALEN); in l2_packet_send()
141 l2->rx_callback(l2->rx_callback_ctx, ethhdr->h_source, buf, len); in l2_packet_receive()
166 l2->rx_callback(l2->rx_callback_ctx, ethhdr->h_source, buf, len); in l2_packet_receive_cb()
H A Dl2_packet.h40 u8 h_source[ETH_ALEN]; member
H A Dl2_packet_freebsd.c64 os_memcpy(eth->h_source, l2->own_addr, ETH_ALEN); in l2_packet_send()
98 l2->rx_callback(l2->rx_callback_ctx, ethhdr->h_source, buf, len); in l2_packet_receive()
H A Dl2_packet_winpcap.c90 os_memcpy(eth->h_source, l2->own_addr, ETH_ALEN); in l2_packet_send()
119 l2->rx_src = ethhdr->h_source; in l2_packet_receive_cb()
H A Dl2_packet_ndis.c122 os_memcpy(eth->h_source, l2->own_addr, ETH_ALEN); in l2_packet_send()
295 rx_src = ethhdr->h_source; in l2_packet_callback()
H A Dl2_packet_linux.c229 l2->rx_callback(l2->rx_callback_ctx, l2_hdr.h_source, buf, res); in l2_packet_receive()
/third_party/musl/porting/liteos_a/kernel/include/netinet/
H A Dif_ether.h117 uint8_t h_source[ETH_ALEN]; member
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/
H A Dif_ether.h115 uint8_t h_source[ETH_ALEN]; member
/third_party/musl/porting/uniproton/kernel/include/netinet/
H A Dif_ether.h115 uint8_t h_source[ETH_ALEN]; member
/third_party/musl/porting/liteos_m/kernel/include/netinet/
H A Dif_ether.h115 uint8_t h_source[ETH_ALEN]; member
/third_party/musl/include/netinet/
H A Dif_ether.h117 uint8_t h_source[ETH_ALEN]; member
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
H A Dwpa_hal.c1023 rc = memcpy_s(l2_ethhdr->h_source, ETH_ADDR_LEN, drv->ownAddr, ETH_ADDR_LEN); in WifiWpaWpaSendEapol()
1773 if (memcpy_s(ethhdr->h_source, ETH_ADDR_LEN, ownAddr, ETH_ADDR_LEN) != EOK) { in WifiWpaHapdSendEapol()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Dwpa_hal.c1026 rc = memcpy_s(l2_ethhdr->h_source, ETH_ADDR_LEN, drv->ownAddr, ETH_ADDR_LEN); in WifiWpaWpaSendEapol()
1779 if (memcpy_s(ethhdr->h_source, ETH_ADDR_LEN, ownAddr, ETH_ADDR_LEN) != EOK) { in WifiWpaHapdSendEapol()

Completed in 21 milliseconds

12