Home
last modified time | relevance | path

Searched defs:do_send (Results 1 – 14 of 14) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/net/
Dipv6_flowlabel.c38 static void do_send(int fd, bool with_flowlabel, uint32_t flowlabel) in do_send() function
Dpsock_snd.c184 static void do_send(int fd, char *buf, int len) in do_send() function
Drxtimestamp.c162 void do_send(int src) in do_send() function
/external/tensorflow/tensorflow/core/common_runtime/
Dring_alg.h73 bool do_send = false; // is the value sent in this pass? member
/external/liburing/test/
Drecv-msgall.c146 static int do_send(void) in do_send() function
Dsend_recv.c169 static int do_send(void) in do_send() function
Dsocket.c221 static int do_send(int socket_direct, int alloc) in do_send() function
Drecv-msgall-stream.c262 static int do_send(struct recv_data *rd) in do_send() function
/external/strace/tests/
Dmq_sendrecv.c131 do_send(int fd, char *msg, unsigned int msg_size, struct timespec *tmout, in do_send() function
/external/strace/tests-m32/
Dmq_sendrecv.c131 do_send(int fd, char *msg, unsigned int msg_size, struct timespec *tmout, in do_send() function
/external/ltp/testcases/kernel/syscalls/send/
Dsend02.c29 static void do_send(int sock, void *buf, size_t size, int flags) in do_send() function
/external/strace/tests-mx32/
Dmq_sendrecv.c131 do_send(int fd, char *msg, unsigned int msg_size, struct timespec *tmout, in do_send() function
/external/curl/lib/
Dcfilters.h176 Curl_cft_send *do_send; /* send data */ member
/external/python/cpython3/Lib/test/
Dtest_exceptions.py976 def do_send(g): function