/openthread-3.5.0/tests/unit/ |
D | test_link_metrics_manager.cpp | 59 otExtAddress mExtAddress; member 131 child->SetExtAddress((AsCoreType(&mTestChildList[i].mExtAddress))); in TestLinkMetricsManager() 145 VerifyOrQuit(subject.mExtAddress == AsCoreType(&mTestChildList[1 - index].mExtAddress)); in TestLinkMetricsManager() 150 … subject1 = linkMetricsMgr->mSubjectList.FindMatching(AsCoreType(&mTestChildList[0].mExtAddress)); in TestLinkMetricsManager() 151 … subject2 = linkMetricsMgr->mSubjectList.FindMatching(AsCoreType(&mTestChildList[1].mExtAddress)); in TestLinkMetricsManager() 164 linkLocalAddr.SetToLinkLocalAddress(AsCoreType(&mTestChildList[0].mExtAddress)); in TestLinkMetricsManager() 173 …linkMetricsMgr->HandleEnhAckIe(anyShortAddress, &mTestChildList[0].mExtAddress, &linkMetricsValues… in TestLinkMetricsManager() 186 Child *child2 = childTable->FindChild(subject2->mExtAddress, Child::kInStateValid); in TestLinkMetricsManager() 189 … subject2 = linkMetricsMgr->mSubjectList.FindMatching(AsCoreType(&mTestChildList[1].mExtAddress)); in TestLinkMetricsManager() 193 … subject1 = linkMetricsMgr->mSubjectList.FindMatching(AsCoreType(&mTestChildList[0].mExtAddress)); in TestLinkMetricsManager() [all …]
|
D | test_child_table.cpp | 52 otExtAddress mExtAddress; member 67 (aChild.GetExtAddress() == static_cast<const Mac::ExtAddress &>(aTestChild.mExtAddress)); in ChildMatches() 139 … aTable.FindChild(static_cast<const Mac::ExtAddress &>(aChildList[listIndex].mExtAddress), filter); in VerifyChildTableContent() 148 … address.SetExtended(static_cast<const Mac::ExtAddress &>(aChildList[listIndex].mExtAddress)); in VerifyChildTableContent() 337 child->SetExtAddress((static_cast<const Mac::ExtAddress &>(testChildList[i].mExtAddress))); in TestChildTable() 359 … child->SetExtAddress((static_cast<const Mac::ExtAddress &>(testChildList[i - 1].mExtAddress))); in TestChildTable()
|
/openthread-3.5.0/src/core/mac/ |
D | mac_filter.cpp | 63 if (entry.IsInUse() && (aExtAddress == entry.mExtAddress)) in FindEntry() 97 entry->mExtAddress = aExtAddress; in AddAddress() 134 aEntry.mExtAddress = entry.mExtAddress; in GetNextAddress() 155 entry->mExtAddress = aExtAddress; in AddRssIn() 196 aEntry.mExtAddress = entry.mExtAddress; in GetNextRssIn() 207 AsCoreType(&aEntry.mExtAddress).Fill(0xff); in GetNextRssIn()
|
D | mac_types.hpp | 316 const ExtAddress &GetExtended(void) const { return mShared.mExtAddress; } in GetExtended() 326 ExtAddress &GetExtended(void) { return mShared.mExtAddress; } in GetExtended() 360 mShared.mExtAddress = aExtAddress; in SetExtended() 376 mShared.mExtAddress.Set(aBuffer, aByteOrder); in SetExtended() 408 ExtAddress mExtAddress; ///< The IEEE 802.15.4 Extended Address. member
|
D | mac_links.hpp | 365 mExtAddress; in GetExtAddress() 380 mExtAddress = aExtAddress; in SetExtAddress() 701 ExtAddress mExtAddress; member in ot::Mac::Links
|
D | sub_mac.hpp | 257 const ExtAddress &GetExtAddress(void) const { return mExtAddress; } in GetExtAddress() 644 ExtAddress mExtAddress; member in ot::Mac::SubMac
|
D | mac_filter.hpp | 253 ExtAddress mExtAddress; // IEEE 802.15.4 Extended Address. member
|
/openthread-3.5.0/examples/platforms/utils/ |
D | link_metrics.cpp | 70 memcpy(mExtAddress.m8, aExtAddress.m8, sizeof(aExtAddress)); in Set() 143 return memcmp(&mExtAddress, &aExtAddress, sizeof(otExtAddress)) == 0; in Matches() 151 otExtAddress mExtAddress; member in LinkMetricsDataInfo 229 … dataInfo = GetLinkMetricsDataInfoActiveList().FindMatching(aMacAddress->mAddress.mExtAddress); in GetLinkMetricsInfoByMacAddress()
|
D | mac_frame.h | 65 otExtAddress mExtAddress; ///< The IEEE 802.15.4 Extended Address. member
|
/openthread-3.5.0/src/core/common/ |
D | settings.hpp | 282 const Mac::ExtAddress &GetExtAddress(void) const { return mExtAddress; } in GetExtAddress() 290 void SetExtAddress(const Mac::ExtAddress &aExtAddress) { mExtAddress = aExtAddress; } in SetExtAddress() 334 Mac::ExtAddress mExtAddress; ///< Extended Address member in ot::SettingsBase::NetworkInfo 368 const Mac::ExtAddress &GetExtAddress(void) const { return mExtAddress; } in GetExtAddress() 376 void SetExtAddress(const Mac::ExtAddress &aExtAddress) { mExtAddress = aExtAddress; } in SetExtAddress() 397 Mac::ExtAddress mExtAddress; ///< Extended Address member in ot::SettingsBase::ParentInfo 430 const Mac::ExtAddress &GetExtAddress(void) const { return mExtAddress; } in GetExtAddress() 438 void SetExtAddress(const Mac::ExtAddress &aExtAddress) { mExtAddress = aExtAddress; } in SetExtAddress() 507 Mac::ExtAddress mExtAddress; ///< Extended Address member in ot::SettingsBase::ChildInfo
|
/openthread-3.5.0/include/openthread/ |
D | mesh_diag.h | 99 otExtAddress mExtAddress; ///< Extended MAC address. member 250 otExtAddress mExtAddress; ///< Extended Address. member 359 otExtAddress mExtAddress; ///< Extended Address. member
|
D | trel.h | 65 otExtAddress mExtAddress; ///< The Extended MAC Address of TREL peer. member
|
D | thread.h | 92 otExtAddress mExtAddress; ///< IEEE 802.15.4 Extended Address member 134 otExtAddress mExtAddress; ///< IEEE 802.15.4 Extended Address member 1011 otExtAddress mExtAddress; ///< IEEE 802.15.4 Extended Address of the requester member
|
D | link.h | 105 otExtAddress mExtAddress; ///< IEEE 802.15.4 Extended Address member 382 otExtAddress mExtAddress; ///< IEEE 802.15.4 Extended Address member
|
D | history_tracker.h | 185 otExtAddress mExtAddress; ///< Neighbor's Extended Address. member
|
/openthread-3.5.0/src/core/utils/ |
D | link_metrics_manager.cpp | 138 if (!mSubjectList.ContainsMatching(AsCoreType(&neighborInfo.mExtAddress))) in UpdateSubjects() 145 subject->mExtAddress = AsCoreType(&neighborInfo.mExtAddress); in UpdateSubjects() 288 Neighbor *neighbor = aInstance.Get<NeighborTable>().FindNeighbor(mExtAddress); in ConfigureEap() 314 Neighbor *neighbor = aInstance.Get<NeighborTable>().FindNeighbor(mExtAddress); in UnregisterEap()
|
D | link_metrics_manager.hpp | 128 Mac::ExtAddress mExtAddress; ///< Use the extended address to identify the neighbor. member 137 … bool Matches(const Mac::ExtAddress &aExtAddress) const { return mExtAddress == aExtAddress; } in Matches()
|
D | history_tracker.cpp | 200 entry->mExtAddress = aInfo.mInfo.mChild.mExtAddress; in RecordNeighborEvent() 211 entry->mExtAddress = aInfo.mInfo.mRouter.mExtAddress; in RecordNeighborEvent()
|
/openthread-3.5.0/src/core/thread/ |
D | neighbor.cpp | 79 if (mExtAddress != nullptr) in Matches() 81 VerifyOrExit(*mExtAddress == aNeighbor.GetExtAddress()); in Matches() 94 mExtAddress = aNeighbor.GetExtAddress(); in SetFrom()
|
D | network_diagnostic_tlvs.cpp | 60 mExtAddress = aChild.GetExtAddress(); in InitFrom() 90 mExtAddress = aRouter.GetExtAddress(); in InitFrom()
|
D | network_diagnostic_tlvs.hpp | 746 const Mac::ExtAddress &GetExtAddress(void) const { return mExtAddress; } in GetExtAddress() 869 Mac::ExtAddress mExtAddress; // Extended Address. member in ot::NetworkDiagnostic::ChildTlv 968 const Mac::ExtAddress &GetExtAddress(void) const { return mExtAddress; } in GetExtAddress() 1035 Mac::ExtAddress mExtAddress; // Extended Address. member in ot::NetworkDiagnostic::RouterNeighborTlv
|
D | router.cpp | 50 mExtAddress = aRouter.GetExtAddress(); in SetFrom()
|
D | neighbor.hpp | 189 , mExtAddress(aExtAddress) in AddressMatcher() 195 const Mac::ExtAddress *mExtAddress; member in ot::Neighbor::AddressMatcher
|
/openthread-3.5.0/src/core/radio/ |
D | trel_interface.hpp | 89 …ExtAddress &GetExtAddress(void) const { return static_cast<const Mac::ExtAddress &>(mExtAddress); } in GetExtAddress() 142 void SetExtAddress(const Mac::ExtAddress &aExtAddress) { mExtAddress = aExtAddress; } in SetExtAddress()
|
/openthread-3.5.0/src/cli/ |
D | cli_mac_filter.cpp | 76 if (IsDefaultRss(entry.mExtAddress)) in OutputFilter() 124 OutputExtAddress(aEntry.mExtAddress); in OutputEntry()
|