Searched refs:ARPOP_REPLY (Results 1 – 6 of 6) sorted by relevance
170 arp->ar_op = htons(ARPOP_REPLY); in arp_receive()194 case ARPOP_REPLY: /* arp reply */ in arp_receive()
264 arp->ar_op != htons(ARPOP_REPLY)) { in link_local_receive_arp()
91 arp->ar_op = htons(ARPOP_REPLY); in sb_eth_raw_recv()
94 arp_recv->ar_op = htons(ARPOP_REPLY); in sandbox_eth_arp_req_to_reply()
279 if (ntohs(arp->ar_op) != ARPOP_REPLY) in sb_check_arp_reply()
433 # define ARPOP_REPLY 2 /* Response to previous request */ macro
Completed in 10 milliseconds