Home
last modified time | relevance | path

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

/external/tcpdump/
Dether.h47 uint8_t ether_dhost[ETHER_ADDR_LEN]; member
Dnetdissect.h277 #define EDST(ep) ((ep)->ether_dhost)
/external/dnsmasq/src/
Dbpf.c192 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/
Dif-bsd.c388 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/
Dctrl_iface.c1718 MAC2STR(eth->ether_dhost), MAC2STR(eth->ether_shost)); in hostapd_data_test_rx()
1796 os_memcpy(eth->ether_dhost, dst, ETH_ALEN); in hostapd_ctrl_iface_data_test_tx()
1865 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.c8452 MAC2STR(eth->ether_dhost), MAC2STR(eth->ether_shost)); in wpas_data_test_rx()
8529 os_memcpy(eth->ether_dhost, dst, ETH_ALEN); in wpas_ctrl_iface_data_test_tx()
8588 res = l2_packet_send(l2, eth->ether_dhost, ethertype, buf, len); in wpas_ctrl_iface_data_test_frame()