Function rustix::backend::net::syscalls::connect_v4

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