Searched refs:mSrcMatchShortEntries (Results 1 – 2 of 2) sorted by relevance
1107 uint16_t mSrcMatchShortEntries[OPENTHREAD_CONFIG_MLE_MAX_CHILDREN]; member in ot::Spinel::RadioSpinel
1308 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()