Home
last modified time | relevance | path

Searched defs:RawSocket (Results 1 – 9 of 9) sorted by relevance

/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/
Dselector.rs66 socket: RawSocket, in register()
218 raw_socket: RawSocket, in register()
355 fn new(socket: RawSocket, afd: Arc<Afd>) -> io::Result<SockState> { in new()
552 fn get_base_socket(raw_socket: RawSocket) -> io::Result<RawSocket> { in get_base_socket()
569 fn base_socket_inner(raw_socket: RawSocket, control_code: u32) -> Result<RawSocket, i32> { in base_socket_inner()
Dnet.rs50 socket: RawSocket, in register()
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/tcp/
Dlistener.rs180 fn into_raw_socket(self) -> RawSocket { in into_raw_socket()
186 fn as_raw_socket(&self) -> RawSocket { in as_raw_socket()
Dstream.rs262 fn into_raw_socket(self) -> RawSocket { in into_raw_socket()
268 fn as_raw_socket(&self) -> RawSocket { in as_raw_socket()
Dsocket.rs116 fn as_raw_socket(&self) -> RawSocket { in as_raw_socket()
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/tcp/
Dlistener.rs205 fn as_raw_socket(&self) -> RawSocket { in as_raw_socket()
Dstream.rs559 fn as_raw_socket(&self) -> RawSocket { in as_raw_socket()
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/udp/
Dudp_socket.rs695 fn as_raw_socket(&self) -> RawSocket { in as_raw_socket()
701 fn as_raw_socket(&self) -> RawSocket { in as_raw_socket()
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/
Dudp.rs1414 fn as_raw_socket(&self) -> RawSocket { in as_raw_socket()
1421 fn as_raw_socket(&self) -> RawSocket { in as_raw_socket()