HomeSort by relevance Sort by last modified time
    Searched refs:ar_sha (Results 1 - 6 of 6) sorted by null

  /external/iproute2/include/linux/
if_arp.h 148 unsigned char ar_sha[ETH_ALEN]; /* sender hardware address */
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
if_arp.h 143 unsigned char ar_sha[ETH_ALEN]; /* sender hardware address */
  /external/kernel-headers/original/linux/
if_arp.h 148 unsigned char ar_sha[ETH_ALEN]; /* sender hardware address */
  /external/tcpdump/
print-arp.c 48 * It is followed by the variable-sized fields ar_sha, arp_spa,
75 u_char ar_sha[]; /* sender hardware address */ member in struct:arp_pkthdr
80 #define ar_sha(ap) (((const u_char *)((ap)+1))+0) macro
93 #define SHA(ap) (ar_sha(ap))
  /external/qemu/slirp/
slirp.c 591 unsigned char ar_sha[ETH_ALEN]; /* sender hardware address */ member in struct:arphdr
633 memcpy(rah->ar_sha, reh->h_source, ETH_ALEN);
635 memcpy(rah->ar_tha, ah->ar_sha, ETH_ALEN);
644 memcpy(client_ethaddr, ah->ar_sha, ETH_ALEN);
716 memcpy(rah->ar_sha, special_ethaddr, ETH_ALEN - 1);
717 rah->ar_sha[5] = CTL_ALIAS;
  /external/qemu/slirp-android/
slirp.c 680 unsigned char ar_sha[ETH_ALEN]; /* sender hardware address */ member in struct:arphdr
726 memcpy(rah->ar_sha, reh->h_source, ETH_ALEN);
728 memcpy(rah->ar_tha, ah->ar_sha, ETH_ALEN);
737 memcpy(client_ethaddr, ah->ar_sha, ETH_ALEN);
809 memcpy(rah->ar_sha, special_ethaddr, ETH_ALEN - 1);
810 rah->ar_sha[5] = CTL_ALIAS;
    [all...]

Completed in 368 milliseconds