Home
last modified time | relevance | path

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

/openthread-latest/tests/unit/
Dtest_lowpan.cpp284 testVector.SetMacDestination(sTestMacDestinationDefaultLong); in TestFullyCompressableLongAddresses()
309 testVector.SetMacDestination(sTestMacDestinationDefaultShort); in TestFullyCompressableShortAddresses()
334 testVector.SetMacDestination(sTestMacDestinationDefaultLong); in TestFullyCompressableShortLongAddresses()
359 testVector.SetMacDestination(sTestMacDestinationDefaultShort); in TestFullyCompressableLongShortAddresses()
384 testVector.SetMacDestination(sTestMacDestinationDefaultShort); in TestSourceUnspecifiedAddress()
408 testVector.SetMacDestination(sTestMacDestinationDefaultShort); in TestSource128bitDestination128bitAddresses()
435 testVector.SetMacDestination(sTestMacDestinationDefaultLong); in TestSource64bitDestination64bitLongAddresses()
461 testVector.SetMacDestination(sTestMacDestinationDefaultShort); in TestSource64bitDestination64bitShortAddresses()
487 testVector.SetMacDestination(sTestMacDestinationDefaultShort); in TestSource16bitDestination16bitAddresses()
512 testVector.SetMacDestination(sTestMacDestinationDefaultLong); in TestSourceCompressedDestination16bitAddresses()
[all …]
Dtest_lowpan.hpp88 … void SetMacDestination(const uint8_t *aAddress) { mMacAddrs.mDestination.SetExtended(aAddress); } in SetMacDestination() function in ot::TestIphcVector
95 void SetMacDestination(uint16_t aAddress) { mMacAddrs.mDestination.SetShort(aAddress); } in SetMacDestination() function in ot::TestIphcVector