Searched refs:ARPOP_REQUEST (Results 1 – 5 of 5) sorted by relevance
75 arp->ar_op = htons(ARPOP_REQUEST); in arp_raw_request()166 case ARPOP_REQUEST: in arp_receive()
263 if (arp->ar_op != htons(ARPOP_REQUEST) && in link_local_receive_arp()283 if (arp->ar_op == htons(ARPOP_REQUEST) && in link_local_receive_arp()
316 ntohs(arp->ar_op) == ARPOP_REQUEST) { in sb_with_async_arp_handler()401 ntohs(arp->ar_op) == ARPOP_REQUEST) { in sb_with_async_ping_handler()
73 if (ntohs(arp->ar_op) != ARPOP_REQUEST) in sandbox_eth_arp_req_to_reply()193 arp_recv->ar_op = htons(ARPOP_REQUEST); in sandbox_eth_recv_arp_req()
432 # define ARPOP_REQUEST 1 /* Request to resolve address */ macro
Completed in 8 milliseconds