Function nix::unistd::getpeereid[][src]

pub fn getpeereid(fd: RawFd) -> Result<(Uid, Gid)>

Get the effective user ID and group ID associated with a Unix domain socket.

See also getpeereid(3)