Searched refs:ar_op (Results 1 – 16 of 16) sorted by relevance
/third_party/toybox/toys/pending/ |
D | arping.c | 108 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/ |
D | nft-arp.c | 174 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/ |
D | if_arp.h | 149 __be16 ar_op; /* ARP opcode (command) */ member
|
/third_party/musl/porting/uniproton/kernel/include/net/ |
D | if_arp.h | 27 uint16_t ar_op; member
|
/third_party/musl/porting/liteos_m/kernel/include/net/ |
D | if_arp.h | 27 uint16_t ar_op; member
|
/third_party/musl/porting/liteos_a/kernel/include/net/ |
D | if_arp.h | 27 uint16_t ar_op; member
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/net/ |
D | if_arp.h | 27 uint16_t ar_op; member
|
/third_party/musl/include/net/ |
D | if_arp.h | 27 uint16_t ar_op; member
|
/third_party/musl/ndk_musl_include/net/ |
D | if_arp.h | 27 uint16_t ar_op; member
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/ |
D | if_ether.h | 133 #define arp_op ea_hdr.ar_op
|
/third_party/musl/include/netinet/ |
D | if_ether.h | 133 #define arp_op ea_hdr.ar_op
|
/third_party/musl/porting/liteos_a/kernel/include/netinet/ |
D | if_ether.h | 133 #define arp_op ea_hdr.ar_op
|
/third_party/musl/porting/liteos_m/kernel/include/netinet/ |
D | if_ether.h | 133 #define arp_op ea_hdr.ar_op
|
/third_party/musl/porting/uniproton/kernel/include/netinet/ |
D | if_ether.h | 133 #define arp_op ea_hdr.ar_op
|
/third_party/musl/ndk_musl_include/netinet/ |
D | if_ether.h | 133 #define arp_op ea_hdr.ar_op
|
/third_party/ltp/testcases/network/stress/ns-tools/ |
D | ns-icmp_redirector.c | 293 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()
|