[][src]Function uapi::socketpair

pub fn socketpair(
    domain: c_int,
    ty: c_int,
    protocol: c_int
) -> Result<(OwnedFd, OwnedFd)>