Function rustix::net::socketpair[][src]

pub fn socketpair(
    domain: AddressFamily,
    type_: SocketType,
    flags: SocketFlags,
    protocol: Protocol
) -> Result<(OwnedFd, OwnedFd)>
Expand description

socketpair(domain, type_ | accept_flags, protocol)

References