Home
last modified time | relevance | path

Searched defs:create_socket (Results 1 - 2 of 2) sorted by relevance

/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/udp/
H A Dsocket.rs41 fn create_socket(domain: ADDRESS_FAMILY, socket_type: u16) -> io::Result<UdpSock> { in create_socket() functions
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/tcp/
H A Dsocket.rs43 fn create_socket(domain: ADDRESS_FAMILY, socket_type: u16) -> io::Result<TcpSocket> { in create_socket() functions

Completed in 2 milliseconds