Home
last modified time | relevance | path

Searched refs:EntryInfo (Results 1 – 6 of 6) sorted by relevance

/openthread-latest/src/core/thread/
Daddress_resolver.hpp94 class EntryInfo : public otCacheEntryInfo, public Clearable<EntryInfo> class in ot::AddressResolver
128 Error GetNextCacheEntry(EntryInfo &aInfo, Iterator &aIterator) const;
401 DefineCoreType(otCacheEntryInfo, AddressResolver::EntryInfo);
402 DefineMapEnum(otCacheEntryState, AddressResolver::EntryInfo::State);
Dneighbor_table.hpp64 typedef otNeighborTableEntryInfo EntryInfo; typedef in ot::NeighborTable
Daddress_resolver.cpp76 Error AddressResolver::GetNextCacheEntry(EntryInfo &aInfo, Iterator &aIterator) const in GetNextCacheEntry()
119 aInfo.mState = MapEnum(EntryInfo::kStateCached); in GetNextCacheEntry()
134 aInfo.mState = MapEnum(EntryInfo::kStateSnooped); in GetNextCacheEntry()
138 aInfo.mState = MapEnum(EntryInfo::kStateQuery); in GetNextCacheEntry()
142 aInfo.mState = MapEnum(EntryInfo::kStateRetryQuery); in GetNextCacheEntry()
Dneighbor_table.cpp270 EntryInfo info; in Signal()
/openthread-latest/src/core/utils/
Dhistory_tracker.hpp396 void RecordNeighborEvent(NeighborTable::Event aEvent, const NeighborTable::EntryInfo &aInfo);
Dhistory_tracker.cpp181 …oryTracker::RecordNeighborEvent(NeighborTable::Event aEvent, const NeighborTable::EntryInfo &aInfo) in RecordNeighborEvent()