Home
last modified time | relevance | path

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

/openthread-latest/src/lib/spinel/
Dradio_spinel.cpp90 , mSrcMatchShortEntryCount(0) in RadioSpinel()
1002 …VerifyOrExit(mSrcMatchShortEntryCount < OPENTHREAD_SPINEL_CONFIG_MAX_SRC_MATCH_ENTRIES, error = OT… in AddSrcMatchShortEntry()
1009 for (int i = 0; i < mSrcMatchShortEntryCount; ++i) in AddSrcMatchShortEntry()
1016 mSrcMatchShortEntries[mSrcMatchShortEntryCount] = aShortAddress; in AddSrcMatchShortEntry()
1017 ++mSrcMatchShortEntryCount; in AddSrcMatchShortEntry()
1059 for (int i = 0; i < mSrcMatchShortEntryCount; ++i) in ClearSrcMatchShortEntry()
1063 mSrcMatchShortEntries[i] = mSrcMatchShortEntries[mSrcMatchShortEntryCount - 1]; in ClearSrcMatchShortEntry()
1064 --mSrcMatchShortEntryCount; in ClearSrcMatchShortEntry()
1104 mSrcMatchShortEntryCount = 0; in ClearSrcMatchShortEntries()
2210 for (int i = 0; i < mSrcMatchShortEntryCount; ++i) in RestoreProperties()
Dradio_spinel.hpp1285 int16_t mSrcMatchShortEntryCount; member in ot::Spinel::RadioSpinel