Home
last modified time | relevance | path

Searched refs:FindNextMatchingPrefixTlv (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/core/thread/
Dnetwork_data_leader.cpp138 const PrefixTlv *Leader::FindNextMatchingPrefixTlv(const Ip6::Address &aAddress, const PrefixTlv *a… in FindNextMatchingPrefixTlv() function in ot::NetworkData::Leader
172 while ((prefixTlv = FindNextMatchingPrefixTlv(aAddress, prefixTlv)) != nullptr) in GetContext()
252 while ((prefixTlv = FindNextMatchingPrefixTlv(aAddress, prefixTlv)) != nullptr) in IsOnMesh()
279 while ((prefixTlv = FindNextMatchingPrefixTlv(aSource, prefixTlv)) != nullptr) in RouteLookup()
380 while ((prefixTlv = FindNextMatchingPrefixTlv(aDestination, prefixTlv)) != nullptr) in ExternalRouteLookup()
Dnetwork_data_leader.hpp433 …const PrefixTlv *FindNextMatchingPrefixTlv(const Ip6::Address &aAddress, const PrefixTlv *aPrevTlv…