[−][src]Function nix::sys::socket::getsockname
pub fn getsockname(fd: RawFd) -> Result<SockAddr>
Get the current address to which the socket fd
is bound.
pub fn getsockname(fd: RawFd) -> Result<SockAddr>
Get the current address to which the socket fd
is bound.