Home
last modified time | relevance | path

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

/openthread-2.7.6/src/core/thread/
Dnetwork_data.cpp286 OnMeshPrefixConfig outerConfig; in ContainsOnMeshPrefixes() local
289 while (aCompare.GetNextOnMeshPrefix(outerIterator, aRloc16, outerConfig) == kErrorNone) in ContainsOnMeshPrefixes()
297 if (outerConfig == innerConfig) in ContainsOnMeshPrefixes()
316 ExternalRouteConfig outerConfig; in ContainsExternalRoutes() local
319 while (aCompare.GetNextExternalRoute(outerIterator, aRloc16, outerConfig) == kErrorNone) in ContainsExternalRoutes()
327 if (outerConfig == innerConfig) in ContainsExternalRoutes()
346 ServiceConfig outerConfig; in ContainsServices() local
349 while (aCompare.GetNextService(outerIterator, aRloc16, outerConfig) == kErrorNone) in ContainsServices()
357 if (outerConfig == innerConfig) in ContainsServices()