socketpair

Function socketpair 

Source
pub fn socketpair(
    family: i32,
    type_: i32,
    protocol: i32,
) -> Result<(OwnedFd, OwnedFd)>