Function uapi::getpeername

source ·
pub fn getpeername<T: SockAddr + ?Sized>(
    sockfd: c_int,
    addr: &mut T
) -> Result<usize>
Expand description