Function nix::sys::socket::getsockname
source ยท pub fn getsockname<T: SockaddrLike>(fd: RawFd) -> Result<T>
Expand description
Get the current address to which the socket fd
is bound.
pub fn getsockname<T: SockaddrLike>(fd: RawFd) -> Result<T>
Get the current address to which the socket fd
is bound.