Home
last modified time | relevance | path

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

/openthread-latest/tests/unit/
Dtest_lowpan.cpp153 uint16_t iphcLength; in Test() local
158 aVector.GetCompressedStream(iphc, iphcLength); in Test()
171 DumpBuffer("Expected LOWPAN_IPHC compressed frame", iphc, iphcLength); in Test()
200 VerifyOrQuit(memcmp(iphc, result, iphcLength) == 0, "Lowpan::Compress failed"); in Test()
230 frameData.Init(iphc, iphcLength); in Test()