HomeSort by relevance Sort by last modified time
    Searched refs:ARPOP_REQUEST (Results 26 - 47 of 47) sorted by null

12

  /prebuilts/ndk/7/platforms/android-8/arch-x86/usr/include/linux/
if_arp.h 79 #define ARPOP_REQUEST 1
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/linux/
if_arp.h 79 #define ARPOP_REQUEST 1
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/linux/
if_arp.h 79 #define ARPOP_REQUEST 1
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/linux/
if_arp.h 79 #define ARPOP_REQUEST 1
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/linux/
if_arp.h 79 #define ARPOP_REQUEST 1
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/linux/
if_arp.h 79 #define ARPOP_REQUEST 1
  /prebuilts/ndk/8/platforms/android-3/arch-arm/usr/include/linux/
if_arp.h 79 #define ARPOP_REQUEST 1
  /prebuilts/ndk/8/platforms/android-4/arch-arm/usr/include/linux/
if_arp.h 79 #define ARPOP_REQUEST 1
  /prebuilts/ndk/8/platforms/android-5/arch-arm/usr/include/linux/
if_arp.h 79 #define ARPOP_REQUEST 1
  /prebuilts/ndk/8/platforms/android-8/arch-arm/usr/include/linux/
if_arp.h 79 #define ARPOP_REQUEST 1
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/linux/
if_arp.h 79 #define ARPOP_REQUEST 1
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/linux/
if_arp.h 79 #define ARPOP_REQUEST 1
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/linux/
if_arp.h 79 #define ARPOP_REQUEST 1
  /external/kernel-headers/original/linux/
if_arp.h 99 #define ARPOP_REQUEST 1 /* ARP request */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/net/
if_arp.h 40 #define ARPOP_REQUEST 1 /* ARP request. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/net/
if_arp.h 40 #define ARPOP_REQUEST 1 /* ARP request. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/net/
if_arp.h 40 #define ARPOP_REQUEST 1 /* ARP request. */
  /external/dhcpcd/
arp.c 136 ar.ar_op != htons(ARPOP_REQUEST))
222 if (send_arp(iface, ARPOP_REQUEST,
300 if (send_arp(iface, ARPOP_REQUEST, 0, addr.s_addr) == -1)
  /external/tcpdump/
print-arp.c 64 #define ARPOP_REQUEST 1 /* request to resolve address */
205 case ARPOP_REQUEST:
287 case ARPOP_REQUEST:
  /external/qemu/slirp/
slirp.c 570 #define ARPOP_REQUEST 1 /* ARP request */
609 case ARPOP_REQUEST:
714 rah->ar_op = htons(ARPOP_REQUEST);
  /external/qemu/slirp-android/
slirp.c 659 #define ARPOP_REQUEST 1 /* ARP request */
700 case ARPOP_REQUEST:
807 rah->ar_op = htons(ARPOP_REQUEST);
    [all...]
  /external/iproute2/misc/
arpd.c 213 ah->ar_op = htons(ARPOP_REQUEST);
502 (a->ar_op != htons(ARPOP_REQUEST) &&

Completed in 2156 milliseconds

12