Searched refs:ARPOP_REQUEST (Results 1 – 4 of 4) sorted by relevance
72 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()
84 if (ntohs(arp->ar_op) == ARPOP_REQUEST) { in sb_eth_send()
416 # define ARPOP_REQUEST 1 /* Request to resolve address */ macro