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

  /bionic/libc/kernel/common/linux/
if_arp.h 84 #define ARPOP_REQUEST 1
  /development/ndk/platforms/android-3/include/linux/
if_arp.h 79 #define ARPOP_REQUEST 1
  /external/dhcpcd/
bpf-filter.h 41 BPF_JUMP(BPF_JMP + BPF_JEQ + BPF_K, ARPOP_REQUEST, 2, 0),
client.c 1181 if (send_arp(iface, ARPOP_REQUEST, 0,
1215 i = send_arp(iface, ARPOP_REQUEST,
    [all...]
  /external/iproute2/include/linux/
if_arp.h 98 #define ARPOP_REQUEST 1 /* ARP 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
  /external/kernel-headers/original/linux/
if_arp.h 98 #define ARPOP_REQUEST 1 /* ARP request */
  /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 651 #define ARPOP_REQUEST 1 /* ARP request */
692 case ARPOP_REQUEST:
799 rah->ar_op = htons(ARPOP_REQUEST);
  /external/iproute2/misc/
arpd.c 213 ah->ar_op = htons(ARPOP_REQUEST);
502 (a->ar_op != htons(ARPOP_REQUEST) &&

Completed in 249 milliseconds