Searched defs:ARPOP_REPLY (Results 1 - 6 of 6) sorted by relevance

/external/libnl/include/linux/
H A Dif_arp.h92 #define ARPOP_REPLY 2 /* ARP reply */ macro
/external/iproute2/include/linux/
H A Dif_arp.h100 #define ARPOP_REPLY 2 /* ARP reply */ macro
/external/kernel-headers/original/uapi/linux/
H A Dif_arp.h104 #define ARPOP_REPLY 2 /* ARP reply */ macro
/external/tcpdump/
H A Dprint-arp.c66 #define ARPOP_REPLY 2 /* response to previous request */ macro
104 { ARPOP_REPLY, "Reply" },
257 case ARPOP_REPLY:
369 case ARPOP_REPLY:
/external/qemu/slirp/
H A Dslirp.c571 #define ARPOP_REPLY 2 /* ARP reply */ macro
632 rah->ar_op = htons(ARPOP_REPLY);
640 case ARPOP_REPLY:
/external/qemu/slirp-android/
H A Dslirp.c660 #define ARPOP_REPLY 2 /* ARP reply */ macro
725 rah->ar_op = htons(ARPOP_REPLY);
733 case ARPOP_REPLY:

Completed in 161 milliseconds