Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-arp.c66 #define ARPOP_REPLY 2 /* response to previous request */ macro
104 { ARPOP_REPLY, "Reply" },
257 case ARPOP_REPLY: in atmarp_print()
369 case ARPOP_REPLY: in arp_print()
/external/toybox/toys/pending/
Darping.c114 arp_h->ar_op = (toys.optflags & FLAG_A) ? htons(ARPOP_REPLY) in send_packet()
144 arp_hdr->ar_op != htons(ARPOP_REPLY)) return; in recv_from()
166 arp_hdr->ar_op == htons(ARPOP_REPLY) ? "ply" : "quest", in recv_from()
/external/libnl/include/linux/
Dif_arp.h92 #define ARPOP_REPLY 2 /* ARP reply */ macro
/external/dhcpcd/
Dbpf-filter.h44 BPF_JUMP(BPF_JMP + BPF_JEQ + BPF_K, ARPOP_REPLY, 0, 1),
Darp.c135 if (ar.ar_op != htons(ARPOP_REPLY) && in handle_arp_packet()
/external/iproute2/include/linux/
Dif_arp.h100 #define ARPOP_REPLY 2 /* ARP reply */ macro
/external/kernel-headers/original/uapi/linux/
Dif_arp.h104 #define ARPOP_REPLY 2 /* ARP reply */ macro
/external/iputils/
Darping.c285 ah->ar_op = advert ? htons(ARPOP_REPLY) : htons(ARPOP_REQUEST); in send_pack()
393 ah->ar_op != htons(ARPOP_REPLY)) in recv_pack()
443 printf("%s from ", ah->ar_op == htons(ARPOP_REPLY) ? "reply" : "request"); in recv_pack()
/external/iproute2/misc/
Darpd.c505 a->ar_op != htons(ARPOP_REPLY)) || in get_arp_pkt()