Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Dchild.cpp233 uint16_t lastIndex = mIp6Addresses.GetLength() - 1; in RemoveIp6Address() local
235 mMlrToRegisterSet.Update(entryIndex, mMlrToRegisterSet.Has(lastIndex)); in RemoveIp6Address()
236 mMlrToRegisterSet.Remove(lastIndex); in RemoveIp6Address()
238 mMlrRegisteredSet.Update(entryIndex, mMlrRegisteredSet.Has(lastIndex)); in RemoveIp6Address()
239 mMlrRegisteredSet.Remove(lastIndex); in RemoveIp6Address()