GetBytes() const
Gets the prefix as a pointer to a byte array.
GetSubnetId() const
Gets the subnet ID of the prefix.
GetLength() const
Gets the prefix length (in bits).
GetBytesSize() const
Returns the size (in bytes) of the prefix.
Set()
Sets the prefix from a given Network Prefix.
Set()
Sets the prefix from a given Network Prefix.
SetSubnetId()
Sets the subnet ID of the prefix.
SetLength()
Set the prefix length.
Tidy()
Sets the bits after the prefix length to 0.
IsValid() const
Indicates whether prefix length is valid (smaller or equal to max length).
IsLinkLocal() const
Indicates whether the prefix is a Link-Local prefix.
IsMulticast() const
Indicates whether the prefix is a Multicast prefix.
IsUniqueLocal() const
Indicates whether the prefix is a Unique-Local prefix.
IsEqual() const
Indicates whether the prefix is equal to a given prefix.
ContainsPrefix() const
Indicates whether the prefix contains a sub-prefix.
ContainsPrefix() const
Indicates whether the prefix contains a sub-prefix.
operator() const
Overloads operator `==` to evaluate whether or not two prefixes are equal.
operator<() const
Overloads operator `<` to compare two prefixes. If the two prefixes have the same length N, then the bytes are compared directly (as two big-endian N-bit numbers). If the two prefix have different lengths, the shorter prefix is padded by `0` bit up to the longer prefix length N before the bytes are compared (as big-endian N-bit numbers). If all bytes are equal, the prefix with shorter length is considered smaller.
SizeForLength()
Converts a prefix length (in bits) to size (number of bytes).
MatchLength()
Returns the number of IPv6 prefix bits that match.
IsValidNat64PrefixLength()
Indicates whether or not a given prefix length is valid for use as a NAT64 prefix. A NAT64 prefix must have one of the following lengths: 32, 40, 48, 56, 64, or 96 (per RFC 6052).
IsValidNat64() const
Indicates whether or not the prefix has a valid length for use as a NAT64 prefix. A NAT64 prefix must have one of the following lengths: 32, 40, 48, 56, 64, or 96 (per RFC 6052).
FromString()
Parses a given IPv6 prefix string and sets the prefix.
ToString() const
Converts the prefix to a string. The IPv6 prefix string is formatted as "%x:%x:%x:...[::]/plen".
ToString() const
Converts the prefix to a string. The IPv6 prefix string is formatted as "%x:%x:%x:...[::]/plen".
ByteAfterTidy()
ToString() const
Converts the prefix to a string. The IPv6 prefix string is formatted as "%x:%x:%x:...[::]/plen".