/openthread-latest/src/ncp/ |
D | ncp_base_radio.cpp | 313 const otExtAddress *extAddress; in HandlePropertySet() local 315 SuccessOrExit(error = mDecoder.ReadEui64(extAddress)); in HandlePropertySet() 317 SuccessOrExit(error = otLinkRawSrcMatchAddExtEntry(mInstance, extAddress)); in HandlePropertySet() 340 const otExtAddress *extAddress; in HandlePropertyRemove() local 342 SuccessOrExit(error = mDecoder.ReadEui64(extAddress)); in HandlePropertyRemove() 345 error = otLinkRawSrcMatchClearExtEntry(mInstance, extAddress); in HandlePropertyRemove() 367 const otExtAddress *extAddress = nullptr; in HandlePropertyInsert() local 369 SuccessOrExit(error = mDecoder.ReadEui64(extAddress)); in HandlePropertyInsert() 371 error = otLinkRawSrcMatchAddExtEntry(mInstance, extAddress); in HandlePropertyInsert() 604 const otExtAddress *extAddress; in HandlePropertySet() local [all …]
|
D | ncp_base_mtd.cpp | 3058 const otExtAddress *extAddress = nullptr; in HandlePropertySet() local 3062 SuccessOrExit(error = mDecoder.ReadEui64(extAddress)); in HandlePropertySet() 3075 error = otLinkFilterAddAddress(mInstance, extAddress); in HandlePropertySet() 3086 SuccessOrExit(error = otLinkFilterAddRssIn(mInstance, extAddress, rss)); in HandlePropertySet() 3132 const otExtAddress *extAddress = nullptr; in HandlePropertySet() local 3135 SuccessOrExit(error = mDecoder.ReadEui64(extAddress)); in HandlePropertySet() 3138 SuccessOrExit(error = otLinkFilterAddAddress(mInstance, extAddress)); in HandlePropertySet() 3183 const otExtAddress *extAddress; in HandlePropertySet() local 3190 SuccessOrExit(error = mDecoder.ReadEui64(extAddress)); in HandlePropertySet() 3194 extAddress = nullptr; in HandlePropertySet() [all …]
|
D | ncp_base.cpp | 1629 const otExtAddress *extAddress; in HandlePropertySet() local 1632 SuccessOrExit(error = mDecoder.ReadEui64(extAddress)); in HandlePropertySet() 1634 error = otLinkSetExtendedAddress(mInstance, extAddress); in HandlePropertySet()
|
/openthread-latest/src/core/radio/ |
D | trel_interface.cpp | 189 Mac::ExtAddress extAddress; in HandleDiscoveredPeerInfo() local 195 SuccessOrExit(ParsePeerInfoTxtData(aInfo, extAddress, extPanId)); in HandleDiscoveredPeerInfo() 197 VerifyOrExit(extAddress != Get<Mac::Mac>().GetExtAddress()); in HandleDiscoveredPeerInfo() 201 entry = mPeerTable.FindMatching(extAddress); in HandleDiscoveredPeerInfo() 215 if ((entry != nullptr) && !entry->Matches(extAddress)) in HandleDiscoveredPeerInfo() 223 entry = mPeerTable.FindMatching(extAddress); in HandleDiscoveredPeerInfo() 231 entry->SetExtAddress(extAddress); in HandleDiscoveredPeerInfo()
|
/openthread-latest/src/core/thread/ |
D | discover_scanner.cpp | 86 Mac::ExtAddress extAddress; in Discover() local 88 Get<Radio>().GetIeeeEui64(extAddress); in Discover() 89 MeshCoP::ComputeJoinerId(extAddress, extAddress); in Discover() 90 MeshCoP::SteeringData::CalculateHashBitIndexes(extAddress, mFilterIndexes); in Discover()
|
D | mle_router.cpp | 3436 Mac::ExtAddress extAddress; in HandleTmf() local 3446 SuccessOrExit(error = Tlv::Find<ThreadExtMacAddressTlv>(aMessage, extAddress)); in HandleTmf() 3469 router = mRouterTable.FindRouter(extAddress); in HandleTmf() 3492 … LogInfo("Rejecting BR %s router role req - have %u BR routers", extAddress.ToString().AsCString(), in HandleTmf() 3519 router->SetExtAddress(extAddress); in HandleTmf() 3584 Mac::ExtAddress extAddress; in HandleTmf() local 3595 SuccessOrExit(Tlv::Find<ThreadExtMacAddressTlv>(aMessage, extAddress)); in HandleTmf() 3600 VerifyOrExit((router != nullptr) && (router->GetExtAddress() == extAddress)); in HandleTmf()
|
D | mle.cpp | 2329 Mac::ExtAddress extAddress; in ProcessMessageSecurity() local 2352 senderAddress->GetIid().ConvertToExtAddress(extAddress); in ProcessMessageSecurity() 2353 …Crypto::AesCcm::GenerateNonce(extAddress, aHeader.GetFrameCounter(), Mac::Frame::kSecurityEncMic32… in ProcessMessageSecurity() 3109 Mac::ExtAddress extAddress; in HandleParentResponse() local 3123 aRxInfo.mMessageInfo.GetPeerAddr().GetIid().ConvertToExtAddress(extAddress); in HandleParentResponse() 3125 if (IsChild() && mParent.GetExtAddress() == extAddress) in HandleParentResponse() 3158 parentinfo.mExtAddr = extAddress; in HandleParentResponse() 3209 … if (mParentCandidate.IsStateParentResponse() && (mParentCandidate.GetExtAddress() != extAddress)) in HandleParentResponse()
|
/openthread-latest/src/core/utils/ |
D | link_metrics_manager.cpp | 219 Mac::ExtAddress extAddress; in HandleMgmtResponse() local 223 AsCoreType(aAddress).GetIid().ConvertToExtAddress(extAddress); in HandleMgmtResponse() 224 neighbor = Get<NeighborTable>().FindNeighbor(extAddress); in HandleMgmtResponse() 227 subject = mSubjectList.FindMatching(extAddress); in HandleMgmtResponse()
|
/openthread-latest/src/core/mac/ |
D | mac.cpp | 853 const ExtAddress *extAddress = nullptr; in ProcessTransmitSecurity() local 863 extAddress = &GetExtAddress(); in ProcessTransmitSecurity() 887 extAddress = &GetExtAddress(); in ProcessTransmitSecurity() 913 extAddress = &AsCoreType(&sMode2ExtAddress); in ProcessTransmitSecurity() 931 aFrame.ProcessTransmitAesCcm(*extAddress); in ProcessTransmitSecurity() 1529 const ExtAddress *extAddress; in ProcessReceiveSecurity() local 1545 extAddress = &aSrcAddr.GetExtended(); in ProcessReceiveSecurity() 1600 extAddress = &aSrcAddr.GetExtended(); in ProcessReceiveSecurity() 1606 extAddress = &AsCoreType(&sMode2ExtAddress); in ProcessReceiveSecurity() 1613 SuccessOrExit(aFrame.ProcessReceiveAesCcm(*extAddress, *macKey)); in ProcessReceiveSecurity()
|
D | sub_mac.cpp | 347 const ExtAddress *extAddress = nullptr; in ProcessTransmitSecurity() local 373 extAddress = &GetExtAddress(); in ProcessTransmitSecurity() 380 mTransmitFrame.ProcessTransmitAesCcm(*extAddress); in ProcessTransmitSecurity()
|
/openthread-latest/src/posix/platform/ |
D | rcp_caps_diag.cpp | 225 static constexpr otExtAddress extAddress = {{0x11, 0x22, 0x33, 0x44, 0x55, 0x66, 0x77, 0x88}}; in HandleSpinelCommand() local 227 …pinel.Remove(SPINEL_PROP_MAC_SRC_MATCH_EXTENDED_ADDRESSES, SPINEL_DATATYPE_EUI64_S, extAddress.m8); in HandleSpinelCommand() 665 otExtAddress extAddress = {0x11, 0x22, 0x33, 0x44, 0x55, 0x66, 0x77, 0x88}; in OutputExtendedSrcMatchTableSize() local 673 *reinterpret_cast<uint16_t *>(extAddress.m8) = num; in OutputExtendedSrcMatchTableSize() 675 …inel.Insert(SPINEL_PROP_MAC_SRC_MATCH_EXTENDED_ADDRESSES, SPINEL_DATATYPE_EUI64_S, extAddress.m8)); in OutputExtendedSrcMatchTableSize()
|
/openthread-latest/src/core/meshcop/ |
D | joiner.cpp | 584 Mac::ExtAddress extAddress; in HandleTimer() local 586 extAddress.GenerateRandom(); in HandleTimer() 587 Get<Mac::Mac>().SetExtAddress(extAddress); in HandleTimer()
|
/openthread-latest/src/cli/ |
D | cli.cpp | 2800 otExtAddress extAddress; in Process() local 2804 otLinkGetFactoryAssignedIeeeEui64(GetInstancePtr(), &extAddress); in Process() 2805 OutputExtAddressLine(extAddress); in Process() 2842 otExtAddress extAddress; in Process() local 2844 SuccessOrExit(error = aArgs[0].ParseAsHexString(extAddress.m8)); in Process() 2845 error = otLinkSetExtendedAddress(GetInstancePtr(), &extAddress); in Process() 4273 otExtAddress extAddress; in Process() local 4275 SuccessOrExit(error = aArgs[1].ParseAsHexString(extAddress.m8)); in Process() 4276 …SuccessOrExit(error = otMultiRadioGetNeighborInfo(GetInstancePtr(), &extAddress, &multiRadioInfo)); in Process()
|