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

  /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 96 milliseconds