Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Daddress_resolver.hpp86 void SetEntry(const CacheEntry *aEntry) { mData[kEntryIndex] = aEntry; } in SetEntry() function in ot::AddressResolver::Iterator
Daddress_resolver.cpp110 aIterator.SetEntry(entry->GetNext()); in GetNextCacheEntry()
/openthread-latest/src/core/border_router/
Drouting_manager.cpp1947 SetEntry(nullptr); in Init()
1991 SetEntry(GetEntry<OnLinkPrefix>()->GetNext()); in AdvanceToNextEntry()
1994 SetEntry(GetEntry<RoutePrefix>()->GetNext()); in AdvanceToNextEntry()
2008 SetEntry(GetRouter()->mRoutePrefixes.GetHead()); in AdvanceToNextEntry()
2022 SetEntry(GetRouter()->mOnLinkPrefixes.GetHead()); in AdvanceToNextEntry()
2041 SetEntry(aPeerBrsHead); in AdvanceToNextPeerBr()
2047 SetEntry(GetPeerBrEntry()->GetNext()); in AdvanceToNextPeerBr()
Drouting_manager.hpp991 void SetEntry(const void *aEntry) { mPtr2 = aEntry; } in SetEntry() function in ot::BorderRouter::RoutingManager::RxRaTracker::Iterator