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

  /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;
skbuff.h 254 struct arphdr *arph;
    [all...]
  /bionic/libc/kernel/common/linux/
if_arp.h 114 struct arphdr struct
skbuff.h 126 struct arphdr *arph;
  /development/ndk/platforms/android-3/include/linux/
if_arp.h 109 struct arphdr struct
skbuff.h 126 struct arphdr *arph;
  /external/iproute2/include/linux/
if_arp.h 136 struct arphdr struct
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
if_arp.h 109 struct arphdr struct
skbuff.h 126 struct arphdr *arph;
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
if_arp.h 109 struct arphdr struct
skbuff.h 126 struct arphdr *arph;
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
if_arp.h 109 struct arphdr struct
skbuff.h 126 struct arphdr *arph;
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
if_arp.h 109 struct arphdr struct
skbuff.h 126 struct arphdr *arph;
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
if_arp.h 109 struct arphdr struct
skbuff.h 126 struct arphdr *arph;
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
if_arp.h 109 struct arphdr struct
skbuff.h 126 struct arphdr *arph;
  /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);
  /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);
  /external/iproute2/misc/
arpd.c 185 struct arphdr *ah = (struct arphdr*)buf;
483 struct arphdr *a = (struct arphdr*)buf;
  /external/dhcpcd/
net.c 678 struct arphdr *arp;
client.c     [all...]

Completed in 1304 milliseconds