Searched refs:ARPOP_REQUEST (Results 1 – 10 of 10) sorted by relevance
63 #define ARPOP_REQUEST 1 /* request to resolve address */ macro101 { ARPOP_REQUEST, "Request" },302 case ARPOP_REQUEST: in atmarp_print()422 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()173 if (arp_hdr->ar_op == htons(ARPOP_REQUEST)) TT.rcvd_req++; in recv_from()
106 #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()
215 ah->ar_op = htons(ARPOP_REQUEST); in send_probe()502 (a->ar_op != htons(ARPOP_REQUEST) && in get_arp_pkt()
361 case ARPOP_REQUEST: in flower_print_arp_op_to_name()373 *op = ARPOP_REQUEST; in flower_arp_op_from_name()384 return !op || op == ARPOP_REQUEST || op == ARPOP_REPLY; in flow_arp_op_validate()
294 if (rcvarp_p->hdr.ar_op != htons(ARPOP_REQUEST)) in return_arp_reply()
291 pub const ARPOP_REQUEST: u16 = 1; constant