Home
last modified time | relevance | path

Searched defs:new_socket (Results 1 – 5 of 5) sorted by relevance

/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/udp/
Dsocket.rs34 pub(crate) fn new_socket(addr: SocketAddr) -> io::Result<UdpSock> { in new_socket() method
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/udp/
Dsocket.rs28 pub(crate) fn new_socket(addr: SocketAddr) -> io::Result<UdpSock> { in new_socket() method
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/uds/
Dsocket.rs23 pub(crate) fn new_socket(socket_type: c_int) -> io::Result<c_int> { in new_socket() function
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/tcp/
Dsocket.rs35 pub(crate) fn new_socket(addr: SocketAddr) -> io::Result<TcpSocket> { in new_socket() method
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/tcp/
Dsocket.rs34 pub(crate) fn new_socket(addr: SocketAddr) -> io::Result<TcpSocket> { in new_socket() method