pub unsafe extern "C" fn getpeername(
__fd: c_int,
__addr: *mut sockaddr,
__len: *mut socklen_t,
) -> c_intExpand description
Put the address of the peer connected to socket FD into *ADDR (which is *LEN bytes long), and its actual length into *LEN.