pub fn solicited_node_multicast(addr: &Ipv6Address) -> Ipv6AddressExpand 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.
pub fn solicited_node_multicast(addr: &Ipv6Address) -> Ipv6AddressCompute 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.