Function nix::sys::socket::getsockname[][src]

pub fn getsockname(fd: RawFd) -> Result<SockAddr>
Expand description

Get the current address to which the socket fd is bound.

Further reading