Home
last modified time | relevance | path

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

/openthread-latest/tests/unit/
Dtest_lowpan.cpp40 void TestIphcVector::GetCompressedStream(uint8_t *aIphc, uint16_t &aIphcLength) in GetCompressedStream()
48 void TestIphcVector::GetUncompressedStream(uint8_t *aIp6, uint16_t &aIp6Length) in GetUncompressedStream()
77 void TestIphcVector::GetUncompressedStream(Message &aMessage) in GetUncompressedStream()
147 static void Test(TestIphcVector &aVector, bool aCompress, bool aDecompress) in Test()
280 TestIphcVector testVector("Fully compressible IPv6 addresses using long MAC addresses"); in TestFullyCompressableLongAddresses()
305 TestIphcVector testVector("Fully compressible IPv6 addresses using short MAC addresses"); in TestFullyCompressableShortAddresses()
330TestIphcVector testVector("Fully compressible IPv6 addresses using short and long MAC addresses"); in TestFullyCompressableShortLongAddresses()
355TestIphcVector testVector("Fully compressible IPv6 addresses using long and short MAC addresses"); in TestFullyCompressableLongShortAddresses()
380 TestIphcVector testVector("Unspecified source IPv6 address"); in TestSourceUnspecifiedAddress()
404 TestIphcVector testVector("IPv6 addresses inline"); in TestSource128bitDestination128bitAddresses()
[all …]
Dtest_lowpan.hpp43 class TestIphcVector class
61 explicit TestIphcVector(const char *aTestName) in TestIphcVector() function in ot::TestIphcVector
63 memset(reinterpret_cast<void *>(this), 0, sizeof(TestIphcVector)); in TestIphcVector()