Home
last modified time | relevance | path

Searched defs:bind (Results 1 - 9 of 9) sorted by relevance

/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/unix/
H A Dlistener.rs44 pub fn bind<P: AsRef<Path>>(path: P) -> Result<UnixListener> { in bind() functions
H A Ddatagram.rs45 pub fn bind<P: AsRef<Path>>(path: P) -> Result<UnixDatagram> { in bind() functions
[all...]
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/tcp/
H A Dlistener.rs37 pub fn bind(addr: SocketAddr) -> io::Result<TcpListener> { in bind() functions
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/uds/
H A Ddatagram.rs38 pub fn bind<P: AsRef<Path>>(path: P) -> io::Result<UnixDatagram> { in bind() functions
H A Dlistener.rs42 pub fn bind<P: AsRef<Path>>(path: P) -> io::Result<UnixListener> { in bind() functions
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/tcp/
H A Dlistener.rs43 pub fn bind(addr: SocketAddr) -> io::Result<TcpListener> { in bind() functions
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/udp/
H A Dudp_socket.rs88 pub fn bind(addr: SocketAddr) -> io::Result<UdpSocket> { in bind() functions
[all...]
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/udp/
H A Dudp_socket.rs42 pub fn bind(addr: SocketAddr) -> io::Result<UdpSocket> { in bind() functions
[all...]
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/
H A Dwinapi.rs174 pub fn bind(s: SOCKET, name: *const SOCKADDR, namelen: c_int) -> c_int; in bind() functions

Completed in 5 milliseconds