| /third_party/musl/src/network/ |
| D | sendto.c | 4 ssize_t sendto(int fd, const void *buf, size_t len, int flags, const struct sockaddr *addr, socklen… in sendto() function
|
| /third_party/musl/ndk_musl_include/fortify/ |
| D | socket.h | 53 ssize_t sendto(int fd, const void* const buf __DIAGNOSE_PASS_OBJECT_SIZE0, size_t len, int flags, in sendto() function
|
| /third_party/musl/porting/linux/user/include/fortify/ |
| D | socket.h | 53 ssize_t sendto(int fd, const void* const buf __DIAGNOSE_PASS_OBJECT_SIZE0, size_t len, int flags, in sendto() function
|
| /third_party/rust/crates/rustix/src/net/ |
| D | send_recv.rs | 80 pub fn sendto<Fd: AsFd>( in sendto() function
|
| /third_party/python/Lib/asyncio/ |
| D | transports.py | 171 def sendto(self, data, addr=None): member in DatagramTransport
|
| D | trsock.py | 141 def sendto(self, *args, **kwargs): member in TransportSocket
|
| D | proactor_events.py | 478 def sendto(self, data, addr=None): member in _ProactorDatagramTransport
|
| D | windows_events.py | 515 def sendto(self, conn, buf, flags=0, addr=None): member in IocpProactor
|
| D | selector_events.py | 1031 def sendto(self, data, addr=None): member in _SelectorDatagramTransport
|
| /third_party/node/src/ |
| D | udp_wrap.cc | 489 bool sendto = args.Length() == 6; in DoSend() local
|
| /third_party/node/lib/ |
| D | dgram.js | 461 Socket.prototype.sendto = function(buffer, method in Socket
|
| /third_party/rust/crates/nix/src/sys/socket/ |
| D | mod.rs | 2249 pub fn sendto( in sendto() function
|
| /third_party/lwip/src/include/lwip/ |
| D | sockets.h | 663 #define sendto(s,dataptr,size,flags,to,tolen) lwip_sendto(s,dataptr,size,flags,to,tolen) macro
|
| /third_party/python/Lib/ |
| D | ssl.py | 1209 def sendto(self, data, flags_or_addr, addr=None): member in SSLSocket
|
| /third_party/rust/crates/libc/src/windows/ |
| D | mod.rs | 548 pub fn sendto( in sendto() function
|
| /third_party/rust/crates/libc/src/unix/ |
| D | mod.rs | 702 pub fn sendto( in sendto() function
|
| /third_party/rust/crates/libc/src/vxworks/ |
| D | mod.rs | 1566 pub fn sendto( in sendto() function
|
| /third_party/rust/crates/libc/src/fuchsia/ |
| D | mod.rs | 3500 pub fn sendto( in sendto() function
|