Lines Matching refs:unix
35 use std::os::unix::ffi::OsStrExt;
37 use std::os::unix::io::RawFd;
73 /// Local communication (see [`unix(7)`](https://man7.org/linux/man-pages/man7/unix.7.html))
106 /// (see [netrom(4)](https://www.unix.com/man-page/linux/4/netrom/))
127 /// (see [netrom(4)](https://www.unix.com/man-page/linux/4/netrom/))
763 // linux man page unix(7) says there are 3 kinds of unix socket:
888 /// Create a new `sockaddr_un` representing an "unnamed" unix socket address.
907 /// This pair of sockaddr_un & sun_len must be a valid unix addr, which
911 /// - if this is a unix addr with a pathname, sun.sun_path is a
958 /// Check if this address is an "unnamed" unix socket address.
2287 SockAddr::Unix(ref unix) => unix.fmt(f),
2537 use std::os::unix::io::RawFd;