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

  /development/ndk/platforms/android-3/include/linux/
if_arp.h 109 struct arphdr struct
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
if_arp.h 109 struct arphdr struct
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
if_arp.h 109 struct arphdr struct
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
if_arp.h 109 struct arphdr struct
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
if_arp.h 109 struct arphdr struct
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
if_arp.h 109 struct arphdr struct
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
if_arp.h 109 struct arphdr struct
  /bionic/libc/kernel/common/linux/
if_arp.h 114 struct arphdr struct
  /external/iproute2/include/linux/
if_arp.h 136 struct arphdr struct
  /external/kernel-headers/original/linux/
if_arp.h 136 struct arphdr struct
159 static inline struct arphdr *arp_hdr(const struct sk_buff *skb)
161 return (struct arphdr *)skb_network_header(skb);
167 return sizeof(struct arphdr) + (dev->addr_len + sizeof(u32)) * 2;
  /external/qemu/slirp/
slirp.c 580 struct arphdr struct
600 struct arphdr *ah = (struct arphdr *)(pkt + ETH_HLEN);
601 uint8_t arp_reply[ETH_HLEN + sizeof(struct arphdr)];
603 struct arphdr *rah = (struct arphdr *)(arp_reply + ETH_HLEN);
696 uint8_t arp_req[ETH_HLEN + sizeof(struct arphdr)];
698 struct arphdr *rah = (struct arphdr *)(arp_req + ETH_HLEN);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
if_arp.h 133 struct arphdr struct
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/net/
if_arp.h 49 in size; the arphdr structure defines the fixed-length portion.
55 struct arphdr struct
  /external/qemu/slirp-android/
slirp.c 661 struct arphdr struct
681 struct arphdr *ah = (struct arphdr *)(pkt + ETH_HLEN);
682 uint8_t arp_reply[ETH_HLEN + sizeof(struct arphdr)];
684 struct arphdr *rah = (struct arphdr *)(arp_reply + ETH_HLEN);
781 uint8_t arp_req[ETH_HLEN + sizeof(struct arphdr)];
783 struct arphdr *rah = (struct arphdr *)(arp_req + ETH_HLEN);

Completed in 683 milliseconds