Home
last modified time | relevance | path

Searched refs:kReverseByteOrder (Results 1 – 8 of 8) sorted by relevance

/openthread-latest/src/core/radio/
Dradio.cpp83 address.Set(aExtAddress.m8, Mac::ExtAddress::kReverseByteOrder); in SetExtendedAddress()
104 address.Set(aExtAddress.m8, Mac::ExtAddress::kReverseByteOrder); in AddSrcMatchExtEntry()
/openthread-latest/tests/nexus/platform/
Dnexus_radio.cpp68 AsNode(aInstance).mRadio.mExtAddress.Set(aExtAddress->m8, Mac::ExtAddress::kReverseByteOrder); in otPlatRadioSetExtendedAddress()
174 extAddress.Set(aExtAddress->m8, Mac::ExtAddress::kReverseByteOrder); in otPlatRadioAddSrcMatchExtEntry()
205 extAddress.Set(aExtAddress->m8, Mac::ExtAddress::kReverseByteOrder); in otPlatRadioClearSrcMatchExtEntry()
/openthread-latest/src/core/common/
Dframe_builder.cpp98 aMacAddress.GetExtended().CopyTo(mBuffer + mLength, Mac::ExtAddress::kReverseByteOrder); in AppendMacAddress()
/openthread-latest/src/core/utils/
Dotns.cpp52 revExtAddress.Set(aExtAddress.m8, Mac::ExtAddress::kReverseByteOrder); in EmitExtendedAddress()
/openthread-latest/src/core/mac/
Dmac_types.cpp85 case kReverseByteOrder: in CopyAddress()
Dmac_types.hpp103 kReverseByteOrder, ///< Copy address bytes in reverse byte order. enumerator
Dmac_frame.cpp500 aAddress.SetExtended(&mPsdu[index], ExtAddress::kReverseByteOrder); in GetDstAddr()
649 aAddress.SetExtended(&mPsdu[index], ExtAddress::kReverseByteOrder); in GetSrcAddr()
/openthread-latest/tests/unit/
Dtest_mac_frame.cpp102 extAddr.CopyTo(buffer, Mac::ExtAddress::kReverseByteOrder); in TestMacAddress()
108 extAddr.Set(kExtAddr, Mac::ExtAddress::kReverseByteOrder); in TestMacAddress()
146 addr.SetExtended(extAddr.m8, Mac::ExtAddress::kReverseByteOrder); in TestMacAddress()