Home
last modified time | relevance | path

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

/openthread-2.7.6/src/core/thread/
Dnetwork_data.cpp291 Iterator innerIterator = kIteratorInit; in ContainsOnMeshPrefixes() local
295 while ((error = GetNextOnMeshPrefix(innerIterator, aRloc16, innerConfig)) == kErrorNone) in ContainsOnMeshPrefixes()
321 Iterator innerIterator = kIteratorInit; in ContainsExternalRoutes() local
325 while ((error = GetNextExternalRoute(innerIterator, aRloc16, innerConfig)) == kErrorNone) in ContainsExternalRoutes()
351 Iterator innerIterator = kIteratorInit; in ContainsServices() local
355 while ((error = GetNextService(innerIterator, aRloc16, innerConfig)) == kErrorNone) in ContainsServices()