Searched refs:ARPOP_REQUEST (Results 1 – 9 of 9) sorted by relevance
62 #define ARPOP_REQUEST 1 /* request to resolve address */ macro100 { ARPOP_REQUEST, "Request" },243 case ARPOP_REQUEST: in atmarp_print()358 case ARPOP_REQUEST: in arp_print()
109 : htons(ARPOP_REQUEST); in send_packet()137 if (arp_hdr->ar_op != htons(ARPOP_REQUEST) && in recv_from()174 if (arp_hdr->ar_op == htons(ARPOP_REQUEST)) TT.rcvd_req++; in recv_from()
91 #define ARPOP_REQUEST 1 /* ARP request */ macro
41 BPF_JUMP(BPF_JMP + BPF_JEQ + BPF_K, ARPOP_REQUEST, 2, 0),
70 ar.ar_op = htons(ARPOP_REQUEST); in arp_request()161 ar.ar_op != htons(ARPOP_REQUEST)) in arp_packet()
103 #define ARPOP_REQUEST 1 /* ARP request */ macro
285 ah->ar_op = advert ? htons(ARPOP_REPLY) : htons(ARPOP_REQUEST); in send_pack()392 if (ah->ar_op != htons(ARPOP_REQUEST) && in recv_pack()472 if (ah->ar_op == htons(ARPOP_REQUEST)) in recv_pack()
216 ah->ar_op = htons(ARPOP_REQUEST); in send_probe()509 (a->ar_op != htons(ARPOP_REQUEST) && in get_arp_pkt()