Method lrs::socket::ip::Ipv6Addr::ntp_multicast

Creates the well-known "All NTP servers" multicast address with a certain scope.

Syntax

impl Ipv6Addr {
    fn ntp_multicast(scope: Ipv6Scope) -> Ipv6Addr
}

Arguments

NameDescription
scope

The scope of the multicast address.

Remarks

The created address is ff0?::101 where ? depends on the scope.