Searched refs:SetIphcHeader (Results 1 – 2 of 2) sorted by relevance
/openthread-latest/tests/unit/ |
D | test_lowpan.cpp | 292 testVector.SetIphcHeader(iphc, sizeof(iphc)); in TestFullyCompressableLongAddresses() 317 testVector.SetIphcHeader(iphc, sizeof(iphc)); in TestFullyCompressableShortAddresses() 342 testVector.SetIphcHeader(iphc, sizeof(iphc)); in TestFullyCompressableShortLongAddresses() 367 testVector.SetIphcHeader(iphc, sizeof(iphc)); in TestFullyCompressableLongShortAddresses() 391 testVector.SetIphcHeader(iphc, sizeof(iphc)); in TestSourceUnspecifiedAddress() 418 testVector.SetIphcHeader(iphc, sizeof(iphc)); in TestSource128bitDestination128bitAddresses() 444 testVector.SetIphcHeader(iphc, sizeof(iphc)); in TestSource64bitDestination64bitLongAddresses() 470 testVector.SetIphcHeader(iphc, sizeof(iphc)); in TestSource64bitDestination64bitShortAddresses() 495 testVector.SetIphcHeader(iphc, sizeof(iphc)); in TestSource16bitDestination16bitAddresses() 520 testVector.SetIphcHeader(iphc, sizeof(iphc)); in TestSourceCompressedDestination16bitAddresses() [all …]
|
D | test_lowpan.hpp | 188 void SetIphcHeader(const uint8_t *aIphc, uint16_t aIphcLength) in SetIphcHeader() function in ot::TestIphcVector
|