Searched refs:mSrcMatchShortEntries (Results 1 – 2 of 2) sorted by relevance
1259 if (mSrcMatchShortEntries[i] == aShortAddress) in AddSrcMatchShortEntry()1264 mSrcMatchShortEntries[mSrcMatchShortEntryCount] = aShortAddress; in AddSrcMatchShortEntry()1308 if (mSrcMatchShortEntries[i] == aShortAddress) in ClearSrcMatchShortEntry()1310 mSrcMatchShortEntries[i] = mSrcMatchShortEntries[mSrcMatchShortEntryCount - 1]; in ClearSrcMatchShortEntry()2357 …rt(SPINEL_PROP_MAC_SRC_MATCH_SHORT_ADDRESSES, SPINEL_DATATYPE_UINT16_S, mSrcMatchShortEntries[i])); in RestoreProperties()
1050 uint16_t mSrcMatchShortEntries[OPENTHREAD_CONFIG_MLE_MAX_CHILDREN]; member in ot::Spinel::RadioSpinel