Searched refs:ether_dhost (Results 1 - 11 of 11) sorted by relevance
/third_party/musl/porting/liteos_a/kernel/include/net/ |
H A D | ethernet.h | 17 uint8_t ether_dhost[ETH_ALEN]; member
|
/third_party/musl/porting/uniproton/kernel/include/net/ |
H A D | ethernet.h | 17 uint8_t ether_dhost[ETH_ALEN]; member
|
/third_party/musl/porting/liteos_m/kernel/include/net/ |
H A D | ethernet.h | 17 uint8_t ether_dhost[ETH_ALEN]; member
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/net/ |
H A D | ethernet.h | 17 uint8_t ether_dhost[ETH_ALEN]; member
|
/third_party/musl/include/net/ |
H A D | ethernet.h | 17 uint8_t ether_dhost[ETH_ALEN]; member
|
/third_party/FreeBSD/sys/dev/usb/net/ |
H A D | if_cdcereg.h | 134 uint8_t ether_dhost[NETIF_MAX_HWADDR_LEN]; member
|
H A D | if_urndisreg.h | 38 uint8_t ether_dhost[NETIF_MAX_HWADDR_LEN]; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/ |
H A D | ap_ctrl_iface.c | 1866 MAC2STR(eth->ether_dhost), MAC2STR(eth->ether_shost), extra); in hostapd_data_test_rx() 1953 os_memcpy(eth->ether_dhost, dst, ETH_ALEN); in hostapd_ctrl_iface_data_test_tx() 2022 res = l2_packet_send(l2, eth->ether_dhost, ethertype, buf, len); in hostapd_ctrl_iface_data_test_frame()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/ |
H A D | ap_ctrl_iface.c | 2060 MAC2STR(eth->ether_dhost), MAC2STR(eth->ether_shost), extra); in hostapd_data_test_rx() 2062 MAC2STR_SEC(eth->ether_dhost), MAC2STR_SEC(eth->ether_shost), extra); in hostapd_data_test_rx() 2149 os_memcpy(eth->ether_dhost, dst, ETH_ALEN); in hostapd_ctrl_iface_data_test_tx() 2220 res = l2_packet_send(l2, eth->ether_dhost, ethertype, buf, len); in hostapd_ctrl_iface_data_test_frame()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | ctrl_iface.c | 3226 os_memcpy(eth->ether_dhost, addr, ETH_ALEN); in wpa_supplicant_ctrl_iface_mesh_link_probe() 9006 MAC2STR(eth->ether_dhost), MAC2STR(eth->ether_shost), extra); in wpas_data_test_rx() 9092 os_memcpy(eth->ether_dhost, dst, ETH_ALEN); in wpas_ctrl_iface_data_test_tx() 9151 res = l2_packet_send(l2, eth->ether_dhost, ethertype, buf, len); in wpas_ctrl_iface_data_test_frame()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | ctrl_iface.c | 3603 os_memcpy(eth->ether_dhost, addr, ETH_ALEN); 10129 MAC2STR(eth->ether_dhost), MAC2STR(eth->ether_shost), extra); 10131 MAC2STR_SEC(eth->ether_dhost), MAC2STR_SEC(eth->ether_shost), extra); 10217 os_memcpy(eth->ether_dhost, dst, ETH_ALEN); 10278 res = l2_packet_send(l2, eth->ether_dhost, ethertype, buf, len);
|
Completed in 38 milliseconds