Home
last modified time | relevance | path

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

/openthread-3.4.0/src/lib/spinel/
Dradio_spinel.hpp1107 uint16_t mSrcMatchShortEntries[OPENTHREAD_CONFIG_MLE_MAX_CHILDREN]; member in ot::Spinel::RadioSpinel
Dradio_spinel_impl.hpp1308 if (mSrcMatchShortEntries[i] == aShortAddress) in AddSrcMatchShortEntry()
1313 mSrcMatchShortEntries[mSrcMatchShortEntryCount] = aShortAddress; in AddSrcMatchShortEntry()
1357 if (mSrcMatchShortEntries[i] == aShortAddress) in ClearSrcMatchShortEntry()
1359 mSrcMatchShortEntries[i] = mSrcMatchShortEntries[mSrcMatchShortEntryCount - 1]; in ClearSrcMatchShortEntry()
2413 …rt(SPINEL_PROP_MAC_SRC_MATCH_SHORT_ADDRESSES, SPINEL_DATATYPE_UINT16_S, mSrcMatchShortEntries[i])); in RestoreProperties()