Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Dlowpan.cpp206 uint8_t headerDepth = 0xff; in Compress() local
208 while (headerDepth > 0) in Compress()
212 error = Compress(aMessage, aMacAddrs, aFrameBuilder, headerDepth); in Compress()
242 uint8_t headerDepth = 0; in Compress() local
302 if (headerDepth + 1 < headerMaxDepth) in Compress()
376 headerDepth++; in Compress()
382 while (headerDepth < headerMaxDepth) in Compress()
406 headerDepth++; in Compress()
410 aHeaderDepth = headerDepth; in Compress()