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.rs33 let net = unsafe { net::UnixListener::from_raw_fd(socket) }; in bind() localVariable
47 let net = unsafe { net::UnixStream::from_raw_fd(socket) }; in connect() localVariable
56 let net = unsafe { net::UnixDatagram::from_raw_fd(socket) }; in unbound() localVariable
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/
Dmod.rs46 mod net; module