Searched refs:ARPOP_REPLY (Results 1 - 10 of 10) sorted by relevance

/external/dhcpcd/
H A Dbpf-filter.h44 BPF_JUMP(BPF_JMP + BPF_JEQ + BPF_K, ARPOP_REPLY, 0, 1),
H A Darp.c135 if (ar.ar_op != htons(ARPOP_REPLY) &&
/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/libnl/include/linux/
H A Dif_arp.h92 #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/iputils/
H A Darping.c285 ah->ar_op = advert ? htons(ARPOP_REPLY) : htons(ARPOP_REQUEST);
393 ah->ar_op != htons(ARPOP_REPLY))
443 printf("%s from ", ah->ar_op == htons(ARPOP_REPLY) ? "reply" : "request");
/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:
/external/iproute2/misc/
H A Darpd.c505 a->ar_op != htons(ARPOP_REPLY)) ||

Completed in 917 milliseconds