Home
last modified time | relevance | path

Searched refs:each_addr (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/tcp/
H A Dlistener.rs72 super::super::addr::each_addr(addr, ylong_io::TcpListener::bind) in bind()
H A Dstream.rs97 let stream = super::super::addr::each_addr(addr, ylong_io::TcpStream::connect).await?; in connect()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/
H A Daddr.rs23 pub(crate) async fn each_addr<A: ToSocketAddrs, F, T>(addr: A, mut f: F) -> io::Result<T> in each_addr() function
H A Dudp.rs115 super::addr::each_addr(addr, ylong_io::UdpSocket::bind) in bind()