Reset()
Reset the Thread Network Data.
GetMaxLength() const
Returns the maximum observed Network Data length since OT stack initialization or since the last call to `ResetMaxLength()`.
ResetMaxLength()
Resets the tracked maximum Network Data Length. @sa GetMaxLength.
GetVersion() const
Returns the Data Version value for a type (full set or stable subset).
GetContext() const
Retrieves the 6LoWPAN Context information based on a given IPv6 address.
GetContext() const
Retrieves the 6LoWPAN Context information based on a given IPv6 address.
IsOnMesh() const
Indicates whether or not the given IPv6 address is on-mesh.
RouteLookup() const
Performs a route lookup using the Network Data.
SetNetworkData()
Is used by non-Leader devices to set Network Data by reading it from a message from Leader.
GetCommissioningDataset() const
Gets the Commissioning Dataset from Network Data.
ProcessCommissionerGetRequest() const
Processes a MGMT_COMMISSIONER_GET request message and prepares the response.
FindInCommissioningData() const
FindInCommissioningData()
FindCommissioningSessionId() const
Finds and reads the Commissioning Session ID in Commissioning Data TLV.
FindBorderAgentRloc() const
Finds and reads the Border Agent RLOC16 in Commissioning Data TLV.
FindJoinerUdpPort() const
Finds and reads the Joiner UDP Port in Commissioning Data TLV.
FindSteeringData() const
Finds and read the Steering Data in Commissioning Data TLV.
IsJoiningAllowed() const
Indicates whether or not the Commissioning Data TLV indicates Joining is allowed. Joining is allowed if a Border Agent Locator TLV exist and the Steering Data TLV is non-zero.
SteeringDataCheckJoiner() const
Checks if the steering data includes a Joiner.
SteeringDataCheckJoiner() const
Checks if the steering data includes a Joiner.
GetServiceId() const
Gets the Service ID for the specified service.
GetPreferredNat64Prefix() const
Gets the preferred NAT64 prefix from network data. The returned prefix is the highest preference external route entry in Network Data with NAT64 flag set. If there are multiple such entries the first one is returned.
IsNat64() const
Indicates whether or not the given IPv6 address matches any NAT64 prefixes.
Start()
Starts the Leader services. The start mode indicates whether device is starting normally as leader or restoring its role as leader after reset. In the latter case, we do not accept any new registrations (`HandleServerData()`) and wait for `HandleNetworkDataRestoredAfterReset()` to indicate that the leader has successfully recovered the Network Data before allowing new Network Data registrations.
IncrementVersion()
Increments the Thread Network Data version.
IncrementVersionAndStableVersion()
Increments both the Thread Network Data version and stable version.
AnycastLookup() const
Performs anycast ALOC route lookup using the Network Data.
GetContextIdReuseDelay() const
Returns CONTEXT_ID_RESUSE_DELAY value.
SetContextIdReuseDelay()
Sets CONTEXT_ID_RESUSE_DELAY value. @warning This method should only be used for testing.
RemoveBorderRouter()
Removes Network Data entries matching with a given RLOC16.
SetCommissioningData()
Updates Commissioning Data in Network Data.
HandleNetworkDataRestoredAfterReset()
Synchronizes internal 6LoWPAN Context ID Set with recently obtained Thread Network Data. Note that this method should be called only by the Leader once after reset.
ContainsOmrPrefix() const
Indicates whether Network Data contains a valid OMR prefix. If the given @p aPrefix is itself not a valid OMR prefix, this method will return `false`, regardless of whether the prefix is present in the Network Data.
FindNextMatchingPrefixTlv() const
FindPrefixTlvForContextId() const
CompareRouteEntries() const
CompareRouteEntries() const
CompareRouteEntries() const
CompareRouteEntries() const
IsEntryDefaultRoute()
ExternalRouteLookup() const
DefaultRouteLookup() const
LookupRouteIn() const
SteeringDataCheck() const
GetContextForMeshLocalPrefix() const
ReadCommissioningDataUint16SubTlv() const
SignalNetDataChanged()
FindCommissioningData() const
FindCommissioningData()
FindCommissioningDataSubTlv() const
FindCommissioningDataSubTlv()
HandleTmf()
HandleTimer()
IsEntryForDhcp6Agent()
IsEntryForNdAgent()
LookupRouteForServiceAloc() const
LookupRouteForAgentAloc() const
RegisterNetworkData()
AddPrefix()
AddHasRoute()
AddBorderRouter()
AddService()
AddServer()
AllocateServiceId() const
FindServiceById() const
RemoveContext()
RemoveContext()
RemoveCommissioningData()
RemoveRloc()
RemoveRloc()
RemoveRlocInPrefix()
RemoveRlocInService()
RemoveRlocInHasRoute()
RemoveRlocInBorderRouter()
RlocMatch()
Validate()
ValidatePrefix()
ValidateService()
ContainsMatchingEntry()
ContainsMatchingEntry()
ContainsMatchingEntry()
ContainsMatchingEntry()
ContainsMatchingServer()
UpdatePrefix()
UpdateService()
UpdateTlv()
UpdateCommissioningData()
SetCommissioningData()
Updates Commissioning Data in Network Data.
SendCommissioningSetResponse()
IncrementVersions()
IncrementVersions()
CheckForNetDataGettingFull()
MarkAsClone()