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

multicast_mac

Function multicast_mac 

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

Convert a multicast IPv6 address to its Ethernet multicast MAC address.

Multicast MAC = 33:33:XX:XX:XX:XX where XX are the low 4 bytes of the IPv6 address.