Home
last modified time | relevance | path

Searched defs:do_recv (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/net/
H A Dipv6_flowlabel.c97 static void do_recv(int fd, bool with_flowlabel, uint32_t expect) in do_recv() function
H A Dudpgso_bench_rx.c354 static void do_recv(void) in do_recv() function
H A Drxtimestamp.c175 bool do_recv(int rcv, int read_size, struct tstamps expected) in do_recv() function
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dring_alg.h74 bool do_recv = false; // is the value recv'd in this pass? member
/aosp_15_r20/external/liburing/test/
H A Drecv-msgall.c77 static int do_recv(struct io_uring *ring) in do_recv() function
H A Dsend_recv.c82 static int do_recv(struct io_uring *ring, struct iovec *iov) in do_recv() function
H A Dsocket.c84 static int do_recv(struct io_uring *ring, struct iovec *iov) in do_recv() function
H A Drecv-msgall-stream.c122 static int do_recv(struct io_uring *ring) in do_recv() function
/aosp_15_r20/external/strace/tests-m32/
H A Dmq_sendrecv.c164 do_recv(int fd, char *msg, unsigned int msg_size, struct timespec *tmout, in do_recv() function
/aosp_15_r20/external/strace/tests-mx32/
H A Dmq_sendrecv.c164 do_recv(int fd, char *msg, unsigned int msg_size, struct timespec *tmout, in do_recv() function
/aosp_15_r20/external/strace/tests/
H A Dmq_sendrecv.c164 do_recv(int fd, char *msg, unsigned int msg_size, struct timespec *tmout, in do_recv() function
/aosp_15_r20/external/curl/lib/
H A Dcfilters.h219 Curl_cft_recv *do_recv; /* receive data */ member
/aosp_15_r20/external/crosvm/src/crosvm/plugin/
H A Dvcpu.rs578 let mut do_recv = true; in handle_request() localVariable