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

/external/dhcpcd-6.8.2/
H A Dbpf-filter.h44 BPF_JUMP(BPF_JMP + BPF_JEQ + BPF_K, ARPOP_REPLY, 0, 1),
H A Darp.c160 if (ar.ar_op != htons(ARPOP_REPLY) &&
/external/iproute2/include/linux/
H A Dif_arp.h104 #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/toybox/toys/pending/
H A Darping.c108 arp_h->ar_op = (toys.optflags & FLAG_A) ? htons(ARPOP_REPLY)
138 arp_hdr->ar_op != htons(ARPOP_REPLY)) return;
160 arp_hdr->ar_op == htons(ARPOP_REPLY) ? "ply" : "quest",
/external/tcpdump/
H A Dprint-arp.c63 #define ARPOP_REPLY 2 /* response to previous request */ macro
101 { ARPOP_REPLY, "Reply" },
254 case ARPOP_REPLY:
366 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/iproute2/misc/
H A Darpd.c510 a->ar_op != htons(ARPOP_REPLY)) ||

Completed in 142 milliseconds