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.rs63 socket: RawSocket, in register()
207 raw_socket: RawSocket, in register()
346 fn new(socket: RawSocket, afd: Arc<Afd>) -> io::Result<SockState> { in new()
547 fn get_base_socket(raw_socket: RawSocket) -> io::Result<RawSocket> { in get_base_socket()
565 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/
Dsocket.rs110 fn as_raw_socket(&self) -> RawSocket { in as_raw_socket()
144 pub(crate) fn set_sock_linger(socket: RawSocket, linger: Option<Duration>) -> io::Result<()> { in set_sock_linger()
Dlistener.rs171 fn into_raw_socket(self) -> RawSocket { in into_raw_socket()
177 fn as_raw_socket(&self) -> RawSocket { in as_raw_socket()
Dstream.rs301 fn into_raw_socket(self) -> RawSocket { in into_raw_socket()
307 fn as_raw_socket(&self) -> RawSocket { in as_raw_socket()
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/tcp/
Dlistener.rs234 fn as_raw_socket(&self) -> RawSocket { in as_raw_socket()
Dstream.rs644 fn as_raw_socket(&self) -> RawSocket { in as_raw_socket()
/commonlibrary/rust/ylong_runtime/ylong_io/src/sys/windows/udp/
Dudp_socket.rs677 fn as_raw_socket(&self) -> RawSocket { in as_raw_socket()
683 fn as_raw_socket(&self) -> RawSocket { in as_raw_socket()
/commonlibrary/rust/ylong_runtime/ylong_runtime/src/net/sys/
Dudp.rs1410 fn as_raw_socket(&self) -> RawSocket { in as_raw_socket()
1417 fn as_raw_socket(&self) -> RawSocket { in as_raw_socket()