Lines Matching full:local

76 … * Generates and sets the Network Prefix to a crypto-secure random Unique Local Address (ULA) based
174 * Indicates whether the prefix is a Link-Local prefix.
176 * @retval TRUE The prefix is a Link-Local prefix.
177 * @retval FALSE The prefix is not a Link-Local prefix.
190 * Indicates whether the prefix is a Unique-Local prefix.
192 * @retval TRUE The prefix is a Unique-Local prefix.
193 * @retval FALSE The prefix is not a Unique-Local prefix.
534 static constexpr uint8_t kNodeLocalScope = 0; ///< Node-Local scope
535 static constexpr uint8_t kInterfaceLocalScope = 1; ///< Interface-Local scope
536 static constexpr uint8_t kLinkLocalScope = 2; ///< Link-Local scope
537 static constexpr uint8_t kRealmLocalScope = 3; ///< Realm-Local scope
538 static constexpr uint8_t kAdminLocalScope = 4; ///< Admin-Local scope
539 static constexpr uint8_t kSiteLocalScope = 5; ///< Site-Local scope
540 static constexpr uint8_t kOrgLocalScope = 8; ///< Organization-Local scope
551 …icastLargerThanRealmLocal, ///< Accept multicast IPv6 addresses with scope larger than Realm Local.
591 * Indicates whether or not the IPv6 address is a Link-Local unicast address.
593 * @retval TRUE If the IPv6 address is a Link-Local unicast address.
594 * @retval FALSE If the IPv6 address is not a Link-Local unicast address.
599 … * Sets the IPv6 address to a Link-Local address with Interface Identifier generated from a given
607 * Sets the IPv6 address to a Link-Local address with a given Interface Identifier.
622 * Indicates whether or not the IPv6 address is a link-local multicast address.
624 * @retval TRUE If the IPv6 address is a link-local multicast address.
625 * @retval FALSE If the IPv6 address scope is not a link-local multicast address.
630 …* Indicates whether or not the IPv6 address is a link-local unicast or a link-local multicast addr…
632 * @retval TRUE If the IPv6 address is a link-local unicast or multicast address.
633 …* @retval FALSE If the IPv6 address is not a link-local unicast and not a link-local multicast ad…
638 …* Indicates whether or not the IPv6 address is a link-local all nodes multicast address (ff02::01).
640 * @retval TRUE If the IPv6 address is a link-local all nodes multicast address.
641 * @retval FALSE If the IPv6 address is not a link-local all nodes multicast address.
646 * Sets the IPv6 address to the link-local all nodes multicast address (ff02::01).
651 …* Indicates whether or not the IPv6 address is a link-local all routers multicast address (ff02::0…
653 * @retval TRUE If the IPv6 address is a link-local all routers multicast address.
654 * @retval FALSE If the IPv6 address is not a link-local all routers multicast address.
659 * Sets the IPv6 address to the link-local all routers multicast address (ff02::02).
664 * Indicates whether or not the IPv6 address is a realm-local multicast address.
666 * @retval TRUE If the IPv6 address is a realm-local multicast address.
667 * @retval FALSE If the IPv6 address scope is not a realm-local multicast address.
672 …* Indicates whether or not the IPv6 address is a realm-local all nodes multicast address (ff03::01…
674 * @retval TRUE If the IPv6 address is a realm-local all nodes multicast address.
675 * @retval FALSE If the IPv6 address is not a realm-local all nodes multicast address.
680 * Sets the IPv6 address to the realm-local all nodes multicast address (ff03::01)
685 …* Indicates whether or not the IPv6 address is a realm-local all routers multicast address (ff03::…
687 * @retval TRUE If the IPv6 address is a realm-local all routers multicast address.
688 * @retval FALSE If the IPv6 address is not a realm-local all routers multicast address.
693 * Sets the IPv6 address to the realm-local all routers multicast address (ff03::02).
698 …* Indicates whether or not the IPv6 address is a realm-local all MPL forwarders address (ff03::fc).
700 * @retval TRUE If the IPv6 address is a realm-local all MPL forwarders address.
701 * @retval FALSE If the IPv6 address is not a realm-local all MPL forwarders address.
706 * Sets the the IPv6 address to the realm-local all MPL forwarders address (ff03::fc).
711 * Indicates whether or not the IPv6 address is multicast larger than realm local.
713 * @retval TRUE If the IPv6 address is multicast larger than realm local.
714 … * @retval FALSE If the IPv6 address is not multicast or the scope is not larger than realm local.