Home
last modified time | relevance | path

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

/openthread-latest/tests/unit/
Dtest_lowpan.cpp154 uint16_t iphcLength; in Test() local
159 aVector.GetCompressedStream(iphc, iphcLength); in Test()
172 DumpBuffer("Expected LOWPAN_IPHC compressed frame", iphc, iphcLength); in Test()
201 VerifyOrQuit(memcmp(iphc, result, iphcLength) == 0, "Lowpan::Compress failed"); in Test()
231 frameData.Init(iphc, iphcLength); in Test()