Home
last modified time | relevance | path

Searched defs:sendto (Results 1 – 19 of 19) sorted by relevance

/third_party/musl/src/network/
Dsendto.c4 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/
Dsocket.h53 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/
Dsocket.h53 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/
Dsetup-os400.h131 #define sendto Curl_os400_sendto macro
/third_party/rust/crates/rustix/src/net/
Dsend_recv.rs80 pub fn sendto<Fd: AsFd>( in sendto() function
/third_party/python/Lib/asyncio/
Dtransports.py177 def sendto(self, data, addr=None): member in DatagramTransport
Dproactor_events.py484 def sendto(self, data, addr=None): member in _ProactorDatagramTransport
Dwindows_events.py544 def sendto(self, conn, buf, flags=0, addr=None): member in IocpProactor
Dselector_events.py1171 def sendto(self, data, addr=None): member in _SelectorDatagramTransport
/third_party/FreeBSD/lib/libc/include/
Dnamespace.h230 #define sendto _sendto macro
/third_party/node/lib/
Ddgram.js468 Socket.prototype.sendto = function(buffer, method in Socket
/third_party/node/src/
Dudp_wrap.cc503 bool sendto = args.Length() == 6; in DoSend() local
/third_party/rust/crates/nix/src/sys/socket/
Dmod.rs2249 pub fn sendto( in sendto() function
/third_party/python/Lib/
Dssl.py1243 def sendto(self, data, flags_or_addr, addr=None): member in SSLSocket
/third_party/lwip/src/include/lwip/
Dsockets.h663 #define sendto(s,dataptr,size,flags,to,tolen) lwip_sendto(s,dataptr,size,flags,to,tolen) macro
/third_party/rust/crates/libc/src/windows/
Dmod.rs548 pub fn sendto( in sendto() function
/third_party/rust/crates/libc/src/unix/
Dmod.rs702 pub fn sendto( in sendto() function
/third_party/rust/crates/libc/src/vxworks/
Dmod.rs1566 pub fn sendto( in sendto() function
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs3500 pub fn sendto( in sendto() function