Function rustix::backend::net::syscalls::bind_v6

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