Home
last modified time | relevance | path

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

/openthread-latest/src/lib/hdlc/
Dhdlc.cpp208 , mDecodedLength(0) in Decoder()
223 mDecodedLength = 0; in Reset()
238 mDecodedLength = 0; in Decode()
253 if (mDecodedLength > 0) in Decode()
257 if ((mDecodedLength >= kFcsSize) in Decode()
271 mDecodedLength = 0; in Decode()
280 mDecodedLength++; in Decode()
299 mDecodedLength++; in Decode()
Dhdlc.hpp192 uint16_t mDecodedLength; member in ot::Hdlc::Decoder