pub fn multicast_mac(addr: &Ipv6Address) -> MacAddressExpand 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.
pub fn multicast_mac(addr: &Ipv6Address) -> MacAddressConvert 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.