Home
last modified time | relevance | path

Searched defs:net (Results 1 – 2 of 2) sorted by relevance

/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/unix/uds/
Dsocket.rs31 let net = unsafe { net::UnixListener::from_raw_fd(socket) }; in bind() localVariable
45 let net = unsafe { net::UnixStream::from_raw_fd(socket) }; in connect() localVariable
54 let net = unsafe { net::UnixDatagram::from_raw_fd(socket) }; in unbound() localVariable
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/
Dmod.rs48 mod net; module