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

/external/syslinux/gpxe/src/include/gpxe/
H A Dif_arp.h33 #define ARPOP_REPLY 2 /**< ARP reply */ macro
/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/uapi/linux/
H A Dif_arp.h107 #define ARPOP_REPLY 2 /* ARP reply */ macro
/external/kernel-headers/original/uapi/linux/
H A Dif_arp.h107 #define ARPOP_REPLY 2 /* ARP reply */ macro
/external/libnl/include/linux-private/linux/
H A Dif_arp.h100 #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.c64 #define ARPOP_REPLY 2 /* response to previous request */ macro
102 { ARPOP_REPLY, "Reply" },
315 case ARPOP_REPLY:
432 case ARPOP_REPLY:
/external/syslinux/gpxe/src/core/
H A Dgdbudp.c92 arphdr->ar_op = htons ( ARPOP_REPLY );
/external/syslinux/gpxe/src/net/
H A Darp.c257 arphdr->ar_op = htons ( ARPOP_REPLY );
/external/iproute2/tc/
H A Df_flower.c363 case ARPOP_REPLY:
375 *op = ARPOP_REPLY;
384 return !op || op == ARPOP_REQUEST || op == 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.c503 a->ar_op != htons(ARPOP_REPLY)) ||
/external/ltp/testcases/network/stress/ns-tools/
H A Dns-icmp_redirector.c335 sndarp_p->hdr.ar_op = htons(ARPOP_REPLY);

Completed in 4570 milliseconds