Home
last modified time | relevance | path

Searched refs:h_dest (Results 1 – 14 of 14) sorted by relevance

/external/ppp/pppd/plugins/rp-pppoe/
Ddebug.c136 (unsigned) packet->ethHdr.h_dest[0], in dumpPacket()
137 (unsigned) packet->ethHdr.h_dest[1], in dumpPacket()
138 (unsigned) packet->ethHdr.h_dest[2], in dumpPacket()
139 (unsigned) packet->ethHdr.h_dest[3], in dumpPacket()
140 (unsigned) packet->ethHdr.h_dest[4], in dumpPacket()
141 (unsigned) packet->ethHdr.h_dest[5]); in dumpPacket()
Dpppoe.h82 #define h_dest ether_dhost macro
98 #define h_dest ether_dhost.ether_addr_octet macro
Ddiscovery.c86 if (memcmp(packet->ethHdr.h_dest, conn->myEth, ETH_ALEN)) return 0; in packetIsForMe()
259 memset(packet.ethHdr.h_dest, 0xFF, ETH_ALEN); in sendPADI()
429 memcpy(packet.ethHdr.h_dest, conn->peerEth, ETH_ALEN); in sendPADR()
Dcommon.c409 memcpy(packet.ethHdr.h_dest, conn->peerEth, ETH_ALEN); in sendPADT()
Dif.c554 memcpy((char *)phys, (char *)pkt->ethHdr.h_dest, ETHERADDRL); in sendPacket()
/external/tcpdump/
Dprint-lane.c73 etheraddr_string(ep->h_dest), in lane_hdr_print()
79 etheraddr_string(ep->h_dest), in lane_hdr_print()
139 if (llc_print(p, length, caplen, ep->h_source, ep->h_dest, in lane_print()
Dlane.h31 u_int8_t h_dest[ETHER_ADDR_LEN]; member
/external/wpa_supplicant/
Dl2_packet.h50 u8 h_dest[ETH_ALEN]; member
Dl2_packet_freebsd.c62 os_memcpy(eth->h_dest, dst_addr, ETH_ALEN); in l2_packet_send()
Dl2_packet_winpcap.c95 os_memcpy(eth->h_dest, dst_addr, ETH_ALEN); in l2_packet_send()
Dl2_packet_pcap.c104 os_memcpy(eth->h_dest, dst_addr, ETH_ALEN); in l2_packet_send()
Dl2_packet_ndis.c127 os_memcpy(eth->h_dest, dst_addr, ETH_ALEN); in l2_packet_send()
Ddriver_test.c651 os_memcpy(eth.h_dest, dest, ETH_ALEN); in wpa_driver_test_send_eapol()
/external/qemu/slirp2/
Dslirp.c624 unsigned char h_dest[ETH_ALEN]; /* destination eth addr */ member
669 memcpy(reh->h_dest, pkt + ETH_ALEN, ETH_ALEN); in arp_input()
731 memcpy(eh->h_dest, client_ethaddr, ETH_ALEN); in if_encap()