Home
last modified time | relevance | path

Searched defs:send_to (Results 1 – 3 of 3) sorted by relevance

/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/udp/
Dudp_socket.rs112 pub fn send_to(&self, buf: &[u8], target: SocketAddr) -> io::Result<usize> { in send_to() method
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/linux/udp/
Dudp_socket.rs181 pub fn send_to(&self, buf: &[u8], target: SocketAddr) -> io::Result<usize> { in send_to() method
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/
Dudp.rs234 pub async fn send_to<A: ToSocketAddrs>(&self, buf: &[u8], target: A) -> io::Result<usize> { in send_to() method