Home
last modified time | relevance | path

Searched defs:sock (Results 1 – 3 of 3) 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