Lines Matching refs:net
217 unsafe impl SocketlikeViewType for std::net::TcpStream {}
218 unsafe impl SocketlikeViewType for std::net::TcpListener {}
219 unsafe impl SocketlikeViewType for std::net::UdpSocket {}
221 unsafe impl SocketlikeViewType for std::os::unix::net::UnixStream {}
223 unsafe impl SocketlikeViewType for std::os::unix::net::UnixListener {}
226 unsafe impl SocketlikeViewType for std::os::unix::net::UnixDatagram {}
240 unsafe impl SocketlikeViewType for async_std::net::TcpStream {}
243 unsafe impl SocketlikeViewType for async_std::net::TcpListener {}
246 unsafe impl SocketlikeViewType for async_std::net::UdpSocket {}
249 unsafe impl SocketlikeViewType for async_std::os::unix::net::UnixStream {}
252 unsafe impl SocketlikeViewType for async_std::os::unix::net::UnixListener {}
255 unsafe impl SocketlikeViewType for async_std::os::unix::net::UnixDatagram {}
258 unsafe impl SocketlikeViewType for mio::net::TcpStream {}
260 unsafe impl SocketlikeViewType for mio::net::TcpListener {}
262 unsafe impl SocketlikeViewType for mio::net::UdpSocket {}
265 unsafe impl SocketlikeViewType for mio::net::UnixDatagram {}
268 unsafe impl SocketlikeViewType for mio::net::UnixListener {}
271 unsafe impl SocketlikeViewType for mio::net::UnixStream {}