Home
last modified time | relevance | path

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

/openthread-latest/src/core/mac/
Dmac_types.cpp112 ret = (GetExtended() == aOther.GetExtended()); in operator ==()
130 string.AppendHexBytes(GetExtended().m8, sizeof(ExtAddress)); in ToString()
Dmac_types.hpp298 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
Dmac.cpp243 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()
Dsub_mac_csl_receiver.cpp270 (dst.GetType() == Address::kTypeExtended && dst.GetExtended() == GetExtAddress())); in LogReceived()
/openthread-latest/tests/nexus/platform/
Dnexus_radio.cpp282 VerifyOrExit(aAddress.GetExtended() == mExtAddress); in Matches()
313 hasPending = mSrcMatchExtEntries.Contains(aAddress.GetExtended()); in HasFramePendingFor()
/openthread-latest/examples/platforms/utils/
Dmac_frame.cpp70 …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/
Dframe_builder.cpp98 aMacAddress.GetExtended().CopyTo(mBuffer + mLength, Mac::ExtAddress::kReverseByteOrder); in AppendMacAddress()
/openthread-latest/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-latest/src/core/thread/
Dneighbor.hpp151 aMacAddress.IsExtended() ? &aMacAddress.GetExtended() : nullptr) in AddressMatcher()
Dlowpan.cpp75 aIid.SetFromExtAddress(aMacAddr.GetExtended()); in ComputeIid()
Dmesh_forwarder.cpp705 if (aMacAddr.GetExtended() != Get<Mac::Mac>().GetExtAddress()) in GetMacSourceAddress()
/openthread-latest/src/core/radio/
Dtrel_link.cpp206 txPacket.GetHeader().SetDestination(destAddr.GetExtended()); in BeginTransmit()
/openthread-latest/src/core/net/
Dip6_address.cpp268 aMacAddress.GetExtended().ToggleLocal(); in ConvertToMacAddress()