#[no_mangle]
pub unsafe extern "C" fn ax_getsockname(
    sock_fd: c_int,
    addr: *mut sockaddr,
    addrlen: *mut c_uint
) -> c_int
Available on crate features net and cbindings only.
Expand description

Get current address to which the socket sockfd is bound.