Home
last modified time | relevance | path

Searched refs:mMulticastAddressHistory (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/core/utils/
Dhistory_tracker.hpp190 return mMulticastAddressHistory.Iterate(aIterator, aEntryAge); in IterateMulticastAddressHistory()
416 EntryList<MulticastAddressInfo, kMulticastAddrListSize> mMulticastAddressHistory; member in ot::Utils::HistoryTracker
Dhistory_tracker.cpp266 MulticastAddressInfo *entry = mMulticastAddressHistory.AddNewEntry(); in RecordAddressEvent()
448 mMulticastAddressHistory.UpdateAgedEntries(); in HandleTimer()