Searched refs:ARPOP_REQUEST (Results 1 – 5 of 5) sorted by relevance
71 arp->ar_op = htons(ARPOP_REQUEST); in arp_raw_request()162 case ARPOP_REQUEST: in arp_receive()
260 if (arp->ar_op != htons(ARPOP_REQUEST) && in link_local_receive_arp()280 if (arp->ar_op == htons(ARPOP_REQUEST) && in link_local_receive_arp()
313 ntohs(arp->ar_op) == ARPOP_REQUEST) { in sb_with_async_arp_handler()398 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()
407 # define ARPOP_REQUEST 1 /* Request to resolve address */ macro