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

12

  /prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/linux/
if_arp.h 80 #define ARPOP_REPLY 2
  /external/kernel-headers/original/linux/
if_arp.h 100 #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/tcpdump/
print-arp.c 65 #define ARPOP_REPLY 2 /* response to previous request */
216 case ARPOP_REPLY:
295 case ARPOP_REPLY:
  /external/dhcpcd/
arp.c 135 if (ar.ar_op != htons(ARPOP_REPLY) &&
client.c     [all...]
  /external/qemu/slirp/
slirp.c 571 #define ARPOP_REPLY 2 /* ARP reply */
632 rah->ar_op = htons(ARPOP_REPLY);
640 case ARPOP_REPLY:
  /external/qemu/slirp-android/
slirp.c 660 #define ARPOP_REPLY 2 /* ARP reply */
725 rah->ar_op = htons(ARPOP_REPLY);
733 case ARPOP_REPLY:
    [all...]
  /external/iproute2/misc/
arpd.c 503 a->ar_op != htons(ARPOP_REPLY)) ||

Completed in 700 milliseconds

12