Home
last modified time | relevance | path

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

/external/sdv/vsomeip/third_party/boost/asio/example/cpp11/echo/
Dasync_udp_echo_server.cpp43 void do_send(std::size_t length) in do_send() function in server
/external/sdv/vsomeip/third_party/boost/asio/example/cpp11/multicast/
Dsender.cpp33 void do_send() in do_send() function in sender
/external/linux-kselftest/tools/testing/selftests/net/
Dipv6_flowlabel.c53 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/liburing/test/
Drecv-msgall.c146 static int do_send(void) in do_send() function
Dsend_recv.c186 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.c260 static int do_send(struct recv_data *rd) in do_send() function
Drecvsend_bundle.c433 static int do_send(struct recv_data *rd) in do_send() function
Drecvsend_bundle-inc.c384 static int do_send(struct recv_data *rd) 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/strace/tests-mx32/
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.c31 static void do_send(int sock, void *buf, size_t size, int flags) 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/crosvm/vm_control/src/
Dballoon_tube.rs39 fn do_send(tube: &Tube, cmd: &BalloonControlCommand) -> Option<VmResponse> { in do_send() function
/external/curl/lib/
Dcfilters.h219 Curl_cft_send *do_send; /* send data */ member
/external/python/cpython3/Lib/test/
Dtest_exceptions.py1081 def do_send(g): function