Searched refs:ARPOP_REPLY (Results 1 - 8 of 8) 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/linux/
H A Dif_arp.h100 #define ARPOP_REPLY 2 /* ARP reply */ macro
/external/tcpdump/
H A Dprint-arp.c65 #define ARPOP_REPLY 2 /* response to previous request */ macro
216 case ARPOP_REPLY:
295 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:
/external/iproute2/misc/
H A Darpd.c503 a->ar_op != htons(ARPOP_REPLY)) ||

Completed in 115 milliseconds