Home
last modified time | relevance | path

Searched defs:sendto (Results 1 - 17 of 17) sorted by relevance

/third_party/musl/src/network/
H A Dsendto.c4 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 Dsend_recv.rs80 pub fn sendto<Fd: AsFd>( in sendto() functions
[all...]
/third_party/curl/lib/
H A Dsetup-os400.h131 #define sendto Curl_os400_sendto macro
/third_party/python/Lib/asyncio/
H A Dtransports.py177 def sendto(self, data, addr=None): member in DatagramTransport
H A Dproactor_events.py484 def sendto(self, data, addr=None): member in _ProactorDatagramTransport
H A Dwindows_events.py544 def sendto(self, conn, buf, flags=0, addr=None): member in IocpProactor
H A Dselector_events.py1171 def sendto(self, data, addr=None): member in _SelectorDatagramTransport
/third_party/node/lib/
H A Ddgram.js
/third_party/node/src/
H A Dudp_wrap.cc503 bool sendto = args.Length() == 6; in DoSend() local
/third_party/rust/crates/nix/src/sys/socket/
H A Dmod.rs2249 pub fn sendto( in sendto() functions
/third_party/FreeBSD/lib/libc/include/
H A Dnamespace.h230 #define sendto _sendto macro
/third_party/python/Lib/
H A Dssl.py1243 def sendto(self, data, flags_or_addr, addr=None): member in SSLSocket
/third_party/lwip/src/include/lwip/
H A 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/
H A Dmod.rs548 pub fn sendto( in sendto() functions
/third_party/rust/crates/libc/src/unix/
H A Dmod.rs702 pub fn sendto( in sendto() functions
/third_party/rust/crates/libc/src/vxworks/
H A Dmod.rs1566 pub fn sendto( in sendto() functions
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs3500 pub fn sendto( in sendto() functions

Completed in 38 milliseconds