Home
last modified time | relevance | path

Searched refs:GetExtAddress (Results 1 – 25 of 37) sorted by relevance

12

/openthread-latest/src/core/thread/
Dsrc_match_controller.cpp150 error = Get<Radio>().AddSrcMatchExtEntry(aChild.GetExtAddress()); in AddAddress()
152 …LogDebg("Adding addr: %s -- %s (%d)", aChild.GetExtAddress().ToString().AsCString(), ErrorToString… in AddAddress()
178 error = Get<Radio>().ClearSrcMatchExtEntry(aChild.GetExtAddress()); in ClearEntry()
180 …LogDebg("Clearing addr: %s -- %s (%d)", aChild.GetExtAddress().ToString().AsCString(), ErrorToStri… in ClearEntry()
Dchild_table.cpp227 child = FindChild(childInfo.GetExtAddress(), Child::kInStateAnyExceptInvalid); in Restore()
240 child->SetExtAddress(childInfo.GetExtAddress()); in Restore()
287 childInfo.SetExtAddress(aChild.GetExtAddress()); in StoreChild()
Dneighbor.cpp76 VerifyOrExit(*mExtAddress == aNeighbor.GetExtAddress()); in Matches()
89 mExtAddress = aNeighbor.GetExtAddress(); in SetFrom()
Dnetwork_diagnostic_tlvs.cpp56 mExtAddress = aChild.GetExtAddress(); in InitFrom()
86 mExtAddress = aRouter.GetExtAddress(); in InitFrom()
Drouter.cpp45 mExtAddress = aRouter.GetExtAddress(); in SetFrom()
Dneighbor.hpp342 const Mac::ExtAddress &GetExtAddress(void) const { return mMacAddr; } in GetExtAddress() function in ot::Neighbor
349 Mac::ExtAddress &GetExtAddress(void) { return mMacAddr; } in GetExtAddress() function in ot::Neighbor
Dmle.cpp105 mLinkLocalAddress.GetAddress().SetToLinkLocalAddress(Get<Mac::Mac>().GetExtAddress()); in Mle()
414 Get<Mac::Mac>().SetExtAddress(networkInfo.GetExtAddress()); in Restore()
439 mParent.SetExtAddress(parentInfo.GetExtAddress()); in Restore()
481 networkInfo.SetExtAddress(Get<Mac::Mac>().GetExtAddress()); in Store()
491 parentInfo.SetExtAddress(mParent.GetExtAddress()); in Store()
901 mLinkLocalAddress.GetAddress().GetIid().SetFromExtAddress(Get<Mac::Mac>().GetExtAddress()); in UpdateLinkLocalAddress()
1098 aRxInfo.mMessageInfo.GetPeerAddr().GetIid().ConvertToExtAddress(aNeighbor.GetExtAddress()); in InitNeighbor()
1689 destination.SetToLinkLocalAddress(mParent.GetExtAddress()); in SendParentRequest()
1700 destination.SetToLinkLocalAddress(mParentSearch.GetSelectedParent().GetExtAddress()); in SendParentRequest()
1765 if (mParent.GetExtAddress() == mParentCandidate.GetExtAddress()) in SendChildIdRequest()
[all …]
Dlink_metrics.cpp375 … mEnhAckProbingIeReportCallback.Invoke(aNeighbor.GetRloc16(), &aNeighbor.GetExtAddress(), &values); in ProcessEnhAckIeData()
741 … = Get<Radio>().ConfigureEnhAckProbing(aMetrics, aNeighbor.GetRloc16(), aNeighbor.GetExtAddress()); in ConfigureEnhAckProbing()
746 … = Get<Radio>().ConfigureEnhAckProbing(aMetrics, aNeighbor.GetRloc16(), aNeighbor.GetExtAddress()); in ConfigureEnhAckProbing()
Dnetwork_diagnostic_tlvs.hpp686 const Mac::ExtAddress &GetExtAddress(void) const { return mExtAddress; } in GetExtAddress() function in ot::NetworkDiagnostic::ChildTlv
885 const Mac::ExtAddress &GetExtAddress(void) const { return mExtAddress; } in GetExtAddress() function in ot::NetworkDiagnostic::RouterNeighborTlv
Dmle_router.cpp313 router->SetExtAddress(Get<Mac::Mac>().GetExtAddress()); in BecomeLeader()
549 destination.SetToLinkLocalAddress(aRouter.GetExtAddress()); in ScheduleUnicastAdvertisementTo()
672 destination.SetToLinkLocalAddress(aRouter->GetExtAddress()); in SendLinkRequest()
733 VerifyOrExit(neighbor->GetExtAddress() == info.mExtAddress); in HandleLinkRequest()
1084 info.mExtAddress = router->GetExtAddress(); in HandleLinkAcceptVariant()
2970 destination.SetToLinkLocalAddress(aChild.GetExtAddress()); in SendChildIdResponse()
3033 destination.SetToLinkLocalAddress(aChild.GetExtAddress()); in SendChildUpdateRequestToChild()
3326 …cessOrExit(error = Tlv::Append<ThreadExtMacAddressTlv>(*message, Get<Mac::Mac>().GetExtAddress())); in SendAddressSolicit()
3361 …cessOrExit(error = Tlv::Append<ThreadExtMacAddressTlv>(*message, Get<Mac::Mac>().GetExtAddress())); in SendAddressRelease()
3445 router->SetExtAddress(Get<Mac::Mac>().GetExtAddress()); in HandleAddressSolicitResponse()
[all …]
/openthread-latest/src/core/utils/
Dotns.cpp112 EmitStatus("router_added=%s", aNeighbor.GetExtAddress().ToString().AsCString()); in EmitNeighborChange()
115 EmitStatus("router_removed=%s", aNeighbor.GetExtAddress().ToString().AsCString()); in EmitNeighborChange()
118 EmitStatus("child_added=%s", aNeighbor.GetExtAddress().ToString().AsCString()); in EmitNeighborChange()
121 EmitStatus("child_removed=%s", aNeighbor.GetExtAddress().ToString().AsCString()); in EmitNeighborChange()
Dlink_metrics_manager.cpp289 destination.SetToLinkLocalAddress(neighbor->GetExtAddress()); in ConfigureEap()
314 destination.SetToLinkLocalAddress(neighbor->GetExtAddress()); in UnregisterEap()
/openthread-latest/src/core/radio/
Dtrel_link.cpp147 destAddr.SetExtended(neighbor->GetExtAddress()); in BeginTransmit()
201 txPacket.GetHeader().SetSource(Get<Mac::Mac>().GetExtAddress()); in BeginTransmit()
343 VerifyOrExit(aPacket.GetHeader().GetSource() != Get<Mac::Mac>().GetExtAddress()); in ProcessReceivedPacket()
350 VerifyOrExit(aPacket.GetHeader().GetDestination() == Get<Mac::Mac>().GetExtAddress()); in ProcessReceivedPacket()
401 mRxPacketPeer->GetExtAddress().ToString().AsCString()); in CheckPeerAddrOnRxSuccess()
469 ackPacket.GetHeader().SetSource(Get<Mac::Mac>().GetExtAddress()); in SendAck()
479 … LogDebg("ReportDeferredAckStatus(): %s for %s", aNeighbor.GetExtAddress().ToString().AsCString(), in ReportDeferredAckStatus()
Dtrel_interface.cpp158 …txtEntries[0].Init(kTxtRecordExtAddressKey, Get<Mac::Mac>().GetExtAddress().m8, sizeof(Mac::ExtAdd… in RegisterService()
166 Get<Mac::Mac>().GetExtAddress().ToString().AsCString(), kTxtRecordExtPanIdKey, in RegisterService()
197 VerifyOrExit(extAddress != Get<Mac::Mac>().GetExtAddress()); in HandleDiscoveredPeerInfo()
321 … if (Get<NeighborTable>().FindNeighbor(entry.GetExtAddress(), Neighbor::kInStateAny) != nullptr) in GetNewPeerEntry()
327 if (Get<NeighborTable>().FindRxOnlyNeighborRouter(entry.GetExtAddress()) != nullptr) in GetNewPeerEntry()
436 LogInfo("%s peer mac:%s, xpan:%s, %s", aAction, GetExtAddress().ToString().AsCString(), in Log()
Dtrel_interface.hpp97 …const Mac::ExtAddress &GetExtAddress(void) const { return static_cast<const Mac::ExtAddress &>(mEx… in GetExtAddress() function in ot::Trel::Interface::Peer
131 … bool Matches(const Mac::ExtAddress &aExtAddress) const { return GetExtAddress() == aExtAddress; } in Matches()
/openthread-latest/tests/nexus/platform/
Dnexus_node.cpp80 SuccessOrQuit(Get<Mac::Filter>().AddAddress(aNode.Get<Mac::Mac>().GetExtAddress())); in AllowList()
84 …allowList(Node &aNode) { Get<Mac::Filter>().RemoveAddress(aNode.Get<Mac::Mac>().GetExtAddress()); } in UnallowList()
/openthread-latest/src/core/mac/
Dlink_raw.hpp232 const ExtAddress &GetExtAddress(void) const { return mSubMac.GetExtAddress(); } in GetExtAddress() function in ot::Mac::LinkRaw
Dmac_links.hpp367 const ExtAddress &GetExtAddress(void) const in GetExtAddress() function in ot::Mac::Links
371 mSubMac.GetExtAddress(); in GetExtAddress()
Dmac.cpp795 frameInfo.mAddrs.mSource.SetExtended(GetExtAddress()); in PrepareBeacon()
885 extAddress = &GetExtAddress(); in ProcessTransmitSecurity()
909 extAddress = &GetExtAddress(); in ProcessTransmitSecurity()
1334 … (mFilter.ApplyToRxFrame(*aAckFrame, neighbor->GetExtAddress(), neighbor) != kErrorNone)) in HandleTransmitDone()
1774 srcAddr.SetExtended(neighbor->GetExtAddress()); in ProcessEnhAckSecurity()
1890 … VerifyOrExit(dstaddr.GetExtended() == GetExtAddress(), error = kErrorDestinationAddressFiltered); in HandleReceivedFrame()
1911 srcaddr.SetExtended(neighbor->GetExtAddress()); in HandleReceivedFrame()
1918 VerifyOrExit(srcaddr.GetExtended() != GetExtAddress(), error = kErrorInvalidSourceAddress); in HandleReceivedFrame()
2439 &Get<Mle::Mle>().GetParent().GetExtAddress())) in UpdateCsl()
2632 GetExtAddress().ToString().AsCString()); in SetWakeupListenEnabled()
Ddata_poll_sender.cpp141 aDest.SetExtended(parent.GetExtAddress()); in GetPollDestinationAddress()
560 frameInfo.mAddrs.mSource.SetExtended(Get<Mac::Mac>().GetExtAddress()); in PrepareDataRequest()
Dmac.hpp243 const ExtAddress &GetExtAddress(void) const { return mLinks.GetExtAddress(); } in GetExtAddress() function in ot::Mac::Mac
Dwakeup_tx_scheduler.cpp91 source.SetExtended(Get<Mac::Mac>().GetExtAddress()); in PrepareWakeupFrame()
Dsub_mac_csl_receiver.cpp270 (dst.GetType() == Address::kTypeExtended && dst.GetExtended() == GetExtAddress())); in LogReceived()
/openthread-latest/src/core/common/
Dsettings.hpp262 const Mac::ExtAddress &GetExtAddress(void) const { return mExtAddress; } in GetExtAddress() function in ot::SettingsBase::NetworkInfo
340 const Mac::ExtAddress &GetExtAddress(void) const { return mExtAddress; } in GetExtAddress() function in ot::SettingsBase::ParentInfo
396 const Mac::ExtAddress &GetExtAddress(void) const { return mExtAddress; } in GetExtAddress() function in ot::SettingsBase::ChildInfo
Dsettings.cpp52 ActionToString(aAction), GetRloc16(), GetExtAddress().ToString().AsCString(), in Log()
62 …LogInfo("%s ParentInfo {extaddr:%s, version:%u}", ActionToString(aAction), GetExtAddress().ToStrin… in Log()
70 …GetRloc16(), GetExtAddress().ToString().AsCString(), ToUlong(GetTimeout()), GetMode(), GetVersion(… in Log()

12