Home
last modified time | relevance | path

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

/aosp_15_r20/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
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/asio/example/cpp11/multicast/
Dsender.cpp33 void do_send() in do_send() function in sender
/aosp_15_r20/packages/modules/Bluetooth/tools/rootcanal/scripts/
Dlink_layer_socket.py148 def do_send(self, args): member in LinkLayerShell
Dsend_simple_commands.py174 def do_send(self, args): member in RawPortShell
Dsimple_link_layer_socket.py155 def do_send(self, args): member in RawPortShell
Dsimple_stack.py176 def do_send(self, args): member in RawPortShell
Dhci_socket.py296 def do_send(self, args): member in HCIShell
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/net/
H A Dipv6_flowlabel.c53 static void do_send(int fd, bool with_flowlabel, uint32_t flowlabel) in do_send() function
H A Dpsock_snd.c184 static void do_send(int fd, char *buf, int len) in do_send() function
H A Drxtimestamp.c162 void do_send(int src) in do_send() function
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dring_alg.h73 bool do_send = false; // is the value sent in this pass? member
/aosp_15_r20/external/liburing/test/
H A Drecv-msgall.c146 static int do_send(void) in do_send() function
H A Dsend_recv.c169 static int do_send(void) in do_send() function
H A Dsocket.c221 static int do_send(int socket_direct, int alloc) in do_send() function
H A Drecv-msgall-stream.c262 static int do_send(struct recv_data *rd) in do_send() function
/aosp_15_r20/external/strace/tests-m32/
H A Dmq_sendrecv.c131 do_send(int fd, char *msg, unsigned int msg_size, struct timespec *tmout, in do_send() function
/aosp_15_r20/external/strace/tests-mx32/
H A Dmq_sendrecv.c131 do_send(int fd, char *msg, unsigned int msg_size, struct timespec *tmout, in do_send() function
/aosp_15_r20/external/strace/tests/
H A Dmq_sendrecv.c131 do_send(int fd, char *msg, unsigned int msg_size, struct timespec *tmout, in do_send() function
/aosp_15_r20/external/ltp/testcases/kernel/syscalls/send/
H A Dsend02.c31 static void do_send(int sock, void *buf, size_t size, int flags) in do_send() function
/aosp_15_r20/external/crosvm/vm_control/src/
H A Dballoon_tube.rs39 fn do_send(tube: &Tube, cmd: &BalloonControlCommand) -> Option<VmResponse> { in do_send() function
/aosp_15_r20/external/curl/lib/
H A Dcfilters.h218 Curl_cft_send *do_send; /* send data */ member
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_exceptions.py1014 def do_send(g): function