Home
last modified time | relevance | path

Searched refs:GetExtended (Results 1 – 12 of 12) sorted by relevance

/openthread-3.4.0/examples/platforms/utils/
Dmac_frame.cpp55 …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/
Dmac_types.hpp316 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
Dmac.cpp230 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()
Dmac_types.cpp99 string.AppendHexBytes(GetExtended().m8, sizeof(ExtAddress)); in ToString()
Dmac_frame.cpp322 SetDstAddr(aAddress.GetExtended()); in SetDstAddr()
495 SetSrcAddr(aAddress.GetExtended()); in SetSrcAddr()
/openthread-3.4.0/tests/unit/
Dtest_mac_frame.cpp70 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/
Dframe_builder.cpp104 aMacAddress.GetExtended().CopyTo(mBuffer + mLength, Mac::ExtAddress::kReverseByteOrder); in AppendMacAddress()
/openthread-3.4.0/src/core/radio/
Dtrel_link.cpp210 txPacket.GetHeader().SetDestination(destAddr.GetExtended()); in BeginTransmit()
/openthread-3.4.0/src/core/thread/
Dtopology.hpp159 aMacAddress.IsExtended() ? &aMacAddress.GetExtended() : nullptr) in AddressMatcher()
Dlowpan.cpp86 aIid.SetFromExtAddress(aMacAddr.GetExtended()); in ComputeIid()
Dmesh_forwarder.cpp679 if (aMacAddr.GetExtended() != Get<Mac::Mac>().GetExtAddress()) in GetMacSourceAddress()
/openthread-3.4.0/src/core/net/
Dip6_address.cpp280 aMacAddress.GetExtended().ToggleLocal(); in ConvertToMacAddress()