Home
last modified time | relevance | path

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

/openthread-2.7.6/src/core/thread/
Dnetwork_data.hpp645 bool IsNewEntry(void) const { return GetEntryIndex() == 0; } in IsNewEntry()
657 uint8_t GetEntryIndex(void) const { return mIteratorBuffer[kEntryPosition]; } in GetEntryIndex() function in ot::NetworkData::NetworkData::NetworkDataIterator