Home
last modified time | relevance | path

Searched refs:ar_op (Results 1 – 16 of 16) sorted by relevance

/third_party/toybox/toys/pending/
Darping.c108 arp_h->ar_op = (toys.optflags & FLAG_A) ? htons(ARPOP_REPLY) in send_packet()
137 if (arp_hdr->ar_op != htons(ARPOP_REQUEST) && in recv_from()
138 arp_hdr->ar_op != htons(ARPOP_REPLY)) return; in recv_from()
160 arp_hdr->ar_op == htons(ARPOP_REPLY) ? "ply" : "quest", in recv_from()
173 if (arp_hdr->ar_op == htons(ARPOP_REQUEST)) TT.rcvd_req++; in recv_from()
/third_party/iptables/iptables/
Dnft-arp.c174 add_payload(r, offsetof(struct arphdr, ar_op), 2, in nft_arp_add()
301 uint16_t ar_hrd, ar_pro, ar_op; in nft_arp_parse_payload() local
320 case offsetof(struct arphdr, ar_op): in nft_arp_parse_payload()
321 get_cmp_data(e, &ar_op, sizeof(ar_op), &inv); in nft_arp_parse_payload()
322 fw->arp.arpop = ar_op; in nft_arp_parse_payload()
/third_party/libnl/include/linux-private/linux/
Dif_arp.h149 __be16 ar_op; /* ARP opcode (command) */ member
/third_party/musl/porting/uniproton/kernel/include/net/
Dif_arp.h27 uint16_t ar_op; member
/third_party/musl/porting/liteos_m/kernel/include/net/
Dif_arp.h27 uint16_t ar_op; member
/third_party/musl/porting/liteos_a/kernel/include/net/
Dif_arp.h27 uint16_t ar_op; member
/third_party/musl/porting/liteos_m_iccarm/kernel/include/net/
Dif_arp.h27 uint16_t ar_op; member
/third_party/musl/include/net/
Dif_arp.h27 uint16_t ar_op; member
/third_party/musl/ndk_musl_include/net/
Dif_arp.h27 uint16_t ar_op; member
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/
Dif_ether.h133 #define arp_op ea_hdr.ar_op
/third_party/musl/include/netinet/
Dif_ether.h133 #define arp_op ea_hdr.ar_op
/third_party/musl/porting/liteos_a/kernel/include/netinet/
Dif_ether.h133 #define arp_op ea_hdr.ar_op
/third_party/musl/porting/liteos_m/kernel/include/netinet/
Dif_ether.h133 #define arp_op ea_hdr.ar_op
/third_party/musl/porting/uniproton/kernel/include/netinet/
Dif_ether.h133 #define arp_op ea_hdr.ar_op
/third_party/musl/ndk_musl_include/netinet/
Dif_ether.h133 #define arp_op ea_hdr.ar_op
/third_party/ltp/testcases/network/stress/ns-tools/
Dns-icmp_redirector.c293 ntohs(rcvarp_p->hdr.ar_op)); in return_arp_reply()
294 if (rcvarp_p->hdr.ar_op != htons(ARPOP_REQUEST)) in return_arp_reply()
335 sndarp_p->hdr.ar_op = htons(ARPOP_REPLY); in return_arp_reply()