/openthread-latest/src/core/radio/ |
D | trel_packet.hpp | 188 const Mac::ExtAddress &GetDestination(void) const { return mDestination; } in GetDestination() 197 void SetDestination(const Mac::ExtAddress &aDest) { mDestination = aDest; } in SetDestination() 228 Mac::ExtAddress mDestination; // Present in `kTypeAck` or `kTypeUnicast` packet types. member in ot::Trel::Header
|
/openthread-latest/src/core/net/ |
D | ip4_types.hpp | 456 Address &GetDestination(void) { return mDestination; } in GetDestination() 463 const Address &GetDestination(void) const { return mDestination; } in GetDestination() 470 void SetDestination(const Address &aDestination) { mDestination = aDestination; } in SetDestination() 540 Address mDestination; member in ot::Ip4::Header
|
D | ip6_headers.hpp | 278 Address &GetDestination(void) { return mDestination; } in GetDestination() 285 const Address &GetDestination(void) const { return mDestination; } in GetDestination() 292 void SetDestination(const Address &aDestination) { mDestination = aDestination; } in SetDestination() 339 Address mDestination; member in ot::Ip6::Header
|
D | tcp6.hpp | 534 uint16_t GetDestinationPort(void) const { return BigEndian::HostSwap16(mDestination); } in GetDestinationPort() 580 uint16_t mDestination; member in ot::Ip6::Tcp::Header
|
/openthread-latest/src/core/utils/ |
D | ping_sender.hpp | 113 Ip6::Address &GetDestination(void) { return AsCoreType(&mDestination); } in GetDestination() 120 const Ip6::Address &GetDestination(void) const { return AsCoreType(&mDestination); } in GetDestination()
|
D | ping_sender.cpp | 106 mStatistics.mIsMulticast = AsCoreType(&mConfig.mDestination).IsMulticast(); in Ping()
|
D | history_tracker.cpp | 123 entry->mDestination.mAddress = headers.GetDestinationAddress(); in RecordMessage() 124 entry->mDestination.mPort = headers.GetDestinationPort(); in RecordMessage()
|
/openthread-latest/tests/gtest/ |
D | radio_spinel_rcp_test.cpp | 74 frameInfo.mAddrs.mDestination.SetExtended(kDstAddr); in TEST() 118 frameInfo.mAddrs.mDestination.SetExtended(kDstAddr); in TEST() 164 frameInfo.mAddrs.mDestination.SetExtended(kDstAddr); in TEST() 220 frameInfo.mAddrs.mDestination.SetExtended(kDstAddr); in TEST() 270 frameInfo.mAddrs.mDestination.SetExtended(kDstAddr); in TEST() 346 frameInfo.mAddrs.mDestination.SetExtended(kDstAddr); in TEST()
|
/openthread-latest/src/core/thread/ |
D | mesh_forwarder_ftd.cpp | 372 mMacAddrs.mDestination.SetShort(neighbor->GetRloc16()); in UpdateMeshRoute() 380 if (mMacAddrs.mDestination.GetShort() != mMeshDest) in UpdateMeshRoute() 449 mMacAddrs.mDestination.SetShort(Get<RouterTable>().GetNextHop(mMeshDest)); in UpdateIp6RouteFtd() 451 if (mMacAddrs.mDestination.GetShort() != mMeshDest) in UpdateIp6RouteFtd() 471 VerifyOrExit(aMacAddrs.mSource.IsShort() && aMacAddrs.mDestination.IsShort()); in SendIcmpErrorIfDstUnreach() 481 error = CheckReachability(aMacAddrs.mDestination.GetShort(), ip6Headers.GetIp6Header()); in SendIcmpErrorIfDstUnreach() 584 aRxInfo.mMacAddrs.mDestination.SetShort(meshHeader.GetDestination()); in HandleMesh() 863 aMeshAddrs.mDestination.SetShort(meshHeader.GetDestination()); in LogMeshFragmentHeader() 878 aMeshAddrs.mDestination.ToString().AsCString(), in LogMeshFragmentHeader()
|
D | mesh_forwarder.cpp | 175 frameInfo.mAddrs.mDestination = aMacDest; in PrepareEmptyFrame() 637 GetMacDestinationAddress(ip6Header.GetDestination(), mMacAddrs.mDestination); in UpdateIp6Route() 655 mMacAddrs.mDestination.SetShort(mle.GetParentRloc16()); in UpdateIp6Route() 659 mMacAddrs.mDestination.SetShort(Mac::kShortAddrBroadcast); in UpdateIp6Route() 664 GetMacDestinationAddress(ip6Header.GetDestination(), mMacAddrs.mDestination); in UpdateIp6Route() 668 mMacAddrs.mDestination.SetShort(mle.GetParentRloc16()); in UpdateIp6Route() 735 frame = &Get<RadioSelector>().SelectRadio(*mSendMessage, mMacAddrs.mDestination, aTxFrames); in HandleFrameRequest() 853 … const Neighbor *neighbor = Get<NeighborTable>().FindNeighbor(aTxFrameInfo.mAddrs.mDestination); in PrepareMacHeaders() 1018 macAddrs.mDestination.SetShort(aMeshDest); in PrepareDataFrame() 1396 SuccessOrExit(error = aFrame.GetDstAddr(rxInfo.mMacAddrs.mDestination)); in HandleReceivedFrame()
|
D | lowpan.hpp | 392 uint16_t GetDestination(void) const { return mDestination; } in GetDestination() 428 uint16_t mDestination; member in ot::Lowpan::MeshHeader
|
D | lowpan.cpp | 362 …SuccessOrExit(error = CompressDestinationIid(aMacAddrs.mDestination, ip6Header.GetDestination(), d… in Compress() 368 …SuccessOrExit(error = CompressDestinationIid(aMacAddrs.mDestination, ip6Header.GetDestination(), d… in Compress() 746 …SuccessOrExit(ComputeIid(aMacAddrs.mDestination, dstContext, aIp6Header.GetDestination().GetIid())… in DecompressBaseHeader() 1076 mDestination = aDestination; in Init() 1121 mDestination = BigEndian::ReadUint16(aFrame + 2); in ParseFrom() 1175 SuccessOrExit(error = aFrameBuilder.AppendBigEndianUint16(mDestination)); in AppendTo()
|
D | indirect_sender.cpp | 374 … Get<MeshForwarder>().GetMacDestinationAddress(ip6Header.GetDestination(), macAddrs.mDestination); in PrepareDataFrame() 378 aChild.GetMacAddress(macAddrs.mDestination); in PrepareDataFrame()
|
D | mesh_forwarder.hpp | 393 const Mac::Address &GetDstAddr(void) const { return mMacAddrs.mDestination; } in GetDstAddr()
|
/openthread-latest/tests/unit/ |
D | test_lowpan.hpp | 88 … void SetMacDestination(const uint8_t *aAddress) { mMacAddrs.mDestination.SetExtended(aAddress); } in SetMacDestination() 95 void SetMacDestination(uint16_t aAddress) { mMacAddrs.mDestination.SetShort(aAddress); } in SetMacDestination()
|
D | test_checksum.cpp | 88 Ip6::Address mDestination; in CalculateChecksum() member 106 data.mPseudoHeader.mDestination = aDestination; in CalculateChecksum() 127 Ip4::Address mDestination; in CalculateChecksum() member 145 data.mPseudoHeader.mDestination = aDestination; in CalculateChecksum()
|
D | test_mac_frame.cpp | 303 VerifyOrQuit(frameInfo.mAddrs.mDestination.IsNone()); in TestMacHeader() 323 frameInfo.mAddrs.mDestination.SetNone(); in TestMacHeader() 326 frameInfo.mAddrs.mDestination.SetShort(kShortAddr2); in TestMacHeader() 329 frameInfo.mAddrs.mDestination.SetExtended(extAddr2); in TestMacHeader() 382 VerifyOrQuit(CompareAddresses(address, frameInfo.mAddrs.mDestination)); in TestMacHeader()
|
/openthread-latest/src/core/mac/ |
D | mac_types.hpp | 404 Address mDestination; ///< Destination address. member 446 PanId GetDestination(void) const { return mDestination; } in GetDestination() 471 PanId mDestination; member in ot::Mac::PanIds
|
D | mac_frame.cpp | 60 fcf |= DetermineFcfAddrType(mAddrs.mDestination, kFcfDstAddrShift); in PrepareHeadersIn() 62 if (!mAddrs.mDestination.IsNone() && !mAddrs.mDestination.IsBroadcast() && (mType != kTypeAck)) in PrepareHeadersIn() 88 if (!mAddrs.mSource.IsNone() && !mAddrs.mDestination.IsNone() && in PrepareHeadersIn() 126 if (mAddrs.mDestination.IsNone()) in PrepareHeadersIn() 153 if (mAddrs.mSource.IsExtended() && mAddrs.mDestination.IsExtended()) in PrepareHeadersIn() 199 IgnoreError(builder.AppendMacAddress(mAddrs.mDestination)); in PrepareHeadersIn() 1413 SuccessOrExit(error = aRxFrame.GetSrcAddr(frameInfo.mAddrs.mDestination)); in GenerateEnhAck() 1414 VerifyOrExit(!frameInfo.mAddrs.mDestination.IsNone(), error = kErrorParse); in GenerateEnhAck()
|
D | data_poll_sender.cpp | 551 SuccessOrExit(GetPollDestinationAddress(frameInfo.mAddrs.mDestination, radio)); in PrepareDataRequest() 554 SuccessOrExit(GetPollDestinationAddress(frameInfo.mAddrs.mDestination)); in PrepareDataRequest() 558 if (frameInfo.mAddrs.mDestination.IsExtended()) in PrepareDataRequest()
|
D | mac_types.cpp | 152 mDestination = aPanId; in SetDestination()
|
/openthread-latest/src/cli/ |
D | cli_ping.cpp | 99 …SuccessOrExit(error = ParseToIp6Address(GetInstancePtr(), aArgs[0], config.mDestination, nat64Synt… in Process() 104 OutputIp6AddressLine(config.mDestination); in Process()
|
D | cli_history.cpp | 1203 OutputSockAddrLine(aInfo.mDestination); in OutputRxTxEntryListFormat() 1245 otIp6SockAddrToString(&aInfo.mDestination, addrString, sizeof(addrString)); in OutputRxTxEntryTableFormat()
|
/openthread-latest/include/openthread/ |
D | ping_sender.h | 105 otIp6Address mDestination; ///< Destination address to ping. member
|
D | history_tracker.h | 142 otSockAddr mDestination; ///< Destination IPv6 address and port (if UDP/TCP). member
|