Home
last modified time | relevance | path

Searched defs:TcpSocket (Results 1 – 3 of 3) sorted by relevance

/external/rust/crates/tokio/src/net/tcp/
Dsocket.rs91 impl TcpSocket { implementation
158 fn new(domain: socket2::Domain) -> io::Result<TcpSocket> { in new()
698 pub fn from_std_stream(std_stream: std::net::TcpStream) -> TcpSocket { in from_std_stream()
727 impl fmt::Debug for TcpSocket { implementation
734 impl AsRawFd for TcpSocket { implementation
741 impl FromRawFd for TcpSocket { implementation
748 unsafe fn from_raw_fd(fd: RawFd) -> TcpSocket { in from_raw_fd()
755 impl IntoRawFd for TcpSocket { implementation
762 impl IntoRawSocket for TcpSocket { implementation
769 impl AsRawSocket for TcpSocket { implementation
[all …]
/external/libchromeos-rs/src/
Dnet.rs70 pub struct TcpSocket { struct
75 impl TcpSocket { argument
249 impl IntoRawFd for TcpSocket { implementation
257 impl AsRawFd for TcpSocket { implementation
263 impl Drop for TcpSocket { implementation
/external/crosvm/base/src/sys/unix/
Dnet.rs137 pub struct TcpSocket { struct
142 impl TcpSocket { argument
308 impl AsRawDescriptor for TcpSocket { implementation