Init()
Initializes the TLV.
Init()
Initializes the TLV.
IsValid() const
Indicates whether or not the TLV appears to be well-formed.
GetDomainId() const
Returns the Domain ID value.
GetPrefixLength() const
Returns the Prefix Length value.
GetPrefix()
Returns a pointer to the Prefix.
GetPrefix() const
Returns a pointer to the Prefix.
CopyPrefixTo() const
Copies the Prefix from TLV into a given `Ip6::Prefix`.
IsEqual() const
Indicates whether the Prefix from TLV is equal to a given `Ip6::Prefix`.
IsEqual() const
Indicates whether the Prefix from TLV is equal to a given `Ip6::Prefix`.
GetSubTlvs()
Returns a pointer to the Sub-TLVs.
GetSubTlvs() const
Returns a pointer to the Sub-TLVs.
GetSubTlvsLength() const
Returns the Sub-TLVs length in bytes.
SetSubTlvsLength()
Sets the Sub-TLVs length in bytes.
FindSubTlv()
FindSubTlv() const
Searches in the sub-TLVs to find the first one matching a given TLV type.
FindSubTlv()
FindSubTlv() const
Searches in the sub-TLVs to find the first one matching a given TLV type.
FindSubTlv()
FindSubTlv() const
Searches in the sub-TLVs to find the first one matching a given TLV type.
FindSubTlv()
FindSubTlv() const
Searches in the sub-TLVs to find the first one matching a given TLV type.
CalculateSize()
Calculates the total size (number of bytes) of a Prefix TLV with a given Prefix Length value. Note that the returned size does include the Type and Length fields in the TLV, but does not account for any sub TLVs of the Prefix TLV.
FindSubTlv