⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

is_ipv6_multicast

Function is_ipv6_multicast 

Source
pub fn is_ipv6_multicast(addr: &[u8; 16]) -> bool
Expand description

Check if an IPv6 address is in the multicast range (ff00::/8).