Searched refs:as_raw_socket (Results 1 – 10 of 10) sorted by relevance
193 fn as_raw_socket(&self) -> RawSocket { in as_raw_socket() method194 self.inner.as_raw_socket() in as_raw_socket()
289 fn as_raw_socket(&self) -> RawSocket { in as_raw_socket() method290 self.inner.as_raw_socket() in as_raw_socket()
386 fn as_raw_socket(&self) -> RawSocket { in as_raw_socket() method
530 fn as_raw_socket(&self) -> RawSocket { in as_raw_socket() method531 self.inner.as_raw_socket() in as_raw_socket()
386 fn as_raw_socket(&self) -> RawSocket { in as_raw_socket() method387 self.io.as_raw_socket() in as_raw_socket()
933 unsafe { mio::net::TcpSocket::from_raw_socket(self.as_raw_socket()) } in to_mio()1122 fn as_raw_socket(&self) -> RawSocket { in as_raw_socket() method1123 self.io.as_raw_socket() in as_raw_socket()
596 fn as_raw_socket(&self) -> RawSocket { in as_raw_socket() method597 self.inner.as_raw_socket() in as_raw_socket()
39 socket.as_raw_socket() as usize, in only_v6()
1433 fn as_raw_socket(&self) -> RawSocket { in as_raw_socket() method1434 self.io.as_raw_socket() in as_raw_socket()
180 .register(registry, token, interests, self.inner.as_raw_socket()) in register()