Home
last modified time | relevance | path

Searched defs:sendto (Results 1 – 18 of 18) 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/ndk_musl_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/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/rust/crates/rustix/src/net/
Dsend_recv.rs80 pub fn sendto<Fd: AsFd>( in sendto() function
/third_party/python/Lib/asyncio/
Dtransports.py171 def sendto(self, data, addr=None): member in DatagramTransport
Dtrsock.py141 def sendto(self, *args, **kwargs): member in TransportSocket
Dproactor_events.py478 def sendto(self, data, addr=None): member in _ProactorDatagramTransport
Dwindows_events.py515 def sendto(self, conn, buf, flags=0, addr=None): member in IocpProactor
Dselector_events.py1031 def sendto(self, data, addr=None): member in _SelectorDatagramTransport
/third_party/node/src/
Dudp_wrap.cc489 bool sendto = args.Length() == 6; in DoSend() local
/third_party/node/lib/
Ddgram.js461 Socket.prototype.sendto = function(buffer, method in Socket
/third_party/rust/crates/nix/src/sys/socket/
Dmod.rs2249 pub fn sendto( in sendto() function
/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/python/Lib/
Dssl.py1209 def sendto(self, data, flags_or_addr, addr=None): member in SSLSocket
/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