Home
last modified time | relevance | path

Searched refs:ether_dhost (Results 1 – 4 of 4) sorted by relevance

/external/tcpdump/
Dether.h47 uint8_t ether_dhost[ETHER_ADDR_LEN]; member
Dnetdissect.h271 #define EDST(ep) ((ep)->ether_dhost)
/external/wpa_supplicant_8/hostapd/
Dctrl_iface.c1852 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/
Dctrl_iface.c8895 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()