Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Dnd6.cpp222 uint16_t oldLength = mArray.GetLength(); in AppendOption() local
225 option = reinterpret_cast<Option *>(&mArray[oldLength]); in AppendOption()
/openthread-latest/src/core/common/
Dmessage.cpp381 uint16_t oldLength = GetLength(); in AppendBytes() local
384 WriteBytes(oldLength, aBuf, aLength); in AppendBytes()