Searched refs:ARPOP_REPLY (Results 1 – 13 of 13) sorted by relevance
64 #define ARPOP_REPLY 2 /* response to previous request */ macro102 { ARPOP_REPLY, "Reply" },265 case ARPOP_REPLY: in atmarp_print()377 case ARPOP_REPLY: in arp_print()
108 arp_h->ar_op = (toys.optflags & FLAG_A) ? htons(ARPOP_REPLY) in send_packet()138 arp_hdr->ar_op != htons(ARPOP_REPLY)) return; in recv_from()160 arp_hdr->ar_op == htons(ARPOP_REPLY) ? "ply" : "quest", in recv_from()
33 #define ARPOP_REPLY 2 /**< ARP reply */ macro
44 BPF_JUMP(BPF_JMP + BPF_JEQ + BPF_K, ARPOP_REPLY, 0, 1),
160 if (ar.ar_op != htons(ARPOP_REPLY) && in arp_packet()
100 #define ARPOP_REPLY 2 /* ARP reply */ macro
104 #define ARPOP_REPLY 2 /* ARP reply */ macro
257 arphdr->ar_op = htons ( ARPOP_REPLY ); in arp_rx()
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()
92 arphdr->ar_op = htons ( ARPOP_REPLY ); in gdbudp_recv()
335 sndarp_p->hdr.ar_op = htons(ARPOP_REPLY); in return_arp_reply()
510 a->ar_op != htons(ARPOP_REPLY)) || in get_arp_pkt()