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

format_ipv6

Function format_ipv6 

Source
pub fn format_ipv6(addr: &Ipv6Address) -> String
Expand description

Format an IPv6 address as a human-readable string.

Produces the colon-hex notation (e.g., “fe80:0:0:0:200:ff:fe00:1”). Does not apply zero-compression (::) for simplicity.