Home
last modified time | relevance | path

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

/openthread-latest/tests/unit/
Dtest_lowpan.cpp292 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 …]
Dtest_lowpan.hpp188 void SetIphcHeader(const uint8_t *aIphc, uint16_t aIphcLength) in SetIphcHeader() function in ot::TestIphcVector