Home
last modified time | relevance | path

Searched refs:ARPOP_REQUEST (Results 1 – 19 of 19) sorted by relevance

/external/tcpdump/
Dprint-arp.c63 #define ARPOP_REQUEST 1 /* request to resolve address */ macro
101 { ARPOP_REQUEST, "Request" },
302 case ARPOP_REQUEST: in atmarp_print()
422 case ARPOP_REQUEST: in arp_print()
/external/u-boot/net/
Darp.c72 arp->ar_op = htons(ARPOP_REQUEST); in arp_raw_request()
162 case ARPOP_REQUEST: in arp_receive()
Dlink_local.c260 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()
/external/toybox/toys/pending/
Darping.c109 : 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()
/external/libnl/include/linux-private/linux/
Dif_arp.h99 #define ARPOP_REQUEST 1 /* ARP request */ macro
/external/kernel-headers/original/uapi/linux/
Dif_arp.h106 #define ARPOP_REQUEST 1 /* ARP request */ macro
/external/iproute2/include/uapi/linux/
Dif_arp.h106 #define ARPOP_REQUEST 1 /* ARP request */ macro
/external/u-boot/drivers/net/
Dsandbox.c83 if (ntohs(arp->ar_op) == ARPOP_REQUEST) { in sb_eth_send()
/external/iputils/
Darping.c285 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()
/external/syzkaller/sys/linux/
Dvnet_arm64.const71 ARPOP_REQUEST = 1
Dvnet_amd64.const71 ARPOP_REQUEST = 1
Dvnet_arm.const71 ARPOP_REQUEST = 1
Dvnet_386.const71 ARPOP_REQUEST = 1
Dvnet_ppc64le.const71 ARPOP_REQUEST = 1
Dvnet.txt145 arp_ops = ARPOP_REQUEST, ARPOP_REPLY, ARPOP_RREQUEST, ARPOP_RREPLY, ARPOP_InREQUEST, ARPOP_InREPLY,…
/external/iproute2/misc/
Darpd.c215 ah->ar_op = htons(ARPOP_REQUEST); in send_probe()
502 (a->ar_op != htons(ARPOP_REQUEST) && in get_arp_pkt()
/external/iproute2/tc/
Df_flower.c361 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()
/external/u-boot/include/
Dnet.h414 # define ARPOP_REQUEST 1 /* Request to resolve address */ macro
/external/ltp/testcases/network/stress/ns-tools/
Dns-icmp_redirector.c294 if (rcvarp_p->hdr.ar_op != htons(ARPOP_REQUEST)) in return_arp_reply()