Searched refs:ARPOP_REPLY (Results 1 – 5 of 5) sorted by relevance
166 arp->ar_op = htons(ARPOP_REPLY); in arp_receive()188 case ARPOP_REPLY: /* arp reply */ in arp_receive()
261 arp->ar_op != htons(ARPOP_REPLY)) { in link_local_receive_arp()
92 arp->ar_op = htons(ARPOP_REPLY); in sb_eth_raw_recv()
103 arp_recv->ar_op = htons(ARPOP_REPLY); in sb_eth_send()
417 # define ARPOP_REPLY 2 /* Response to previous request */ macro