HomeSort by relevance Sort by last modified time
    Searched refs:h_source (Results 76 - 90 of 90) sorted by null

1 2 34

  /external/qemu/slirp/
slirp.c 576 unsigned char h_source[ETH_ALEN]; /* source ether addr */ member in struct:ethhdr
620 memcpy(client_ethaddr, eh->h_source, ETH_ALEN);
624 memcpy(reh->h_source, special_ethaddr, ETH_ALEN - 1);
625 reh->h_source[5] = ah->ar_tip[3];
633 memcpy(rah->ar_sha, reh->h_source, ETH_ALEN);
707 memcpy(reh->h_source, special_ethaddr, ETH_ALEN - 1);
708 reh->h_source[5] = CTL_ALIAS;
728 memcpy(eh->h_source, special_ethaddr, ETH_ALEN - 1);
730 eh->h_source[5] = CTL_ALIAS;
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/
if_ether.h 129 unsigned char h_source[ETH_ALEN]; member in struct:ethhdr
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/
if_ether.h 129 unsigned char h_source[ETH_ALEN]; member in struct:ethhdr
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/
if_ether.h 129 unsigned char h_source[ETH_ALEN]; member in struct:ethhdr
  /external/ppp/pppd/plugins/rp-pppoe/
pppoe.h 83 #define h_source ether_shost macro
99 #define h_source ether_shost.ether_addr_octet macro
discovery.c 260 memcpy(packet.ethHdr.h_source, conn->myEth, ETH_ALEN);
368 if (NOT_UNICAST(packet.ethHdr.h_source)) {
386 memcpy(conn->peerEth, packet.ethHdr.h_source, ETH_ALEN);
430 memcpy(packet.ethHdr.h_source, conn->myEth, ETH_ALEN);
542 if (memcmp(packet.ethHdr.h_source, conn->peerEth, ETH_ALEN)) continue;
common.c 410 memcpy(packet.ethHdr.h_source, conn->myEth, ETH_ALEN);
  /external/qemu/slirp-android/
slirp.c 665 unsigned char h_source[ETH_ALEN]; /* source ether addr */ member in struct:ethhdr
713 memcpy(client_ethaddr, eh->h_source, ETH_ALEN);
717 memcpy(reh->h_source, special_ethaddr, ETH_ALEN - 1);
718 reh->h_source[5] = ar_tip_low;
726 memcpy(rah->ar_sha, reh->h_source, ETH_ALEN);
800 memcpy(reh->h_source, special_ethaddr, ETH_ALEN - 1);
801 reh->h_source[5] = CTL_ALIAS;
821 memcpy(eh->h_source, special_ethaddr, ETH_ALEN - 1);
823 eh->h_source[5] = CTL_ALIAS;
    [all...]
  /external/wpa_supplicant_8/src/l2_packet/
l2_packet_freebsd.c 64 os_memcpy(eth->h_source, l2->own_addr, ETH_ALEN);
98 l2->rx_callback(l2->rx_callback_ctx, ethhdr->h_source, buf, len);
l2_packet_winpcap.c 90 os_memcpy(eth->h_source, l2->own_addr, ETH_ALEN);
119 l2->rx_src = ethhdr->h_source;
l2_packet_ndis.c 122 os_memcpy(eth->h_source, l2->own_addr, ETH_ALEN);
295 rx_src = ethhdr->h_source;
  /external/wpa_supplicant_8/src/ap/
wpa_auth_glue.c 435 os_memcpy(buf->h_source, hapd->own_addr, ETH_ALEN);
514 MACSTR, MAC2STR(ethhdr->h_source), MAC2STR(ethhdr->h_dest));
515 wpa_ft_rrb_rx(hapd->wpa_auth, ethhdr->h_source, buf + sizeof(*ethhdr),
  /external/wpa_supplicant_8/src/drivers/
driver_test.c 182 memcpy(eth.h_source, own_addr, ETH_ALEN);
226 memcpy(eth.h_source, src, ETH_ALEN);
686 MAC2STR(eth->h_dest), MAC2STR(eth->h_source),
693 ev.ft_rrb_rx.src = eth->h_source;
    [all...]
driver_madwifi.c 1104 memcpy(eth->h_source, own_addr, ETH_ALEN);
    [all...]
driver_atheros.c     [all...]

Completed in 1111 milliseconds

1 2 34