Home
last modified time | relevance | path

Searched defs:bind (Results 1 – 10 of 10) sorted by relevance

/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/udp/
Dsocket.rs61 pub(crate) fn bind(self, addr: SocketAddr) -> io::Result<net::UdpSocket> { in bind() method
Dudp_socket.rs42 pub fn bind(addr: SocketAddr) -> io::Result<UdpSocket> { in bind() method
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/linux/udp/
Dsocket.rs46 pub(crate) fn bind(self, addr: SocketAddr) -> io::Result<UdpSocket> { in bind() method
Dudp_socket.rs91 pub fn bind(addr: SocketAddr) -> io::Result<UdpSocket> { in bind() method
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/tcp/
Dlistener.rs71 pub async fn bind<A: ToSocketAddrs>(addr: A) -> io::Result<TcpListener> { in bind() method
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/tcp/
Dsocket.rs61 pub(crate) fn bind(&self, addr: SocketAddr) -> io::Result<()> { in bind() method
Dlistener.rs43 pub fn bind(addr: SocketAddr) -> io::Result<TcpListener> { in bind() method
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/linux/tcp/
Dsocket.rs65 pub(crate) fn bind(&self, addr: SocketAddr) -> io::Result<()> { in bind() method
Dlistener.rs37 pub fn bind(addr: SocketAddr) -> io::Result<TcpListener> { in bind() method
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/
Dudp.rs116 pub async fn bind<A: ToSocketAddrs>(addr: A) -> io::Result<Self> { in bind() method