/openthread-latest/src/core/thread/ |
D | network_data_tlvs.hpp | 131 void Init(void) in Init() function in ot::NetworkData::NetworkDataTlv 382 void Init(void) in Init() function in ot::NetworkData::HasRouteEntry 494 void Init(void) in Init() function in ot::NetworkData::HasRouteTlv 496 NetworkDataTlv::Init(); in Init() 588 void Init(uint8_t aDomainId, uint8_t aPrefixLength, const uint8_t *aPrefix) in Init() function in ot::NetworkData::PrefixTlv 590 NetworkDataTlv::Init(); in Init() 604 void Init(uint8_t aDomainId, const Ip6::Prefix aPrefix) in Init() function in ot::NetworkData::PrefixTlv 606 Init(aDomainId, aPrefix.GetLength(), aPrefix.GetBytes()); in Init() 848 void Init(void) in Init() function in ot::NetworkData::BorderRouterEntry 1017 void Init(void) in Init() function in ot::NetworkData::BorderRouterTlv [all …]
|
D | router.hpp | 77 void Init(Instance &aInstance) { Neighbor::Init(aInstance); } in Init() function in ot::Router 242 void Init(Instance &aInstance) in Init() function in ot::Parent 244 Neighbor::Init(aInstance); in Init() 246 mCslAccuracy.Init(); in Init()
|
D | network_data_local.cpp | 101 prefixTlv->Init(0, aPrefix); in AddPrefix() 107 brTlv->Init(); in AddPrefix() 109 brTlv->GetEntry(0)->Init(); in AddPrefix() 115 hasRouteTlv->Init(); in AddPrefix() 117 hasRouteTlv->GetEntry(0)->Init(); in AddPrefix() 196 serviceTlv->Init(/* aServiceId */ 0, aEnterpriseNumber, aServiceData); in AddService() 200 serverTlv->Init(Get<Mle::MleRouter>().GetRloc16(), aServerData); in AddService()
|
D | link_metrics_tlvs.hpp | 94 void Init(void) { SetType(SubTlv::kReport); } in Init() function in ot::LinkMetrics::ReportSubTlv 173 void Init(void) in Init() function in ot::LinkMetrics::QueryOptionsSubTlv 201 void Init(void) in Init() function in ot::LinkMetrics::FwdProbingRegSubTlv 265 void Init(void) in Init() function in ot::LinkMetrics::EnhAckConfigSubTlv
|
D | network_diagnostic_tlvs.hpp | 250 void Init(void) in Init() function in ot::NetworkDiagnostic::ConnectivityTlv 252 Mle::ConnectivityTlv::Init(); in Init() 288 void Init(void) in Init() function in ot::NetworkDiagnostic::RouteTlv 290 Mle::RouteTlv::Init(); in Init() 307 void Init(void) in Init() function in ot::NetworkDiagnostic::LeaderDataTlv 309 Mle::LeaderDataTlv::Init(); in Init() 324 void Init(void) in Init() function in ot::NetworkDiagnostic::MacCountersTlv 590 void Init(void) in Init() function in ot::NetworkDiagnostic::ChannelPagesTlv 629 void Init(void) in Init() function in ot::NetworkDiagnostic::TypeListTlv 970 void Init(uint16_t aIndex, bool aIsLast); [all …]
|
/openthread-latest/src/core/common/ |
D | data.hpp | 121 void Init(const void *aBuffer, LengthType aLength) in Init() function in ot::Data 138 Init(aStart, static_cast<LengthType>(aEnd - aStart)); in InitFromRange() 151 Init(&aObject, sizeof(aObject)); in InitFrom() 275 void Init(void *aBuffer, LengthType aLength) { Base::Init(aBuffer, aLength); } in Init() function in ot::MutableData 298 Init(&aObject, sizeof(aObject)); in InitFrom()
|
D | heap_data.cpp | 103 mData.Init(nullptr, 0); in Free() 116 mData.Init(nullptr, 0); in UpdateBuffer() 123 mData.Init(newBuffer, aNewLength); in UpdateBuffer() 132 mData.Init(aData.mData.GetBytes(), aData.GetLength()); in TakeFrom() 133 aData.mData.Init(nullptr, 0); in TakeFrom()
|
D | offset_range.cpp | 43 void OffsetRange::Init(uint16_t aOffset, uint16_t aLength) in Init() function in ot::OffsetRange 53 Init(aStartOffset, Max(aStartOffset, aEndOffset) - aStartOffset); in InitFromRange() 61 void OffsetRange::InitFromMessageFullLength(const Message &aMessage) { Init(0, aMessage.GetLength()… in InitFromMessageFullLength()
|
D | settings.hpp | 144 void Init(void) in Init() function in ot::SettingsBase::NetworkInfo 329 void Init(void) in Init() function in ot::SettingsBase::ParentInfo 385 void Init(void) in Init() function in ot::SettingsBase::ChildInfo 504 void Init(void) { Clear(); } in Init() function in ot::SettingsBase::DadInfo 556 void Init(void) { Clear(); } in Init() function in ot::SettingsBase::BrOnLinkPrefix 626 void Init(void) { Clear(); } in Init() function in ot::SettingsBase::SrpClientInfo 681 void Init(void) { Clear(); } in Init() function in ot::SettingsBase::SrpServerInfo 765 void Init(void); 826 aEntry.Init(); in Read()
|
/openthread-latest/tests/unit/ |
D | test_url.cpp | 42 VerifyOrQuit(!args.Init(url)); in TestSimple() 59 VerifyOrQuit(!args.Init(url)); in TestSimpleNoQueryString() 74 VerifyOrQuit(!args.Init(url)); in TestEmptyValue() 91 VerifyOrQuit(!args.Init(url)); in TestMultipleProtocols() 104 VerifyOrQuit(!args.Init(url)); in TestMultipleProtocolsAndDuplicateParameters() 134 VerifyOrQuit(!args.Init(int8url)); in TestIntValue() 155 VerifyOrQuit(!args.Init(int16url)); in TestIntValue() 174 VerifyOrQuit(!args.Init(int32url)); in TestIntValue() 207 VerifyOrQuit(!args.Init(uint8url)); in TestUintValue() 226 VerifyOrQuit(!args.Init(uint16url)); in TestUintValue() [all …]
|
D | test_aes.cpp | 73 aesCcm.Init(headerLength, payloadLength, tagLength, nonce, sizeof(nonce)); in TestMacBeaconFrame() 80 aesCcm.Init(headerLength, payloadLength, tagLength, nonce, sizeof(nonce)); in TestMacBeaconFrame() 134 aesCcm.Init(kHeaderLength, kPayloadLength, kTagLength, nonce, sizeof(nonce)); in TestMacCommandFrame() 141 aesCcm.Init(kHeaderLength, kPayloadLength, kTagLength, nonce, sizeof(nonce)); in TestMacCommandFrame() 156 aesCcm.Init(kHeaderLength, kPayloadLength, kTagLength, nonce, sizeof(nonce)); in TestMacCommandFrame() 166 aesCcm.Init(kHeaderLength, kPayloadLength, kTagLength, nonce, sizeof(nonce)); in TestMacCommandFrame() 228 aesCcm.Init(kHeaderLength, msgLength - kHeaderLength, kTagLength, kNonce, sizeof(kNonce)); in TestInPlaceAesCcmProcessing() 239 aesCcm.Init(kHeaderLength, msgLength - kHeaderLength, kTagLength, kNonce, sizeof(kNonce)); in TestInPlaceAesCcmProcessing()
|
D | test_lowpan.cpp | 102 static void Init(void) in Init() function 130 offsetRange.Init(2, 0x20); in Init() 179 frameBuilder.Init(result, 127); in Test() 230 frameData.Init(iphc, iphcLength); in Test() 1774 Init(); in TestLowpanIphc() 1876 meshHeader.Init(kSourceAddr, kDestAddr, 1); in TestLowpanMeshHeader() 1881 frameBuilder.Init(frame, sizeof(frame)); in TestLowpanMeshHeader() 1889 frameData.Init(frame, length); in TestLowpanMeshHeader() 1898 frameData.Init(frame, length - 1); in TestLowpanMeshHeader() 1904 meshHeader.Init(kSourceAddr, kDestAddr, 0x20); in TestLowpanMeshHeader() [all …]
|
/openthread-latest/src/core/net/ |
D | dhcp6.hpp | 193 void Init(void) in Init() function in ot::Dhcp6::Option 249 void Init(void) in Init() function in ot::Dhcp6::ClientIdentifier 316 void Init(void) in Init() function in ot::Dhcp6::ServerIdentifier 389 void Init(void) in Init() function in ot::Dhcp6::IaNa 456 void Init(void) in Init() function in ot::Dhcp6::IaAddress 530 void Init(void) in Init() function in ot::Dhcp6::ElapsedTime 581 void Init(void) in Init() function in ot::Dhcp6::StatusCode 615 void Init(void) in Init() function in ot::Dhcp6::RapidCommit
|
D | dns_types.hpp | 1140 void Init(const uint8_t *aTxtData, uint16_t aTxtDataLength); 1187 …TxtEntry(const char *aKey, const uint8_t *aValue, uint8_t aValueLength) { Init(aKey, aValue, aValu… in TxtEntry() 1196 void Init(const char *aKey, const uint8_t *aValue, uint8_t aValueLength) in Init() function in ot::Dns::TxtEntry 1285 void Init(uint16_t aType, uint16_t aClass = kClassInternet) in Init() function in ot::Dns::ResourceRecord 1536 void Init(void) in Init() function in ot::Dns::ARecord 1538 ResourceRecord::Init(kTypeA); in Init() 1576 void Init(uint16_t aClass = kClassInternet) { ResourceRecord::Init(kTypeCname, aClass); } in Init() function in ot::Dns::CnameRecord 1624 void Init(uint16_t aClass = kClassInternet) { ResourceRecord::Init(kTypePtr, aClass); } in Init() function in ot::Dns::PtrRecord 1734 void Init(uint16_t aClass = kClassInternet) { ResourceRecord::Init(kTypeTxt, aClass); } in Init() function in ot::Dns::TxtRecord 1786 void Init(void) in Init() function in ot::Dns::AaaaRecord [all …]
|
D | mdns.hpp | 978 void Init(Instance &aInstance); 1034 … Error Init(Instance &aInstance, const Host &aHost) { return Init(aInstance, aHost.mHostName); } in Init() function in ot::Dns::Multicast::Core::HostEntry 1035 Error Init(Instance &aInstance, const Key &aKey) { return Init(aInstance, aKey.mName); } in Init() function in ot::Dns::Multicast::Core::HostEntry 1059 Error Init(Instance &aInstance, const char *aName); 1091 Error Init(Instance &aInstance, const Service &aService); 1092 Error Init(Instance &aInstance, const Key &aKey); 1122 Error Init(const char *aLabel); 1133 Error Init(Instance &aInstance, const char *aServiceInstance, const char *aServiceType); 1191 Error Init(Instance &aInstance, const char *aServiceType); 1248 void Init(Type aType, uint16_t aMessageId = 0); [all …]
|
D | dns_dso.hpp | 138 void Init(Type aType, uint16_t aLength) in Init() function in ot::Dns::Dso::Tlv 737 void Init(bool aIsServer); 856 void Init(void) { Tlv::Init(kType, sizeof(*this) - sizeof(Tlv)); } in Init() function in ot::Dns::Dso::KeepAliveTlv 877 void Init(void) { Tlv::Init(kType, sizeof(*this) - sizeof(Tlv)); } in Init() function in ot::Dns::Dso::RetryDelayTlv 894 void Init(uint16_t aPaddingLength) { Tlv::Init(kType, aPaddingLength); } in Init() function in ot::Dns::Dso::EncryptionPaddingTlv
|
/openthread-latest/src/core/coap/ |
D | coap_message.cpp | 41 void Message::Init(void) in Init() function in ot::Coap::Message 56 void Message::Init(Type aType, Code aCode) in Init() function in ot::Coap::Message 58 Init(); in Init() 63 Error Message::Init(Type aType, Code aCode, Uri aUri) in Init() function in ot::Coap::Message 67 Init(aType, aCode); in Init() 77 … return Init(aDestination.IsMulticast() ? kTypeNonConfirmable : kTypeConfirmable, kCodePost, aUri); in InitAsPost() 245 SuccessOrExit(error = iterator.Init(*this, kOptionUriPath)); in ReadUriPathOptions() 315 SuccessOrExit(error = iterator.Init(*this, aBlockType)); in ReadBlockOptionValues() 385 SuccessOrExit(error = iterator.Init(*this)); in ParseHeader() 435 Init(kTypeAck, kCodeChanged); in SetDefaultResponseHeader() [all …]
|
/openthread-latest/src/core/radio/ |
D | trel_packet.hpp | 88 void Init(Type aType) { mControl = aType + kVersion; } in Init() function in ot::Trel::Header 245 void Init(uint8_t *aBuffer, uint16_t aLength) { Base::Init(aBuffer, aLength); } in Init() function in ot::Trel::Packet 259 void Init(Header::Type aType, uint8_t *aPayload, uint16_t aPayloadLength);
|
D | trel_packet.cpp | 110 void Packet::Init(Header::Type aType, uint8_t *aPayload, uint16_t aPayloadLength) in Init() function in ot::Trel::Packet 117 Init(aPayload - headerSize, aPayloadLength + headerSize); in Init() 118 GetHeader().Init(aType); in Init()
|
/openthread-latest/src/core/meshcop/ |
D | meshcop_leader.cpp | 75 data.Init(aMessageInfo.GetPeerAddr().GetIid().GetLocator(), ++mSessionId); in HandleTmf() 229 sessionIdTlv.Init(); in SetEmptyCommissionerData() 243 void Leader::CommissioningData::Init(uint16_t aBorderAgentRloc16, uint16_t aSessionId) in Init() function in ot::MeshCoP::Leader::CommissioningData 245 mBorderAgentLocatorTlv.Init(); in Init() 248 mSessionIdTlv.Init(); in Init() 251 mSteeringDataTlv.Init(); in Init()
|
/openthread-latest/tests/gtest/ |
D | fake_coprocessor_platform.cpp | 79 hdlcDecoder.Init(*mDecoderBuffer, &DirectSpinelInterface::OnReceived, this); in Receive() 98 mSpinelDriver.Init(mSpinelInterface, false, iids, OT_ARRAY_LENGTH(iids)); in FakeCoprocessorPlatform() 100 mRadioSpinel.Init(true, false, &mSpinelDriver, 0, false); in FakeCoprocessorPlatform()
|
/openthread-latest/src/core/api/ |
D | server_api.cpp | 53 serviceData.Init(&aConfig->mServiceData[0], aConfig->mServiceDataLength); in otServerAddService() 54 … serverData.Init(&aConfig->mServerConfig.mServerData[0], aConfig->mServerConfig.mServerDataLength); in otServerAddService() 67 serviceData.Init(aServiceData, aServiceDataLength); in otServerRemoveService()
|
/openthread-latest/src/core/mac/ |
D | mac_header_ie.cpp | 39 void HeaderIe::Init(uint16_t aId, uint8_t aLen) in Init() function in ot::Mac::HeaderIe 41 Init(); in Init()
|
/openthread-latest/src/posix/platform/ |
D | spinel_manager.cpp | 61 CoprocessorType SpinelManager::Init(const char *aUrl) in Init() function in ot::Posix::SpinelManager 67 mUrl.Init(aUrl); in Init() 81 mode = mSpinelDriver.Init(*mSpinelInterface, swReset, iidList, OT_ARRAY_LENGTH(iidList)); in Init() 198 CoprocessorType platformSpinelManagerInit(const char *aUrl) { return sSpinelManager.Init(aUrl); } in platformSpinelManagerInit()
|
D | radio_url.hpp | 53 explicit RadioUrl(const char *aUrl) { Init(aUrl); }; in RadioUrl() 60 void Init(const char *aUrl);
|