| /third_party/musl/src/network/ |
| H A D | sendto.c | 4 ssize_t sendto(int fd, const void *buf, size_t len, int flags, const struct sockaddr *addr, socklen_t alen) in sendto() function
|
| /third_party/rust/crates/rustix/src/net/ |
| H A D | send_recv.rs | 80 pub fn sendto<Fd: AsFd>( in sendto() functions [all...] |
| /kernel/linux/linux-5.10/drivers/rpmsg/ |
| H A D | rpmsg_internal.h | 59 int (*sendto)(struct rpmsg_endpoint *ept, void *data, int len, u32 dst); member
|
| /kernel/linux/linux-6.6/drivers/rpmsg/ |
| H A D | rpmsg_internal.h | 69 int (*sendto)(struct rpmsg_endpoint *ept, void *data, int len, u32 dst); member
|
| /kernel/linux/linux-5.10/tools/perf/examples/bpf/ |
| H A D | augmented_syscalls.c | 167 augmented_sockaddr_syscall(sendto); variable
|
| /third_party/curl/lib/ |
| H A D | setup-os400.h | 131 #define sendto Curl_os400_sendto macro
|
| /third_party/python/Lib/asyncio/ |
| H A D | transports.py | 177 def sendto(self, data, addr=None): member in DatagramTransport
|
| H A D | proactor_events.py | 484 def sendto(self, data, addr=None): member in _ProactorDatagramTransport
|
| H A D | windows_events.py | 544 def sendto(self, conn, buf, flags=0, addr=None): member in IocpProactor
|
| H A D | selector_events.py | 1171 def sendto(self, data, addr=None): member in _SelectorDatagramTransport
|
| /kernel/liteos_a/compat/posix/src/ |
| H A D | socket.c | 140 ssize_t sendto(int s, const void *dataptr, size_t size, int flags, in sendto() function
|
| /kernel/liteos_m/components/net/lwip-2.1/porting/src/ |
| H A D | sockets_porting.c | 141 ssize_t sendto(int s, const void *dataptr, size_t size, int flags,
in sendto() function
|
| /kernel/uniproton/src/net/lwip-2.1/src/ |
| H A D | sockets.c | 137 ssize_t sendto(int s, const void *dataptr, size_t size, int flags,
in sendto() function
|
| /third_party/node/lib/ |
| H A D | dgram.js | |
| /third_party/node/src/ |
| H A D | udp_wrap.cc | 503 bool sendto = args.Length() == 6; in DoSend() local
|
| /third_party/rust/crates/nix/src/sys/socket/ |
| H A D | mod.rs | 2249 pub fn sendto( in sendto() functions
|
| /kernel/linux/linux-5.10/include/trace/events/ |
| H A D | sunrpc.h | 97 DEFINE_RPCXDRBUF_EVENT(sendto); variable 1470 DEFINE_SVCXDRBUF_EVENT(sendto); variable
|
| /kernel/linux/linux-5.10/kernel/ |
| H A D | sys_ni.c | 247 COND_SYSCALL(sendto); variable
|
| /kernel/linux/linux-6.6/include/trace/events/ |
| H A D | sunrpc.h | 104 DEFINE_RPCXDRBUF_EVENT(sendto); variable 1668 DEFINE_SVCXDRBUF_EVENT(sendto); variable
|
| /kernel/linux/linux-6.6/kernel/ |
| H A D | sys_ni.c | 155 COND_SYSCALL(sendto); variable
|
| /third_party/FreeBSD/lib/libc/include/ |
| H A D | namespace.h | 230 #define sendto _sendto
macro
|
| /third_party/python/Lib/ |
| H A D | ssl.py | 1243 def sendto(self, data, flags_or_addr, addr=None): member in SSLSocket
|
| /device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/ |
| H A D | sockets.h | 2477 #define sendto global() macro [all...] |
| /third_party/lwip/src/include/lwip/ |
| H A D | sockets.h | 663 #define sendto(s,dataptr,size,flags,to,tolen) lwip_sendto(s,dataptr,size,flags,to,tolen) macro
|
| /third_party/rust/crates/libc/src/windows/ |
| H A D | mod.rs | 548 pub fn sendto( in sendto() functions
|