Home
last modified time | relevance | path

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

/openthread-3.6.0/src/lib/spinel/
Dradio_spinel.cpp1113 if (mSrcMatchShortEntries[i] == aShortAddress) in AddSrcMatchShortEntry()
1118 mSrcMatchShortEntries[mSrcMatchShortEntryCount] = aShortAddress; in AddSrcMatchShortEntry()
1160 if (mSrcMatchShortEntries[i] == aShortAddress) in ClearSrcMatchShortEntry()
1162 mSrcMatchShortEntries[i] = mSrcMatchShortEntries[mSrcMatchShortEntryCount - 1]; in ClearSrcMatchShortEntry()
2193 …rt(SPINEL_PROP_MAC_SRC_MATCH_SHORT_ADDRESSES, SPINEL_DATATYPE_UINT16_S, mSrcMatchShortEntries[i])); in RestoreProperties()
Dradio_spinel.hpp1299 uint16_t mSrcMatchShortEntries[OPENTHREAD_CONFIG_MLE_MAX_CHILDREN]; member in ot::Spinel::RadioSpinel