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

is_ipv4_multicast

Function is_ipv4_multicast 

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

Check if an IPv4 address is in the multicast range (224.0.0.0/4).