Home
last modified time | relevance | path

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

/openthread-latest/tests/unit/
Dtest_lowpan.cpp155 uint16_t ip6Length; in Test() local
160 aVector.GetUncompressedStream(ip6, ip6Length); in Test()
171 DumpBuffer("Expected IPv6 uncompressed packet", ip6, ip6Length); in Test()
249 VerifyOrQuit(memcmp(ip6, result, ip6Length) == 0, "Lowpan::Decompress failed"); in Test()