Searched refs:FindNextMatchingPrefixTlv (Results 1 – 2 of 2) sorted by relevance
116 const PrefixTlv *LeaderBase::FindNextMatchingPrefixTlv(const Ip6::Address &aAddress, const PrefixTl… in FindNextMatchingPrefixTlv() function in ot::NetworkData::LeaderBase150 while ((prefixTlv = FindNextMatchingPrefixTlv(aAddress, prefixTlv)) != nullptr) in GetContext()218 while ((prefixTlv = FindNextMatchingPrefixTlv(aAddress, prefixTlv)) != nullptr) in IsOnMesh()245 while ((prefixTlv = FindNextMatchingPrefixTlv(aSource, prefixTlv)) != nullptr) in RouteLookup()317 while ((prefixTlv = FindNextMatchingPrefixTlv(aDestination, prefixTlv)) != nullptr) in ExternalRouteLookup()
309 …const PrefixTlv *FindNextMatchingPrefixTlv(const Ip6::Address &aAddress, const PrefixTlv *aPrevTlv…