GetBytes() const
Gets the IPv6 address as a pointer to a byte array.
SetBytes()
Sets the IPv6 address from a given byte array.
IsUnspecified() const
Indicates whether or not the IPv6 address is the Unspecified Address.
IsLoopback() const
Indicates whether or not the IPv6 address is the Loopback Address.
IsLinkLocalUnicast() const
Indicates whether or not the IPv6 address is a Link-Local unicast address.
SetToLinkLocalAddress()
Sets the IPv6 address to a Link-Local address with Interface Identifier generated from a given MAC Extended Address.
SetToLinkLocalAddress()
Sets the IPv6 address to a Link-Local address with Interface Identifier generated from a given MAC Extended Address.
IsMulticast() const
Indicates whether or not the IPv6 address is multicast address.
IsLinkLocalMulticast() const
Indicates whether or not the IPv6 address is a link-local multicast address.
IsLinkLocalUnicastOrMulticast() const
Indicates whether or not the IPv6 address is a link-local unicast or a link-local multicast address.
IsLinkLocalAllNodesMulticast() const
Indicates whether or not the IPv6 address is a link-local all nodes multicast address (ff02::01).
SetToLinkLocalAllNodesMulticast()
Sets the IPv6 address to the link-local all nodes multicast address (ff02::01).
IsLinkLocalAllRoutersMulticast() const
Indicates whether or not the IPv6 address is a link-local all routers multicast address (ff02::02).
SetToLinkLocalAllRoutersMulticast()
Sets the IPv6 address to the link-local all routers multicast address (ff02::02).
IsRealmLocalMulticast() const
Indicates whether or not the IPv6 address is a realm-local multicast address.
IsRealmLocalAllNodesMulticast() const
Indicates whether or not the IPv6 address is a realm-local all nodes multicast address (ff03::01).
SetToRealmLocalAllNodesMulticast()
Sets the IPv6 address to the realm-local all nodes multicast address (ff03::01).
IsRealmLocalAllRoutersMulticast() const
Indicates whether or not the IPv6 address is a realm-local all routers multicast address (ff03::02).
SetToRealmLocalAllRoutersMulticast()
Sets the IPv6 address to the realm-local all routers multicast address (ff03::02).
IsRealmLocalAllMplForwarders() const
Indicates whether or not the IPv6 address is a realm-local all MPL forwarders address (ff03::fc).
SetToRealmLocalAllMplForwarders()
Sets the the IPv6 address to the realm-local all MPL forwarders address (ff03::fc).
IsMulticastLargerThanRealmLocal() const
Indicates whether or not the IPv6 address is multicast larger than realm local.
SetToRoutingLocator()
Sets the IPv6 address to a Routing Locator (RLOC) IPv6 address with a given Network Prefix and RLOC16 value.
SetToAnycastLocator()
Sets the IPv6 address to a Anycast Locator (ALOC) IPv6 address with a given Network Prefix and ALOC16 value.
IsIp4Mapped() const
Indicates whether or not the IPv6 address follows the IPv4-mapped format. An IPv4-mapped IPv6 address consists of an 80-bit prefix of zeros, the next 16 bits set to ones, and the remaining, least-significant 32 bits contain the IPv4 address, e.g., `::ffff:192.0.2.128` representing `192.0.2.128` IPv4 address.
SetToIp4Mapped()
Sets the IPv6 address to follow the IPv4-mapped IPv6 address for a given IPv4 address.
GetPrefix() const
Returns the Network Prefix of the IPv6 address (most significant 64 bits of the address).
GetPrefix() const
Returns the Network Prefix of the IPv6 address (most significant 64 bits of the address).
MatchesPrefix() const
Indicates whether the IPv6 address matches a given prefix.
MatchesPrefix() const
Indicates whether the IPv6 address matches a given prefix.
SetPrefix()
Sets the IPv6 address prefix. Only changes the first @p aPrefixLength bits of the address and keeps the rest of the bits in the address as before.
SetPrefix()
Sets the IPv6 address prefix. Only changes the first @p aPrefixLength bits of the address and keeps the rest of the bits in the address as before.
SetPrefix()
Sets the IPv6 address prefix. Only changes the first @p aPrefixLength bits of the address and keeps the rest of the bits in the address as before.
SetMulticastNetworkPrefix()
Sets the prefix content of Prefix-Based Multicast Address.
SetMulticastNetworkPrefix()
Sets the prefix content of Prefix-Based Multicast Address.
SetMulticastNetworkPrefix()
Sets the prefix content of Prefix-Based Multicast Address.
GetIid() const
Returns the Interface Identifier of the IPv6 address.
GetIid()
Returns the Interface Identifier of the IPv6 address.
SetIid()
Sets the Interface Identifier.
GetScope() const
Returns the IPv6 address scope.
PrefixMatch() const
Returns the number of IPv6 prefix bits that match.
MatchesFilter() const
Indicates whether address matches a given type filter.
SynthesizeFromIp4Address()
Sets the IPv6 address by performing NAT64 address translation from a given IPv4 address as specified in RFC 6052. The NAT64 @p aPrefix MUST have one of the following lengths: 32, 40, 48, 56, 64, or 96, otherwise the behavior of this method is undefined.
FromString()
Converts an IPv6 address string to binary.
ToString() const
Converts the IPv6 address to a string. The IPv6 address string is formatted as 16 hex values separated by ':' (i.e., "%x:%x:%x:...:%x").
ToString() const
Converts the IPv6 address to a string. The IPv6 address string is formatted as 16 hex values separated by ':' (i.e., "%x:%x:%x:...:%x").
operator<() const
Overloads operator `<` to compare two IPv6 addresses.
SetToLocator()
ToString() const
Converts the IPv6 address to a string. The IPv6 address string is formatted as 16 hex values separated by ':' (i.e., "%x:%x:%x:...:%x").
AppendHexWords() const
GetLinkLocalAllNodesMulticast()
GetLinkLocalAllRoutersMulticast()
GetRealmLocalAllNodesMulticast()
GetRealmLocalAllRoutersMulticast()
GetRealmLocalAllMplForwarders()
CopyBits()
ParseFrom()