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

  /development/ndk/platforms/android-3/include/linux/
if_arp.h 80 #define ARPOP_REPLY 2
  /external/tcpdump/
print-arp.c 65 #define ARPOP_REPLY 2 /* response to previous request */
216 case ARPOP_REPLY:
295 case ARPOP_REPLY:
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
if_arp.h 80 #define ARPOP_REPLY 2
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
if_arp.h 80 #define ARPOP_REPLY 2
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
if_arp.h 80 #define ARPOP_REPLY 2
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
if_arp.h 80 #define ARPOP_REPLY 2
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
if_arp.h 80 #define ARPOP_REPLY 2
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
if_arp.h 80 #define ARPOP_REPLY 2
  /bionic/libc/kernel/common/linux/
if_arp.h 85 #define ARPOP_REPLY 2
  /external/iproute2/include/linux/
if_arp.h 99 #define ARPOP_REPLY 2 /* ARP reply */
  /external/kernel-headers/original/linux/
if_arp.h 99 #define ARPOP_REPLY 2 /* ARP reply */
  /external/qemu/slirp/
slirp.c 571 #define ARPOP_REPLY 2 /* ARP reply */
632 rah->ar_op = htons(ARPOP_REPLY);
640 case ARPOP_REPLY:
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
if_arp.h 96 #define ARPOP_REPLY 2 /* ARP reply */
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/net/
if_arp.h 41 #define ARPOP_REPLY 2 /* ARP reply. */
  /external/qemu/slirp-android/
slirp.c 652 #define ARPOP_REPLY 2 /* ARP reply */
717 rah->ar_op = htons(ARPOP_REPLY);
725 case ARPOP_REPLY:

Completed in 1220 milliseconds