Function uapi::socketpair

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