Searched refs:iphcLength (Results 1 – 1 of 1) sorted by relevance
153 uint16_t iphcLength; in Test() local158 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()