Home
last modified time | relevance | path

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

/openthread-latest/src/core/meshcop/
Ddataset.cpp518 uint16_t newLength = mLength; in AppendTlvsFrom() local
520 newLength += aLength; in AppendTlvsFrom()
521 VerifyOrExit(newLength <= kMaxLength, error = kErrorNoBufs); in AppendTlvsFrom()
/openthread-latest/tests/unit/
Dtest_hdlc.cpp133 uint16_t newLength; in TestSpinelMultiFrameBuffer() local
219 newLength = length; in TestSpinelMultiFrameBuffer()
220 VerifyOrQuit(frameBuffer.GetNextSavedFrame(newFrame, newLength) == OT_ERROR_NOT_FOUND, in TestSpinelMultiFrameBuffer()