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

  /development/ndk/platforms/android-3/include/linux/
if_arp.h 79 #define ARPOP_REQUEST 1
  /external/tcpdump/
print-arp.c 64 #define ARPOP_REQUEST 1 /* request to resolve address */
205 case ARPOP_REQUEST:
287 case ARPOP_REQUEST:
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
if_arp.h 79 #define ARPOP_REQUEST 1
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
if_arp.h 79 #define ARPOP_REQUEST 1
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
if_arp.h 79 #define ARPOP_REQUEST 1
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
if_arp.h 79 #define ARPOP_REQUEST 1
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
if_arp.h 79 #define ARPOP_REQUEST 1
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
if_arp.h 79 #define ARPOP_REQUEST 1
  /bionic/libc/kernel/common/linux/
if_arp.h 84 #define ARPOP_REQUEST 1
  /external/iproute2/include/linux/
if_arp.h 98 #define ARPOP_REQUEST 1 /* ARP request */
  /external/kernel-headers/original/linux/
if_arp.h 98 #define ARPOP_REQUEST 1 /* ARP request */
  /external/qemu/slirp/
slirp.c 570 #define ARPOP_REQUEST 1 /* ARP request */
609 case ARPOP_REQUEST:
714 rah->ar_op = htons(ARPOP_REQUEST);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
if_arp.h 95 #define ARPOP_REQUEST 1 /* ARP request */
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/net/
if_arp.h 40 #define ARPOP_REQUEST 1 /* ARP request. */
  /external/qemu/slirp-android/
slirp.c 651 #define ARPOP_REQUEST 1 /* ARP request */
692 case ARPOP_REQUEST:
799 rah->ar_op = htons(ARPOP_REQUEST);

Completed in 351 milliseconds