Home
last modified time | relevance | path

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

/openthread-3.7.0/src/core/thread/
Daddress_resolver.hpp88 void SetEntry(const CacheEntry *aEntry) { mData[kEntryIndex] = aEntry; } in SetEntry() function in ot::AddressResolver::Iterator
Daddress_resolver.cpp123 aIterator.SetEntry(entry->GetNext()); in GetNextCacheEntry()
/openthread-3.7.0/src/core/border_router/
Drouting_manager.cpp1856 SetEntry(nullptr); in Init()
1900 SetEntry(GetEntry<OnLinkPrefix>()->GetNext()); in AdvanceToNextEntry()
1903 SetEntry(GetEntry<RoutePrefix>()->GetNext()); in AdvanceToNextEntry()
1917 SetEntry(GetRouter()->mRoutePrefixes.GetHead()); in AdvanceToNextEntry()
1931 SetEntry(GetRouter()->mOnLinkPrefixes.GetHead()); in AdvanceToNextEntry()
Drouting_manager.hpp883 void SetEntry(const void *aEntry) { mPtr2 = aEntry; } in SetEntry() function in ot::BorderRouter::RoutingManager::RxRaTracker::Iterator