Searched refs:h_source (Results 1 – 13 of 13) sorted by relevance
/external/ppp/pppd/plugins/rp-pppoe/ |
D | debug.c | 130 (unsigned) packet->ethHdr.h_source[0], in dumpPacket() 131 (unsigned) packet->ethHdr.h_source[1], in dumpPacket() 132 (unsigned) packet->ethHdr.h_source[2], in dumpPacket() 133 (unsigned) packet->ethHdr.h_source[3], in dumpPacket() 134 (unsigned) packet->ethHdr.h_source[4], in dumpPacket() 135 (unsigned) packet->ethHdr.h_source[5], in dumpPacket()
|
D | discovery.c | 260 memcpy(packet.ethHdr.h_source, conn->myEth, ETH_ALEN); in sendPADI() 368 if (NOT_UNICAST(packet.ethHdr.h_source)) { in waitForPADO() 386 memcpy(conn->peerEth, packet.ethHdr.h_source, ETH_ALEN); in waitForPADO() 430 memcpy(packet.ethHdr.h_source, conn->myEth, ETH_ALEN); in sendPADR() 542 if (memcmp(packet.ethHdr.h_source, conn->peerEth, ETH_ALEN)) continue; in waitForPADS()
|
D | pppoe.h | 83 #define h_source ether_shost macro 99 #define h_source ether_shost.ether_addr_octet macro
|
D | common.c | 410 memcpy(packet.ethHdr.h_source, conn->myEth, ETH_ALEN); in sendPADT()
|
/external/tcpdump/ |
D | print-lane.c | 72 etheraddr_string(ep->h_source), in lane_hdr_print() 78 etheraddr_string(ep->h_source), in lane_hdr_print() 139 if (llc_print(p, length, caplen, ep->h_source, ep->h_dest, in lane_print()
|
D | lane.h | 32 u_int8_t h_source[ETHER_ADDR_LEN]; member
|
/external/qemu/slirp2/ |
D | slirp.c | 625 unsigned char h_source[ETH_ALEN]; /* source ether addr */ member 666 memcpy(client_ethaddr, eh->h_source, ETH_ALEN); in arp_input() 670 memcpy(reh->h_source, special_ethaddr, ETH_ALEN - 1); in arp_input() 671 reh->h_source[5] = ah->ar_tip[3]; in arp_input() 679 memcpy(rah->ar_sha, reh->h_source, ETH_ALEN); in arp_input() 732 memcpy(eh->h_source, special_ethaddr, ETH_ALEN - 1); in if_encap() 734 eh->h_source[5] = CTL_ALIAS; in if_encap()
|
/external/wpa_supplicant/ |
D | l2_packet_pcap.c | 105 os_memcpy(eth->h_source, l2->own_addr, ETH_ALEN); in l2_packet_send() 146 l2->rx_callback(l2->rx_callback_ctx, ethhdr->h_source, buf, len); in l2_packet_receive() 171 l2->rx_callback(l2->rx_callback_ctx, ethhdr->h_source, buf, len); in l2_packet_receive_cb()
|
D | l2_packet.h | 51 u8 h_source[ETH_ALEN]; member
|
D | l2_packet_freebsd.c | 63 os_memcpy(eth->h_source, l2->own_addr, ETH_ALEN); in l2_packet_send() 97 l2->rx_callback(l2->rx_callback_ctx, ethhdr->h_source, buf, len); in l2_packet_receive()
|
D | l2_packet_winpcap.c | 96 os_memcpy(eth->h_source, l2->own_addr, ETH_ALEN); in l2_packet_send() 125 l2->rx_src = ethhdr->h_source; in l2_packet_receive_cb()
|
D | l2_packet_ndis.c | 128 os_memcpy(eth->h_source, l2->own_addr, ETH_ALEN); in l2_packet_send() 295 rx_src = ethhdr->h_source; in l2_packet_callback()
|
D | driver_test.c | 652 os_memcpy(eth.h_source, drv->own_addr, ETH_ALEN); in wpa_driver_test_send_eapol()
|