Searched refs:GetExtended (Results 1 – 12 of 12) sorted by relevance
/openthread-3.4.0/examples/platforms/utils/ |
D | mac_frame.cpp | 55 …VerifyOrExit(dst.GetExtended() == *static_cast<const Mac::ExtAddress *>(aExtAddress), rval = false… in otMacFrameDoesAddrMatch() 109 aOutAddress->mAddress.mExtAddress = aInAddress.GetExtended(); in GetOtMacAddress()
|
/openthread-3.4.0/src/core/mac/ |
D | mac_types.hpp | 316 const ExtAddress &GetExtended(void) const { return mShared.mExtAddress; } in GetExtended() function in ot::Mac::Address 326 ExtAddress &GetExtended(void) { return mShared.mExtAddress; } in GetExtended() function in ot::Mac::Address
|
D | mac.cpp | 230 aResult.mExtAddress = address.GetExtended(); in ConvertBeaconToActiveScanResult() 1522 extAddress = &aSrcAddr.GetExtended(); in ProcessReceiveSecurity() 1577 extAddress = &aSrcAddr.GetExtended(); in ProcessReceiveSecurity() 1710 error = aAckFrame.ProcessReceiveAesCcm(srcAddr.GetExtended(), *macKey); in ProcessEnhAckSecurity() 1771 … VerifyOrExit(dstaddr.GetExtended() == GetExtAddress(), error = kErrorDestinationAddressFiltered); in HandleReceivedFrame() 1799 VerifyOrExit(srcaddr.GetExtended() != GetExtAddress(), error = kErrorInvalidSourceAddress); in HandleReceivedFrame() 1802 SuccessOrExit(error = mFilter.ApplyToRxFrame(*aFrame, srcaddr.GetExtended(), neighbor)); in HandleReceivedFrame()
|
D | mac_types.cpp | 99 string.AppendHexBytes(GetExtended().m8, sizeof(ExtAddress)); in ToString()
|
D | mac_frame.cpp | 322 SetDstAddr(aAddress.GetExtended()); in SetDstAddr() 495 SetSrcAddr(aAddress.GetExtended()); in SetSrcAddr()
|
/openthread-3.4.0/tests/unit/ |
D | test_mac_frame.cpp | 70 VerifyOrExit(aFirst.GetExtended() == aSecond.GetExtended()); in CompareAddresses() 144 VerifyOrQuit(addr.GetExtended() == extAddr); in TestMacAddress() 150 VerifyOrQuit(CompareReversed(addr.GetExtended().m8, extAddr.m8, OT_EXT_ADDRESS_SIZE), in TestMacAddress()
|
/openthread-3.4.0/src/core/common/ |
D | frame_builder.cpp | 104 aMacAddress.GetExtended().CopyTo(mBuffer + mLength, Mac::ExtAddress::kReverseByteOrder); in AppendMacAddress()
|
/openthread-3.4.0/src/core/radio/ |
D | trel_link.cpp | 210 txPacket.GetHeader().SetDestination(destAddr.GetExtended()); in BeginTransmit()
|
/openthread-3.4.0/src/core/thread/ |
D | topology.hpp | 159 aMacAddress.IsExtended() ? &aMacAddress.GetExtended() : nullptr) in AddressMatcher()
|
D | lowpan.cpp | 86 aIid.SetFromExtAddress(aMacAddr.GetExtended()); in ComputeIid()
|
D | mesh_forwarder.cpp | 679 if (aMacAddr.GetExtended() != Get<Mac::Mac>().GetExtAddress()) in GetMacSourceAddress()
|
/openthread-3.4.0/src/core/net/ |
D | ip6_address.cpp | 280 aMacAddress.GetExtended().ToggleLocal(); in ConvertToMacAddress()
|