rustix::backend::net::syscalls

Function bind_v4

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