HomeSort by relevance Sort by last modified time
    Searched refs:ar_pro (Results 76 - 87 of 87) sorted by null

1 2 34

  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/
if_arp.h 112 unsigned short ar_pro; member in struct:arphdr
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/
if_arp.h 112 unsigned short ar_pro; member in struct:arphdr
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
if_arp.h 112 unsigned short ar_pro; member in struct:arphdr
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/net/
if_arp.h 58 unsigned short int ar_pro; /* Format of protocol address. */ member in struct:arphdr
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/net/
if_arp.h 58 unsigned short int ar_pro; /* Format of protocol address. */ member in struct:arphdr
  /external/dhcpcd/
arp.c 57 ar.ar_pro = htons(ETHERTYPE_IP);
130 if (ar.ar_pro != htons(ETHERTYPE_IP))
  /external/tcpdump/
print-arp.c 61 u_short ar_pro; /* format of protocol address */ member in struct:arp_pkthdr
95 #define PRO(ap) EXTRACT_16BITS(&(ap)->ar_pro)
  /external/iputils/
rarpd.c 474 if (a->ar_pro != htons(ETH_P_IP)) {
475 syslog(LOG_ERR, "rarp protocol is not IP %04x", ntohs(a->ar_pro));
arping.c 282 ah->ar_pro = htons(ETH_P_IP);
402 if (ah->ar_pro != htons(ETH_P_IP))
  /external/qemu/slirp/
slirp.c 583 unsigned short ar_pro; /* format of protocol address */ member in struct:arphdr
629 rah->ar_pro = htons(ETH_P_IP);
711 rah->ar_pro = htons(ETH_P_IP);
  /external/qemu/slirp-android/
slirp.c 672 unsigned short ar_pro; /* format of protocol address */ member in struct:arphdr
722 rah->ar_pro = htons(ETH_P_IP);
804 rah->ar_pro = htons(ETH_P_IP);
    [all...]
  /external/iproute2/misc/
arpd.c 212 ah->ar_pro = htons(ETH_P_IP);
507 a->ar_pro != htons(ETH_P_IP) ||

Completed in 8812 milliseconds

1 2 34