HomeSort by relevance Sort by last modified time
    Searched refs:h_dest (Results 51 - 74 of 74) sorted by null

1 23

  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/
if_ether.h 76 unsigned char h_dest[ETH_ALEN]; member in struct:ethhdr
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
if_ether.h 76 unsigned char h_dest[ETH_ALEN]; member in struct:ethhdr
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
if_ether.h 76 unsigned char h_dest[ETH_ALEN]; member in struct:ethhdr
  /bionic/libc/kernel/common/linux/
if_ether.h 110 unsigned char h_dest[ETH_ALEN]; member in struct:ethhdr
  /external/iproute2/include/linux/
if_ether.h 128 unsigned char h_dest[ETH_ALEN]; /* destination eth addr */ member in struct:ethhdr
  /external/wpa_supplicant_8/src/ap/
preauth_auth.c 61 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);
wpa_auth_glue.c 415 os_memcpy(buf->h_dest, dst, ETH_ALEN);
495 MACSTR, MAC2STR(ethhdr->h_source), MAC2STR(ethhdr->h_dest));
  /external/kernel-headers/original/linux/
if_ether.h 119 unsigned char h_dest[ETH_ALEN]; /* destination eth addr */ member in struct:ethhdr
if_vlan.h 45 * @h_dest: destination ethernet address
52 unsigned char h_dest[ETH_ALEN]; member in struct:vlan_ethhdr
  /external/ppp/pppd/plugins/rp-pppoe/
pppoe.h 82 #define h_dest ether_dhost macro
98 #define h_dest ether_dhost.ether_addr_octet macro
discovery.c 86 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);
common.c 409 memcpy(packet.ethHdr.h_dest, conn->peerEth, ETH_ALEN);
if.c 554 memcpy((char *)phys, (char *)pkt->ethHdr.h_dest, ETHERADDRL);
  /external/bluetooth/bluedroid/btif/src/
btif_pan.c 396 // memcpy(&eth_hdr.h_dest, local_addr, ETH_ADDR_LEN);
398 memcpy(&eth_hdr.h_dest, dst, ETH_ADDR_LEN);
493 int broadcast = eth_hdr->h_dest[0] & 1;
499 (broadcast || memcmp(btpan_cb.conns[i].eth_addr, eth_hdr->h_dest, sizeof(BD_ADDR)) == 0
500 || memcmp(btpan_cb.conns[i].peer, eth_hdr->h_dest, sizeof(BD_ADDR)) == 0))
503 bta_pan_ci_rx_write(handle, eth_hdr->h_dest, eth_hdr->h_src,
623 /* eth_hdr.h_dest[0], eth_hdr.h_dest[1], eth_hdr.h_dest[2], eth_hdr.h_dest[3], *
    [all...]
  /external/qemu/slirp/
slirp.c 575 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/
slirp.c 664 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);
    [all...]
  /external/wpa_supplicant_8/src/l2_packet/
l2_packet_freebsd.c 63 os_memcpy(eth->h_dest, dst_addr, ETH_ALEN);
l2_packet_pcap.c 98 os_memcpy(eth->h_dest, dst_addr, ETH_ALEN);
l2_packet_winpcap.c 89 os_memcpy(eth->h_dest, dst_addr, ETH_ALEN);
l2_packet_ndis.c 121 os_memcpy(eth->h_dest, dst_addr, ETH_ALEN);
  /external/wpa_supplicant_8/src/drivers/
driver_test.c 197 memcpy(eth.h_dest, addr, ETH_ALEN);
241 memcpy(eth.h_dest, dst, ETH_ALEN);
734 MAC2STR(eth->h_dest), MAC2STR(eth->h_source),
    [all...]
driver_madwifi.c 1107 memcpy(eth->h_dest, addr, ETH_ALEN);
    [all...]
driver_atheros.c     [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
wpa_supplicant.c     [all...]

Completed in 1382 milliseconds

1 23