Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/rustix/src/maybe_polyfill/no_std/os/windows/io/
Draw.rs12 pub type RawSocket = raw::SOCKET; typedef
27 fn as_raw_socket(&self) -> RawSocket; in as_raw_socket()
70 fn into_raw_socket(self) -> RawSocket; in into_raw_socket()
Dsocket.rs98 fn as_raw_socket(&self) -> RawSocket { in as_raw_socket()
106 fn as_raw_socket(&self) -> RawSocket { in as_raw_socket()
114 fn into_raw_socket(self) -> RawSocket { in into_raw_socket()
/external/rust/android-crates-io/crates/tokio/src/doc/
Dos.rs30 pub type RawSocket = crate::doc::NotDefinedHere; typedef
35 fn as_raw_socket(&self) -> RawSocket; in as_raw_socket()
47 fn into_raw_socket(self) -> RawSocket; in into_raw_socket()
/external/rust/android-crates-io/crates/mio/src/net/tcp/
Dlistener.rs229 fn into_raw_socket(self) -> RawSocket { in into_raw_socket()
236 fn as_raw_socket(&self) -> RawSocket { in as_raw_socket()
Dstream.rs411 fn into_raw_socket(self) -> RawSocket { in into_raw_socket()
418 fn as_raw_socket(&self) -> RawSocket { in as_raw_socket()
/external/rust/android-crates-io/crates/mio/src/net/
Dudp.rs705 fn into_raw_socket(self) -> RawSocket { in into_raw_socket()
712 fn as_raw_socket(&self) -> RawSocket { in as_raw_socket()
/external/rust/android-crates-io/crates/socket2/src/sys/
Dwindows.rs998 fn as_raw_socket(&self) -> RawSocket { in as_raw_socket()
1013 fn into_raw_socket(self) -> RawSocket { in into_raw_socket()