Home
last modified time | relevance | path

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

/openthread-2.7.6/src/core/thread/
Dnetwork_data_leader.cpp96 const PrefixTlv *LeaderBase::FindNextMatchingPrefix(const Ip6::Address &aAddress, const PrefixTlv *… in FindNextMatchingPrefix() function in ot::NetworkData::LeaderBase
126 while ((prefix = FindNextMatchingPrefix(aAddress, prefix)) != nullptr) in GetContext()
186 while ((prefix = FindNextMatchingPrefix(aAddress, prefix)) != nullptr) in IsOnMesh()
221 while ((prefix = FindNextMatchingPrefix(aSource, prefix)) != nullptr) in RouteLookup()
Dnetwork_data_leader.hpp283 …const PrefixTlv *FindNextMatchingPrefix(const Ip6::Address &aAddress, const PrefixTlv *aPrevTlv) c…