| /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/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/musl/include/fortify/linux/ |
| 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/curl/lib/ |
| D | setup-os400.h | 131 #define sendto Curl_os400_sendto macro
|
| /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 | 177 def sendto(self, data, addr=None): member in DatagramTransport
|
| D | proactor_events.py | 484 def sendto(self, data, addr=None): member in _ProactorDatagramTransport
|
| D | windows_events.py | 544 def sendto(self, conn, buf, flags=0, addr=None): member in IocpProactor
|
| D | selector_events.py | 1171 def sendto(self, data, addr=None): member in _SelectorDatagramTransport
|
| /third_party/FreeBSD/lib/libc/include/ |
| D | namespace.h | 230 #define sendto _sendto macro
|
| /third_party/node/lib/ |
| D | dgram.js | 468 Socket.prototype.sendto = function(buffer, method in Socket
|
| /third_party/node/src/ |
| D | udp_wrap.cc | 503 bool sendto = args.Length() == 6; in DoSend() local
|
| /third_party/rust/crates/nix/src/sys/socket/ |
| D | mod.rs | 2249 pub fn sendto( in sendto() function
|
| /third_party/python/Lib/ |
| D | ssl.py | 1243 def sendto(self, data, flags_or_addr, addr=None): member in SSLSocket
|
| /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/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
|