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

solicited_node_multicast

Function solicited_node_multicast 

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

Compute the solicited-node multicast address for a given unicast address.

Format: ff02::1:ffXX:XXXX where XX:XXXX are the last 3 bytes of the unicast address.