Searched refs:GetExtended (Results 1 – 13 of 13) sorted by relevance
/openthread-latest/src/core/mac/ |
D | mac_types.cpp | 112 ret = (GetExtended() == aOther.GetExtended()); in operator ==() 130 string.AppendHexBytes(GetExtended().m8, sizeof(ExtAddress)); in ToString()
|
D | mac_types.hpp | 298 const ExtAddress &GetExtended(void) const { return mShared.mExtAddress; } in GetExtended() function in ot::Mac::Address 307 ExtAddress &GetExtended(void) { return mShared.mExtAddress; } in GetExtended() function in ot::Mac::Address
|
D | mac.cpp | 243 aResult.mExtAddress = address.GetExtended(); in ConvertBeaconToActiveScanResult() 1593 extAddress = &aSrcAddr.GetExtended(); in ProcessReceiveSecurity() 1648 extAddress = &aSrcAddr.GetExtended(); in ProcessReceiveSecurity() 1666 extAddress = &aSrcAddr.GetExtended(); in ProcessReceiveSecurity() 1803 error = aAckFrame.ProcessReceiveAesCcm(srcAddr.GetExtended(), *macKey); in ProcessEnhAckSecurity() 1890 … VerifyOrExit(dstaddr.GetExtended() == GetExtAddress(), error = kErrorDestinationAddressFiltered); in HandleReceivedFrame() 1918 VerifyOrExit(srcaddr.GetExtended() != GetExtAddress(), error = kErrorInvalidSourceAddress); in HandleReceivedFrame() 1921 SuccessOrExit(error = mFilter.ApplyToRxFrame(*aFrame, srcaddr.GetExtended(), neighbor)); in HandleReceivedFrame()
|
D | sub_mac_csl_receiver.cpp | 270 (dst.GetType() == Address::kTypeExtended && dst.GetExtended() == GetExtAddress())); in LogReceived()
|
/openthread-latest/tests/nexus/platform/ |
D | nexus_radio.cpp | 282 VerifyOrExit(aAddress.GetExtended() == mExtAddress); in Matches() 313 hasPending = mSrcMatchExtEntries.Contains(aAddress.GetExtended()); in HasFramePendingFor()
|
/openthread-latest/examples/platforms/utils/ |
D | mac_frame.cpp | 70 …VerifyOrExit(dst.GetExtended() == *static_cast<const Mac::ExtAddress *>(aExtAddress), rval = false… in otMacFrameDoesAddrMatchAny() 124 aOutAddress->mAddress.mExtAddress = aInAddress.GetExtended(); in GetOtMacAddress()
|
/openthread-latest/src/core/common/ |
D | frame_builder.cpp | 98 aMacAddress.GetExtended().CopyTo(mBuffer + mLength, Mac::ExtAddress::kReverseByteOrder); in AppendMacAddress()
|
/openthread-latest/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-latest/src/core/thread/ |
D | neighbor.hpp | 151 aMacAddress.IsExtended() ? &aMacAddress.GetExtended() : nullptr) in AddressMatcher()
|
D | lowpan.cpp | 75 aIid.SetFromExtAddress(aMacAddr.GetExtended()); in ComputeIid()
|
D | mesh_forwarder.cpp | 705 if (aMacAddr.GetExtended() != Get<Mac::Mac>().GetExtAddress()) in GetMacSourceAddress()
|
/openthread-latest/src/core/radio/ |
D | trel_link.cpp | 206 txPacket.GetHeader().SetDestination(destAddr.GetExtended()); in BeginTransmit()
|
/openthread-latest/src/core/net/ |
D | ip6_address.cpp | 268 aMacAddress.GetExtended().ToggleLocal(); in ConvertToMacAddress()
|