/openthread-latest/src/core/thread/ |
D | network_data_publisher.cpp | 572 …it(Get<Service::Manager>().AddDnsSrpAnycastService(mInfo.GetSequenceNumber(), mInfo.GetVersion())); in Add() 577 mInfo.GetAddress(), mInfo.GetPort(), mInfo.GetVersion())); in Add() 582 mInfo.GetAddress(), mInfo.GetPort(), mInfo.GetVersion())); in Add() 608 mInfo.GetAddress(), mInfo.GetPort(), mInfo.GetVersion())); in Remove() 698 …tInfo.mSequenceNumber == mInfo.GetSequenceNumber() && (anycastInfo.mVersion >= mInfo.GetVersion())) in CountAnycastEntries() 702 if ((anycastInfo.mVersion > mInfo.GetVersion()) || IsPreferred(anycastInfo.mRloc16)) in CountAnycastEntries() 734 if (unicastInfo.mVersion >= mInfo.GetVersion()) in CountUnicastEntries() 738 if ((unicastInfo.mVersion > mInfo.GetVersion()) || IsPreferred(unicastInfo.mRloc16)) in CountUnicastEntries()
|
D | network_diagnostic_tlvs.cpp | 57 mVersion = BigEndian::HostSwap16(aChild.GetVersion()); in InitFrom() 87 mVersion = BigEndian::HostSwap16(aRouter.GetVersion()); in InitFrom()
|
D | router.cpp | 53 mVersion = ClampToUint8(aRouter.GetVersion()); in SetFrom()
|
D | child_table.cpp | 248 child->SetVersion(childInfo.GetVersion()); in Restore() 291 childInfo.SetVersion(aChild.GetVersion()); in StoreChild()
|
D | neighbor.cpp | 103 mVersion = aNeighbor.GetVersion(); in SetFrom()
|
D | network_diagnostic_tlvs.hpp | 693 uint16_t GetVersion(void) const { return BigEndian::HostSwap16(mVersion); } in GetVersion() function in ot::NetworkDiagnostic::ChildTlv 892 uint16_t GetVersion(void) const { return BigEndian::HostSwap16(mVersion); } in GetVersion() function in ot::NetworkDiagnostic::RouterNeighborTlv
|
D | child.cpp | 60 mVersion = ClampToUint8(aChild.GetVersion()); in SetFrom()
|
D | neighbor.hpp | 541 uint16_t GetVersion(void) const { return mVersion; } in GetVersion() function in ot::Neighbor
|
D | network_data_service.hpp | 351 uint8_t GetVersion(void) const { return mVersion; } in GetVersion() function in ot::NetworkData::Service::Manager::DnsSrpUnicast::AddrData
|
D | network_data_publisher.hpp | 405 uint8_t GetVersion(void) const { return mVersion; } in GetVersion() function in ot::NetworkData::Publisher::DnsSrpServiceEntry::Info
|
D | discover_scanner.cpp | 341 result.mVersion = discoveryResponse.GetVersion(); in HandleDiscoveryResponse()
|
D | network_data_service.cpp | 296 aInfo.mVersion = (aLength >= sizeof(AddrData)) ? addrData->GetVersion() : 0; in ParseFrom()
|
D | network_data_leader.hpp | 107 uint8_t GetVersion(Type aType) const { return (aType == kFullSet) ? mVersion : mStableVersion; } in GetVersion() function in ot::NetworkData::Leader
|
D | mle.cpp | 392 VerifyOrExit(networkInfo.GetVersion() == kThreadVersion); in Restore() 440 mParent.SetVersion(parentInfo.GetVersion()); in Restore() 492 parentInfo.SetVersion(mParent.GetVersion()); in Store() 1043 mLeaderData.SetDataVersion(Get<NetworkData::Leader>().GetVersion(NetworkData::kFullSet)); in GetLeaderData() 1044 …mLeaderData.SetStableDataVersion(Get<NetworkData::Leader>().GetVersion(NetworkData::kStableSubset)… in GetLeaderData() 2837 Get<NetworkData::Leader>().GetVersion(GetNetworkDataType())); in IsNetworkDataNewer() 3018 rval = ThreeWayCompare(aVersion, mParentCandidate.GetVersion()); in IsBetterParent() 4918 …Get<Mle>().mLeaderData.SetDataVersion(Get<NetworkData::Leader>().GetVersion(NetworkData::kFullSet)… in AppendLeaderDataTlv() 4919 …Get<Mle>().mLeaderData.SetStableDataVersion(Get<NetworkData::Leader>().GetVersion(NetworkData::kSt… in AppendLeaderDataTlv()
|
D | mle_router.cpp | 1007 Get<NetworkData::Leader>().GetVersion(NetworkData::kFullSet))) in HandleLinkAcceptVariant() 2352 … (child->GetVersion() <= kThreadVersion1p3) ? kChildSupervisionDefaultIntervalForOlderVersion : 0; in HandleChildUpdateRequestOnParent() 2684 …if (child.GetNetworkDataVersion() == Get<NetworkData::Leader>().GetVersion(child.GetNetworkDataTyp… in SynchronizeChildNetworkData() 2777 info.mVersion = discoveryRequestTlv.GetVersion(); in HandleDiscoveryRequest() 3471 if (mParent.GetVersion() < kThreadVersion1p3) in HandleAddressSolicitResponse()
|
D | link_metrics.cpp | 394 VerifyOrExit(aNeighbor->GetVersion() >= kThreadVersion1p2, error = kErrorNotCapable); in FindNeighbor()
|
/openthread-latest/src/core/common/ |
D | settings.hpp | 290 uint16_t GetVersion(void) const { return LittleEndian::HostSwap16(mVersion); } in GetVersion() function in ot::SettingsBase::NetworkInfo 354 uint16_t GetVersion(void) const { return LittleEndian::HostSwap16(mVersion); } in GetVersion() function in ot::SettingsBase::ParentInfo 452 uint16_t GetVersion(void) const { return LittleEndian::HostSwap16(mVersion); } in GetVersion() function in ot::SettingsBase::ChildInfo
|
D | settings.cpp | 53 … Mle::RoleToString(static_cast<Mle::DeviceRole>(GetRole())), GetDeviceMode(), GetVersion(), in Log() 63 GetVersion()); in Log() 70 …tRloc16(), GetExtAddress().ToString().AsCString(), ToUlong(GetTimeout()), GetMode(), GetVersion()); in Log()
|
/openthread-latest/tests/unit/ |
D | test_mac_frame.cpp | 371 VerifyOrQuit(frame.GetVersion() == testCase.mVersion); in TestMacHeader() 608 VerifyOrQuit(frame.GetVersion() == Mac::Frame::kVersion2006); in TestMacFrameApi() 639 VerifyOrQuit(frame.GetVersion() == Mac::Frame::kVersion2006); in TestMacFrameApi() 713 VerifyOrQuit(ackFrame.GetVersion() == Mac::Frame::kVersion2006); in TestMacFrameAckGeneration() 772 VerifyOrQuit(ackFrame.GetVersion() == Mac::Frame::kVersion2015); in TestMacFrameAckGeneration()
|
/openthread-latest/src/lib/spinel/ |
D | spinel_driver.hpp | 150 const char *GetVersion(void) const { return mVersion; } in GetVersion() function in ot::Spinel::SpinelDriver
|
D | radio_spinel.hpp | 861 const char *GetVersion(void) const { return mSpinelDriver->GetVersion(); } in GetVersion() function in ot::Spinel::RadioSpinel
|
/openthread-latest/src/core/meshcop/ |
D | meshcop_tlvs.hpp | 984 uint8_t GetVersion(void) const { return mFlags >> kVersionOffset; } in GetVersion() function in ot::MeshCoP::DiscoveryRequestTlv 1062 uint8_t GetVersion(void) const { return mFlags >> kVersionOffset; } in GetVersion() function in ot::MeshCoP::DiscoveryResponseTlv
|
/openthread-latest/src/core/utils/ |
D | mesh_diag.cpp | 595 mVersion = aChildTlv.GetVersion(); in SetFrom() 619 mVersion = aTlv.GetVersion(); in SetFrom()
|
/openthread-latest/src/core/coap/ |
D | coap_message.hpp | 234 uint8_t GetVersion(void) const in GetVersion() function in ot::Coap::Message
|
/openthread-latest/src/core/mac/ |
D | mac_frame.hpp | 234 uint16_t GetVersion(void) const { return GetFrameControlField() & kFcfFrameVersionMask; } in GetVersion() function in ot::Mac::Frame
|