Home
last modified time | relevance | path

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

/openthread-latest/src/core/api/
Dborder_routing_api.cpp190 …return AsCoreType(aInstance).Get<BorderRouter::RoutingManager>().GetNextRouterEntry(*aIterator, *a… in otBorderRoutingGetNextRouterEntry()
/openthread-latest/src/core/border_router/
Drouting_manager.hpp470 Error GetNextRouterEntry(PrefixTableIterator &aIterator, RouterEntry &aEntry) const in GetNextRouterEntry() function in ot::BorderRouter::RoutingManager
/openthread-latest/tests/unit/
Dtest_routing_manager.cpp1119 …while (sInstance->Get<BorderRouter::RoutingManager>().GetNextRouterEntry(iter, entry) == kErrorNon… in VerifyDiscoveredRouters()