Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Daddress_resolver.hpp128 Error GetNextCacheEntry(EntryInfo &aInfo, Iterator &aIterator) const;
Daddress_resolver.cpp76 Error AddressResolver::GetNextCacheEntry(EntryInfo &aInfo, Iterator &aIterator) const in GetNextCacheEntry() function in ot::AddressResolver
/openthread-latest/src/core/api/
Dthread_ftd_api.cpp256 return AsCoreType(aInstance).Get<AddressResolver>().GetNextCacheEntry(AsCoreType(aEntryInfo), in otThreadGetNextCacheEntry()