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

1 23

  /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/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
  /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...]

Completed in 1019 milliseconds

1 23