Home
last modified time | relevance | path

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

/openthread-latest/src/core/utils/
Dhistory_tracker.hpp427 struct RouterEntry struct in ot::Utils::HistoryTracker
434 RouterEntry mRouterEntries[Mle::kMaxRouterId + 1];
Dhistory_tracker.cpp286 RouterEntry &oldEntry = mRouterEntries[routerId]; in RecordRouterTableChange()
/openthread-latest/src/core/border_router/
Drouting_manager.hpp111 typedef otBorderRoutingRouterEntry RouterEntry; ///< Router Entry. typedef in ot::BorderRouter::RoutingManager
470 Error GetNextRouterEntry(PrefixTableIterator &aIterator, RouterEntry &aEntry) const in GetNextRouterEntry()
855 Error GetNextRouter(PrefixTableIterator &aIterator, RouterEntry &aEntry) const;
918 void CopyInfoTo(RouterEntry &aEntry, TimeMilli aNow, uint32_t aUptime) const;
Drouting_manager.cpp1924 Error RoutingManager::RxRaTracker::GetNextRouter(PrefixTableIterator &aIterator, RouterEntry &aEntr… in GetNextRouter()
2135 void RoutingManager::RxRaTracker::Router::CopyInfoTo(RouterEntry &aEntry, TimeMilli aNow, uint32_t … in CopyInfoTo()
/openthread-latest/tests/unit/
Dtest_routing_manager.cpp1112 BorderRouter::RoutingManager::RouterEntry entry; in VerifyDiscoveredRouters()