Searched refs:ARPOP_REQUEST (Results 1 – 13 of 13) sorted by relevance
63 #define ARPOP_REQUEST 1 /* request to resolve address */ macro101 { ARPOP_REQUEST, "Request" },254 case ARPOP_REQUEST: in atmarp_print()369 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()
147 arphdr->ar_op = htons ( ARPOP_REQUEST ); in arp_resolve()250 if ( arphdr->ar_op != htons ( ARPOP_REQUEST ) ) in arp_rx()
32 #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()
99 #define ARPOP_REQUEST 1 /* ARP request */ macro
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()
86 arphdr->ar_op != htons ( ARPOP_REQUEST ) || in gdbudp_recv()
216 ah->ar_op = htons(ARPOP_REQUEST); in send_probe()509 (a->ar_op != htons(ARPOP_REQUEST) && in get_arp_pkt()
294 if (rcvarp_p->hdr.ar_op != htons(ARPOP_REQUEST)) in return_arp_reply()