Function rustix::backend::net::syscalls::connect_v6

source ยท
pub(crate) fn connect_v6(fd: BorrowedFd<'_>, addr: &SocketAddrV6) -> Result<()>