Lines Matching refs:net
213 impl AsFd for std::net::TcpStream {
221 impl AsSocket for std::net::TcpStream {
229 impl IntoFd for std::net::TcpStream {
237 impl From<std::net::TcpStream> for OwnedFd {
239 fn from(owned: std::net::TcpStream) -> Self {
245 impl IntoSocket for std::net::TcpStream {
253 impl From<std::net::TcpStream> for OwnedSocket {
255 fn from(owned: std::net::TcpStream) -> Self {
261 impl FromFd for std::net::TcpStream {
269 impl From<OwnedFd> for std::net::TcpStream {
277 impl FromSocket for std::net::TcpStream {
285 impl From<OwnedSocket> for std::net::TcpStream {
293 impl AsFd for std::net::TcpListener {
301 impl AsSocket for std::net::TcpListener {
309 impl IntoFd for std::net::TcpListener {
317 impl From<std::net::TcpListener> for OwnedFd {
319 fn from(owned: std::net::TcpListener) -> Self {
325 impl IntoSocket for std::net::TcpListener {
333 impl From<std::net::TcpListener> for OwnedSocket {
335 fn from(owned: std::net::TcpListener) -> Self {
341 impl FromFd for std::net::TcpListener {
349 impl From<OwnedFd> for std::net::TcpListener {
357 impl FromSocket for std::net::TcpListener {
365 impl From<OwnedSocket> for std::net::TcpListener {
373 impl AsFd for std::net::UdpSocket {
381 impl AsSocket for std::net::UdpSocket {
389 impl IntoFd for std::net::UdpSocket {
397 impl From<std::net::UdpSocket> for OwnedFd {
399 fn from(owned: std::net::UdpSocket) -> Self {
405 impl IntoSocket for std::net::UdpSocket {
413 impl From<std::net::UdpSocket> for OwnedSocket {
415 fn from(owned: std::net::UdpSocket) -> Self {
421 impl FromFd for std::net::UdpSocket {
429 impl From<OwnedFd> for std::net::UdpSocket {
437 impl FromSocket for std::net::UdpSocket {
445 impl From<OwnedSocket> for std::net::UdpSocket {
749 impl AsFd for std::os::unix::net::UnixStream {
757 impl IntoFd for std::os::unix::net::UnixStream {
765 impl From<std::os::unix::net::UnixStream> for OwnedFd {
767 fn from(owned: std::os::unix::net::UnixStream) -> Self {
773 impl FromFd for std::os::unix::net::UnixStream {
781 impl From<OwnedFd> for std::os::unix::net::UnixStream {
789 impl AsFd for std::os::unix::net::UnixListener {
797 impl IntoFd for std::os::unix::net::UnixListener {
805 impl From<std::os::unix::net::UnixListener> for OwnedFd {
807 fn from(owned: std::os::unix::net::UnixListener) -> Self {
813 impl FromFd for std::os::unix::net::UnixListener {
821 impl From<OwnedFd> for std::os::unix::net::UnixListener {
829 impl AsFd for std::os::unix::net::UnixDatagram {
837 impl IntoFd for std::os::unix::net::UnixDatagram {
845 impl From<std::os::unix::net::UnixDatagram> for OwnedFd {
847 fn from(owned: std::os::unix::net::UnixDatagram) -> Self {
853 impl FromFd for std::os::unix::net::UnixDatagram {
861 impl From<OwnedFd> for std::os::unix::net::UnixDatagram {