/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...] |
/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
|
/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
|
/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
|
/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
|
/third_party/rust/crates/libc/src/unix/ |
H A D | mod.rs | 702 pub fn sendto( in sendto() functions
|
/third_party/rust/crates/libc/src/vxworks/ |
H A D | mod.rs | 1566 pub fn sendto( in sendto() functions
|
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 3500 pub fn sendto( in sendto() functions
|