Searched refs:FindNextMatchingPrefix (Results 1 – 2 of 2) sorted by relevance
96 const PrefixTlv *LeaderBase::FindNextMatchingPrefix(const Ip6::Address &aAddress, const PrefixTlv *… in FindNextMatchingPrefix() function in ot::NetworkData::LeaderBase126 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()
283 …const PrefixTlv *FindNextMatchingPrefix(const Ip6::Address &aAddress, const PrefixTlv *aPrevTlv) c…