Home
last modified time | relevance | path

Searched refs:ar_op (Results 1 - 18 of 18) sorted by relevance

/third_party/toybox/toys/pending/
H A 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/musl/porting/liteos_a/kernel/include/net/
H A Dif_arp.h27 uint16_t ar_op; member
/third_party/musl/porting/uniproton/kernel/include/net/
H A Dif_arp.h27 uint16_t ar_op; member
/third_party/musl/porting/liteos_m/kernel/include/net/
H A Dif_arp.h27 uint16_t ar_op; member
/third_party/musl/porting/liteos_m_iccarm/kernel/include/net/
H A Dif_arp.h27 uint16_t ar_op; member
/third_party/musl/include/net/
H A Dif_arp.h27 uint16_t ar_op; member
/third_party/ltp/testcases/network/stress/ns-tools/
H A 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()
/third_party/musl/porting/liteos_a/kernel/include/netinet/
H A Dif_ether.h135 #define arp_op ea_hdr.ar_op
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/
H A Dif_ether.h133 #define arp_op ea_hdr.ar_op
/third_party/musl/porting/uniproton/kernel/include/netinet/
H A Dif_ether.h133 #define arp_op ea_hdr.ar_op
/third_party/musl/porting/liteos_m/kernel/include/netinet/
H A Dif_ether.h133 #define arp_op ea_hdr.ar_op
/third_party/musl/include/netinet/
H A Dif_ether.h135 #define arp_op ea_hdr.ar_op
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
H A Dmod.rs747 pub ar_op: u16,
963 && self.ar_op == other.ar_op in eq()
971 let ar_op = self.ar_op; in fmt()
977 .field("ar_op", &ar_op) in fmt()
985 let ar_op = self.ar_op; in hash()
990 ar_op in hash()
[all...]
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
H A Dmod.rs254 pub ar_op: u16,
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/
H A Dmod.rs355 pub ar_op: u16,
/third_party/rust/crates/libc/src/unix/linux_like/
H A Dmod.rs204 pub ar_op: u16,
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs235 pub ar_op: u16,
/third_party/rust/crates/libc/src/unix/bsd/apple/
H A Dmod.rs686 pub ar_op: u16,

Completed in 49 milliseconds