HomeSort by relevance Sort by last modified time
    Searched defs:h_dest (Results 1 - 17 of 17) sorted by null

  /external/wpa_supplicant_6/wpa_supplicant/src/l2_packet/
l2_packet.h 39 u8 h_dest[ETH_ALEN]; member in struct:l2_ethhdr
  /external/wpa_supplicant/
l2_packet.h 50 u8 h_dest[ETH_ALEN]; member in struct:l2_ethhdr
  /external/tcpdump/
lane.h 31 u_int8_t h_dest[ETHER_ADDR_LEN]; member in struct:lecdatahdr_8023
  /development/ndk/platforms/android-3/include/linux/
if_ether.h 76 unsigned char h_dest[ETH_ALEN]; member in struct:ethhdr
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
if_ether.h 76 unsigned char h_dest[ETH_ALEN]; member in struct:ethhdr
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
if_ether.h 76 unsigned char h_dest[ETH_ALEN]; member in struct:ethhdr
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
if_ether.h 76 unsigned char h_dest[ETH_ALEN]; member in struct:ethhdr
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
if_ether.h 76 unsigned char h_dest[ETH_ALEN]; member in struct:ethhdr
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
if_ether.h 76 unsigned char h_dest[ETH_ALEN]; member in struct:ethhdr
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/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 89 unsigned char h_dest[ETH_ALEN]; member in struct:ethhdr
  /external/iproute2/include/linux/
if_ether.h 118 unsigned char h_dest[ETH_ALEN]; /* destination eth addr */ member in struct:ethhdr
  /external/kernel-headers/original/linux/
if_ether.h 118 unsigned char h_dest[ETH_ALEN]; /* destination eth addr */ member in struct:ethhdr
if_vlan.h 43 unsigned char h_dest[ETH_ALEN]; /* destination eth addr */ member in struct:vlan_ethhdr
193 if (!compare_ether_addr(eth_hdr(skb)->h_dest,
  /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
  /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 656 unsigned char h_dest[ETH_ALEN]; /* destination eth addr */ member in struct:ethhdr
708 memcpy(reh->h_dest, pkt + ETH_ALEN, ETH_ALEN);
791 memset(reh->h_dest, 0xff, ETH_ALEN);
812 memcpy(eh->h_dest, client_ethaddr, ETH_ALEN);

Completed in 370 milliseconds