Function rustix::backend::net::syscalls::bind_v4

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