Home
last modified time | relevance | path

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

/openthread-latest/tests/unit/
Dtest_lowpan.cpp283 testVector.SetMacSource(sTestMacSourceDefaultLong); in TestFullyCompressableLongAddresses()
308 testVector.SetMacSource(sTestMacSourceDefaultShort); in TestFullyCompressableShortAddresses()
333 testVector.SetMacSource(sTestMacSourceDefaultShort); in TestFullyCompressableShortLongAddresses()
358 testVector.SetMacSource(sTestMacSourceDefaultLong); in TestFullyCompressableLongShortAddresses()
383 testVector.SetMacSource(sTestMacSourceDefaultLong); in TestSourceUnspecifiedAddress()
407 testVector.SetMacSource(sTestMacSourceDefaultLong); in TestSource128bitDestination128bitAddresses()
434 testVector.SetMacSource(sTestMacSourceDefaultLong); in TestSource64bitDestination64bitLongAddresses()
460 testVector.SetMacSource(sTestMacSourceDefaultShort); in TestSource64bitDestination64bitShortAddresses()
486 testVector.SetMacSource(sTestMacSourceDefaultShort); in TestSource16bitDestination16bitAddresses()
511 testVector.SetMacSource(sTestMacSourceDefaultLong); in TestSourceCompressedDestination16bitAddresses()
[all …]
Dtest_lowpan.hpp74 void SetMacSource(const uint8_t *aAddress) { mMacAddrs.mSource.SetExtended(aAddress); } in SetMacSource() function in ot::TestIphcVector
81 void SetMacSource(uint16_t aAddress) { mMacAddrs.mSource.SetShort(aAddress); } in SetMacSource() function in ot::TestIphcVector