Searched refs:ether_dhost (Results 1 – 4 of 4) sorted by relevance
/external/tcpdump/ |
D | ether.h | 47 uint8_t ether_dhost[ETHER_ADDR_LEN]; member
|
D | netdissect.h | 271 #define EDST(ep) ((ep)->ether_dhost)
|
/external/wpa_supplicant_8/hostapd/ |
D | ctrl_iface.c | 1852 MAC2STR(eth->ether_dhost), MAC2STR(eth->ether_shost)); in hostapd_data_test_rx() 1930 os_memcpy(eth->ether_dhost, dst, ETH_ALEN); in hostapd_ctrl_iface_data_test_tx() 1999 res = l2_packet_send(l2, eth->ether_dhost, ethertype, buf, len); in hostapd_ctrl_iface_data_test_frame()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | ctrl_iface.c | 8895 MAC2STR(eth->ether_dhost), MAC2STR(eth->ether_shost), extra); in wpas_data_test_rx() 8981 os_memcpy(eth->ether_dhost, dst, ETH_ALEN); in wpas_ctrl_iface_data_test_tx() 9040 res = l2_packet_send(l2, eth->ether_dhost, ethertype, buf, len); in wpas_ctrl_iface_data_test_frame()
|