Function base::sys::unix::net::socketpair

source ·
pub(in sys) fn socketpair(
    domain: c_int,
    sock_type: c_int,
    protocol: c_int
) -> Result<(SafeDescriptor, SafeDescriptor)>