Function accept4_with_peer_addr

Source
pub fn accept4_with_peer_addr<T: SockAddr>(
    fd: &impl AsRawFd,
    flags: i32,
) -> Result<(OwnedFd, T)>