Home
last modified time | relevance | path

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

/openthread-2.7.6/src/core/thread/
Daddress_resolver.hpp82 typedef otCacheEntryInfo EntryInfo; typedef in ot::AddressResolver
108 Error GetNextCacheEntry(EntryInfo &aInfo, Iterator &aIterator) const;
Dneighbor_table.hpp67 typedef otNeighborTableEntryInfo EntryInfo; typedef in ot::NeighborTable
Dneighbor_table.cpp264 EntryInfo info; in Signal()
Daddress_resolver.cpp89 Error AddressResolver::GetNextCacheEntry(EntryInfo &aInfo, Iterator &aIterator) const in GetNextCacheEntry()
/openthread-2.7.6/src/core/utils/
Dhistory_tracker.hpp325 …void RecordNeighborEvent(NeighborTable::Event aEvent, const NeighborTable::EntryInfo &aInfo…
Dhistory_tracker.cpp196 …oryTracker::RecordNeighborEvent(NeighborTable::Event aEvent, const NeighborTable::EntryInfo &aInfo) in RecordNeighborEvent()