Searched refs:ether_dhost (Results 1 – 8 of 8) sorted by relevance
/external/tcpdump/ |
D | ether.h | 47 uint8_t ether_dhost[ETHER_ADDR_LEN]; member
|
D | interface.h | 86 #define EDST(ep) ((ep)->ether_dhost)
|
D | netdissect.h | 245 #define EDST(ep) ((ep)->ether_dhost)
|
/external/dnsmasq/src/ |
D | bpf.c | 192 memset(ether.ether_dhost, 255, ETHER_ADDR_LEN); in send_via_bpf() 197 memcpy(ether.ether_dhost, mess->chaddr, ETHER_ADDR_LEN); in send_via_bpf()
|
/external/dhcpcd-6.8.2/ |
D | if-bsd.c | 388 memcpy(&hw.ether_dhost, dest_hw_addr, ETHER_ADDR_LEN); in if_sendrawpacket() 390 memset(&hw.ether_dhost, 0xff, ETHER_ADDR_LEN); in if_sendrawpacket()
|
/external/wpa_supplicant_8/hostapd/ |
D | ctrl_iface.c | 1618 MAC2STR(eth->ether_dhost), MAC2STR(eth->ether_shost)); in hostapd_data_test_rx() 1696 os_memcpy(eth->ether_dhost, dst, ETH_ALEN); in hostapd_ctrl_iface_data_test_tx() 1765 res = l2_packet_send(l2, eth->ether_dhost, ethertype, buf, len); in hostapd_ctrl_iface_data_test_frame()
|
/external/avahi/avahi-autoipd/ |
D | main.c | 735 memset(eh->ether_dhost, 0xFF, ETHER_ADDRLEN); in send_packet()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | ctrl_iface.c | 7793 MAC2STR(eth->ether_dhost), MAC2STR(eth->ether_shost)); in wpas_data_test_rx() 7870 os_memcpy(eth->ether_dhost, dst, ETH_ALEN); in wpas_ctrl_iface_data_test_tx() 7929 res = l2_packet_send(l2, eth->ether_dhost, ethertype, buf, len); in wpas_ctrl_iface_data_test_frame()
|