Home
last modified time | relevance | path

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

/openthread-latest/src/core/border_router/
Drouting_manager.cpp1908 …iterator.GetRouter()->CopyInfoTo(aEntry.mRouter, iterator.GetInitTime(), iterator.GetInitUptime()); in GetNextEntry()
1932 iterator.GetRouter()->CopyInfoTo(aEntry, iterator.GetInitTime(), iterator.GetInitUptime()); in GetNextRouter()
1970 VerifyOrExit(GetRouter() != nullptr, error = kErrorNone); in AdvanceToNextRouter()
1971 SetRouter(GetRouter()->GetNext()); in AdvanceToNextRouter()
1974 VerifyOrExit(GetRouter() != nullptr, error = kErrorNotFound); in AdvanceToNextRouter()
1984 VerifyOrExit(GetRouter() != nullptr, error = kErrorNotFound); in AdvanceToNextEntry()
2008 SetEntry(GetRouter()->mRoutePrefixes.GetHead()); in AdvanceToNextEntry()
2022 SetEntry(GetRouter()->mOnLinkPrefixes.GetHead()); in AdvanceToNextEntry()
Drouting_manager.hpp972 … const Entry<Router> *GetRouter(void) const { return static_cast<const Entry<Router> *>(mPtr1); } in GetRouter() function in ot::BorderRouter::RoutingManager::RxRaTracker::Iterator