Searched refs:TestIphcVector (Results 1 – 2 of 2) sorted by relevance
40 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()330 … TestIphcVector testVector("Fully compressible IPv6 addresses using short and long MAC addresses"); in TestFullyCompressableShortLongAddresses()355 … TestIphcVector 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 …]
43 class TestIphcVector class61 explicit TestIphcVector(const char *aTestName) in TestIphcVector() function in ot::TestIphcVector63 memset(reinterpret_cast<void *>(this), 0, sizeof(TestIphcVector)); in TestIphcVector()