Home
last modified time | relevance | path

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

/external/openthread/src/lib/spinel/
Dradio_spinel_impl.hpp1285 if (memcmp(aExtAddress.m8, mSrcMatchExtEntries[i].m8, OT_EXT_ADDRESS_SIZE) == 0) in AddSrcMatchExtEntry()
1290 mSrcMatchExtEntries[mSrcMatchExtEntryCount] = aExtAddress; in AddSrcMatchExtEntry()
1332 if (memcmp(mSrcMatchExtEntries[i].m8, aExtAddress.m8, OT_EXT_ADDRESS_SIZE) == 0) in ClearSrcMatchExtEntry()
1334 mSrcMatchExtEntries[i] = mSrcMatchExtEntries[mSrcMatchExtEntryCount - 1]; in ClearSrcMatchExtEntry()
2363 …SPINEL_PROP_MAC_SRC_MATCH_EXTENDED_ADDRESSES, SPINEL_DATATYPE_EUI64_S, mSrcMatchExtEntries[i].m8)); in RestoreProperties()
Dradio_spinel.hpp1052 otExtAddress mSrcMatchExtEntries[OPENTHREAD_CONFIG_MLE_MAX_CHILDREN]; member in ot::Spinel::RadioSpinel