Searched refs:ARPOP_REPLY (Results 1 – 9 of 9) sorted by relevance
66 #define ARPOP_REPLY 2 /* response to previous request */ macro104 { ARPOP_REPLY, "Reply" },257 case ARPOP_REPLY: in atmarp_print()369 case ARPOP_REPLY: in arp_print()
114 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()
92 #define ARPOP_REPLY 2 /* ARP reply */ macro
44 BPF_JUMP(BPF_JMP + BPF_JEQ + BPF_K, ARPOP_REPLY, 0, 1),
135 if (ar.ar_op != htons(ARPOP_REPLY) && in handle_arp_packet()
100 #define ARPOP_REPLY 2 /* ARP reply */ macro
104 #define ARPOP_REPLY 2 /* ARP reply */ macro
285 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()
505 a->ar_op != htons(ARPOP_REPLY)) || in get_arp_pkt()