Home
last modified time | relevance | path

Searched defs:sock (Results 1 – 4 of 4) sorted by relevance

/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/
Dsource_fd.rs53 let sock = socket::socket_new(libc::AF_UNIX, libc::SOCK_STREAM).unwrap(); in ut_source_fd_debug_info() localVariable
Depoll.rs180 let sock = socket::socket_new(libc::AF_UNIX, libc::SOCK_STREAM).unwrap(); in ut_epoll_reregister() localVariable
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/udp/
Dudp_socket.rs43 let sock = UdpSock::new_socket(addr)?; in bind() localVariable
/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/connector/
Dmod.rs145 let sock = UdpSocket::bind(local_addr) in udp_stream() localVariable