Searched refs:ARPOP_REQUEST (Results 1 – 19 of 19) sorted by relevance
63 #define ARPOP_REQUEST 1 /* request to resolve address */ macro101 { ARPOP_REQUEST, "Request" },302 case ARPOP_REQUEST: in atmarp_print()422 case ARPOP_REQUEST: in arp_print()
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()
109 : htons(ARPOP_REQUEST); in send_packet()137 if (arp_hdr->ar_op != htons(ARPOP_REQUEST) && in recv_from()174 if (arp_hdr->ar_op == htons(ARPOP_REQUEST)) TT.rcvd_req++; in recv_from()
99 #define ARPOP_REQUEST 1 /* ARP request */ macro
106 #define ARPOP_REQUEST 1 /* ARP request */ macro
83 if (ntohs(arp->ar_op) == ARPOP_REQUEST) { in sb_eth_send()
285 ah->ar_op = advert ? htons(ARPOP_REPLY) : htons(ARPOP_REQUEST); in send_pack()392 if (ah->ar_op != htons(ARPOP_REQUEST) && in recv_pack()472 if (ah->ar_op == htons(ARPOP_REQUEST)) in recv_pack()
71 ARPOP_REQUEST = 1
145 arp_ops = ARPOP_REQUEST, ARPOP_REPLY, ARPOP_RREQUEST, ARPOP_RREPLY, ARPOP_InREQUEST, ARPOP_InREPLY,…
215 ah->ar_op = htons(ARPOP_REQUEST); in send_probe()502 (a->ar_op != htons(ARPOP_REQUEST) && in get_arp_pkt()
361 case ARPOP_REQUEST: in flower_print_arp_op_to_name()373 *op = ARPOP_REQUEST; in flower_arp_op_from_name()384 return !op || op == ARPOP_REQUEST || op == ARPOP_REPLY; in flow_arp_op_validate()
414 # define ARPOP_REQUEST 1 /* Request to resolve address */ macro
294 if (rcvarp_p->hdr.ar_op != htons(ARPOP_REQUEST)) in return_arp_reply()