Searched refs:h_dest (Results 1 - 25 of 45) sorted by relevance

12

/external/tcpdump/
H A Dlane.h31 u_int8_t h_dest[ETHER_ADDR_LEN]; member in struct:lecdatahdr_8023
/external/ppp/pppd/plugins/rp-pppoe/
H A Ddebug.c136 (unsigned) packet->ethHdr.h_dest[0],
137 (unsigned) packet->ethHdr.h_dest[1],
138 (unsigned) packet->ethHdr.h_dest[2],
139 (unsigned) packet->ethHdr.h_dest[3],
140 (unsigned) packet->ethHdr.h_dest[4],
141 (unsigned) packet->ethHdr.h_dest[5]);
H A Dpppoe.h82 #define h_dest ether_dhost macro
98 #define h_dest ether_dhost.ether_addr_octet macro
H A Ddiscovery.c86 if (memcmp(packet->ethHdr.h_dest, conn->myEth, ETH_ALEN)) return 0;
259 memset(packet.ethHdr.h_dest, 0xFF, ETH_ALEN);
429 memcpy(packet.ethHdr.h_dest, conn->peerEth, ETH_ALEN);
H A Dcommon.c409 memcpy(packet.ethHdr.h_dest, conn->peerEth, ETH_ALEN);
/external/wpa_supplicant_8/hostapd/src/l2_packet/
H A Dl2_packet.h33 u8 h_dest[ETH_ALEN]; member in struct:l2_ethhdr
H A Dl2_packet_freebsd.c63 os_memcpy(eth->h_dest, dst_addr, ETH_ALEN);
H A Dl2_packet_pcap.c98 os_memcpy(eth->h_dest, dst_addr, ETH_ALEN);
H A Dl2_packet_winpcap.c89 os_memcpy(eth->h_dest, dst_addr, ETH_ALEN);
/external/wpa_supplicant_8/src/l2_packet/
H A Dl2_packet.h33 u8 h_dest[ETH_ALEN]; member in struct:l2_ethhdr
H A Dl2_packet_freebsd.c63 os_memcpy(eth->h_dest, dst_addr, ETH_ALEN);
/external/wpa_supplicant_8/wpa_supplicant/src/l2_packet/
H A Dl2_packet.h33 u8 h_dest[ETH_ALEN]; member in struct:l2_ethhdr
/external/bluetooth/bluedroid/btif/include/
H A Dbtif_pan_internal.h59 unsigned char h_dest[ETH_ADDR_LEN]; member in struct:eth_hdr
/external/libnl/include/linux/
H A Dif_ether.h101 unsigned char h_dest[ETH_ALEN]; /* destination eth addr */ member in struct:ethhdr
/external/iproute2/include/linux/
H A Dif_ether.h128 unsigned char h_dest[ETH_ALEN]; /* destination eth addr */ member in struct:ethhdr
/external/wpa_supplicant_8/hostapd/src/ap/
H A Dpreauth_auth.c61 if (os_memcmp(ethhdr->h_dest, hapd->own_addr, ETH_ALEN) != 0) {
63 MACSTR, MAC2STR(ethhdr->h_dest));
254 os_memcpy(ethhdr->h_dest, sta->addr, ETH_ALEN);
H A Dwpa_auth_glue.c434 os_memcpy(buf->h_dest, dst, ETH_ALEN);
514 MACSTR, MAC2STR(ethhdr->h_source), MAC2STR(ethhdr->h_dest));
/external/wpa_supplicant_8/src/ap/
H A Dpreauth_auth.c61 if (os_memcmp(ethhdr->h_dest, hapd->own_addr, ETH_ALEN) != 0) {
63 MACSTR, MAC2STR(ethhdr->h_dest));
254 os_memcpy(ethhdr->h_dest, sta->addr, ETH_ALEN);
H A Dwpa_auth_glue.c434 os_memcpy(buf->h_dest, dst, ETH_ALEN);
514 MACSTR, MAC2STR(ethhdr->h_source), MAC2STR(ethhdr->h_dest));
/external/wpa_supplicant_8/wpa_supplicant/src/ap/
H A Dpreauth_auth.c61 if (os_memcmp(ethhdr->h_dest, hapd->own_addr, ETH_ALEN) != 0) {
63 MACSTR, MAC2STR(ethhdr->h_dest));
254 os_memcpy(ethhdr->h_dest, sta->addr, ETH_ALEN);
H A Dwpa_auth_glue.c434 os_memcpy(buf->h_dest, dst, ETH_ALEN);
514 MACSTR, MAC2STR(ethhdr->h_source), MAC2STR(ethhdr->h_dest));
/external/kernel-headers/original/uapi/linux/
H A Dif_ether.h135 unsigned char h_dest[ETH_ALEN]; /* destination eth addr */ member in struct:ethhdr
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_pan.c449 // memcpy(&eth_hdr.h_dest, local_addr, ETH_ADDR_LEN);
451 memcpy(&eth_hdr.h_dest, dst, ETH_ADDR_LEN);
553 int broadcast = eth_hdr->h_dest[0] & 1;
560 (broadcast || memcmp(btpan_cb.conns[i].eth_addr, eth_hdr->h_dest, sizeof(BD_ADDR)) == 0
561 || memcmp(btpan_cb.conns[i].peer, eth_hdr->h_dest, sizeof(BD_ADDR)) == 0)) {
562 int result = PAN_WriteBuf(handle, eth_hdr->h_dest, eth_hdr->h_src, ntohs(eth_hdr->h_proto), hdr, 0);
/external/qemu/slirp/
H A Dslirp.c575 unsigned char h_dest[ETH_ALEN]; /* destination eth addr */ member in struct:ethhdr
623 memcpy(reh->h_dest, pkt + ETH_ALEN, ETH_ALEN);
706 memset(reh->h_dest, 0xff, ETH_ALEN);
727 memcpy(eh->h_dest, client_ethaddr, ETH_ALEN);
/external/qemu/slirp-android/
H A Dslirp.c664 unsigned char h_dest[ETH_ALEN]; /* destination eth addr */ member in struct:ethhdr
716 memcpy(reh->h_dest, pkt + ETH_ALEN, ETH_ALEN);
799 memset(reh->h_dest, 0xff, ETH_ALEN);
820 memcpy(eh->h_dest, client_ethaddr, ETH_ALEN);

Completed in 1756 milliseconds

12