Home
last modified time | relevance | path

Searched defs:GetRemainingLength (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/core/common/
Dframe_builder.hpp105 uint16_t GetRemainingLength(void) const { return mMaxLength - mLength; } in GetRemainingLength() function in ot::FrameBuilder
/openthread-latest/src/lib/spinel/
Dspinel_decoder.hpp106 uint16_t GetRemainingLength(void) const { return mLength - mIndex; } in GetRemainingLength() function in ot::Spinel::Decoder