Searched refs:ARPOP_REQUEST (Results 1 – 15 of 15) 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()
71 arp->ar_op = htons(ARPOP_REQUEST); in arp_raw_request()162 case ARPOP_REQUEST: in arp_receive()
262 if (arp->ar_op != htons(ARPOP_REQUEST) && in link_local_receive_arp()282 if (arp->ar_op == htons(ARPOP_REQUEST) && in link_local_receive_arp()
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()
99 #define ARPOP_REQUEST 1 /* ARP request */ macro
106 #define ARPOP_REQUEST 1 /* ARP request */ macro
314 ntohs(arp->ar_op) == ARPOP_REQUEST) { in sb_with_async_arp_handler()399 ntohs(arp->ar_op) == ARPOP_REQUEST) { in sb_with_async_ping_handler()
71 if (ntohs(arp->ar_op) != ARPOP_REQUEST) in sandbox_eth_arp_req_to_reply()191 arp_recv->ar_op = htons(ARPOP_REQUEST); in sandbox_eth_recv_arp_req()
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()
410 # define ARPOP_REQUEST 1 /* Request to resolve address */ macro
294 if (rcvarp_p->hdr.ar_op != htons(ARPOP_REQUEST)) in return_arp_reply()
287 pub const ARPOP_REQUEST: u16 = 1; constant