Function nix::sys::socket::getsockname
[-] [+]
[src]
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.
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).