Home
last modified time | relevance | path

Searched refs:Init (Results 1 – 25 of 180) sorted by relevance

12345678

/openthread-3.5.0/src/core/thread/
Drouter.hpp82 void Init(Instance &aInstance) { Neighbor::Init(aInstance); } in Init() function in ot::Router
181 void Init(Instance &aInstance) in Init() function in ot::Parent
183 Neighbor::Init(aInstance); in Init()
185 mCslAccuracy.Init(); in Init()
Dnetwork_data_tlvs.hpp141 void Init(void) in Init() function in ot::NetworkData::NetworkDataTlv
416 void Init(void) in Init() function in ot::NetworkData::HasRouteEntry
540 void Init(void) in Init() function in ot::NetworkData::HasRouteTlv
542 NetworkDataTlv::Init(); in Init()
643 void Init(uint8_t aDomainId, uint8_t aPrefixLength, const uint8_t *aPrefix) in Init() function in ot::NetworkData::PrefixTlv
645 NetworkDataTlv::Init(); in Init()
660 void Init(uint8_t aDomainId, const Ip6::Prefix aPrefix) in Init() function in ot::NetworkData::PrefixTlv
662 Init(aDomainId, aPrefix.GetLength(), aPrefix.GetBytes()); in Init()
927 void Init(void) in Init() function in ot::NetworkData::BorderRouterEntry
1114 void Init(void) in Init() function in ot::NetworkData::BorderRouterTlv
[all …]
Dnetwork_data_local.cpp108 prefixTlv->Init(0, aPrefix); in AddPrefix()
114 brTlv->Init(); in AddPrefix()
116 brTlv->GetEntry(0)->Init(); in AddPrefix()
122 hasRouteTlv->Init(); in AddPrefix()
124 hasRouteTlv->GetEntry(0)->Init(); in AddPrefix()
203 serviceTlv->Init(/* aServiceId */ 0, aEnterpriseNumber, aServiceData); in AddService()
207 serverTlv->Init(Get<Mle::MleRouter>().GetRloc16(), aServerData); in AddService()
Dlink_metrics_tlvs.hpp103 void Init(void) { SetType(SubTlv::kReport); } in Init() function in ot::LinkMetrics::ReportSubTlv
191 void Init(void) in Init() function in ot::LinkMetrics::QueryOptionsSubTlv
222 void Init(void) in Init() function in ot::LinkMetrics::FwdProbingRegSubTlv
293 void Init(void) in Init() function in ot::LinkMetrics::EnhAckConfigSubTlv
Dnetwork_diagnostic_tlvs.hpp263 void Init(void) in Init() function in ot::NetworkDiagnostic::ConnectivityTlv
265 Mle::ConnectivityTlv::Init(); in Init()
304 void Init(void) in Init() function in ot::NetworkDiagnostic::RouteTlv
306 Mle::RouteTlv::Init(); in Init()
325 void Init(void) in Init() function in ot::NetworkDiagnostic::LeaderDataTlv
327 Mle::LeaderDataTlv::Init(); in Init()
344 void Init(void) in Init() function in ot::NetworkDiagnostic::MacCountersTlv
640 void Init(void) in Init() function in ot::NetworkDiagnostic::ChannelPagesTlv
683 void Init(void) in Init() function in ot::NetworkDiagnostic::TypeListTlv
1062 void Init(uint16_t aIndex, bool aIsLast);
[all …]
Dthread_tlvs.hpp212 void Init(void) in Init() function in ot::ThreadRouterMaskTlv
285 void Init(void) in Init() function in ot::ThreadNetworkDataTlv
331 void Init(void) { SetType(kIp6Addresses); } in Init() function in ot::Ip6AddressesTlv
Drouter.cpp75 Init(instance); in Clear()
96 Init(instance); in Clear()
/openthread-3.5.0/src/core/common/
Dheap_data.cpp84 mData.Init(nullptr, 0); in Free()
97 mData.Init(nullptr, 0); in UpdateBuffer()
104 mData.Init(newBuffer, aNewLength); in UpdateBuffer()
113 mData.Init(aData.mData.GetBytes(), aData.GetLength()); in TakeFrom()
114 aData.mData.Init(nullptr, 0); in TakeFrom()
Ddata.hpp127 void Init(const void *aBuffer, LengthType aLength) in Init() function in ot::Data
145 Init(aStart, static_cast<LengthType>(aEnd - aStart)); in InitFromRange()
159 Init(&aObject, sizeof(aObject)); in InitFrom()
294 void Init(void *aBuffer, LengthType aLength) { Base::Init(aBuffer, aLength); } in Init() function in ot::MutableData
319 Init(&aObject, sizeof(aObject)); in InitFrom()
Dsettings.hpp149 void Init(void) in Init() function in ot::SettingsBase::NetworkInfo
356 void Init(void) in Init() function in ot::SettingsBase::ParentInfo
418 void Init(void) in Init() function in ot::SettingsBase::ChildInfo
550 void Init(void) { Clear(); } in Init() function in ot::SettingsBase::DadInfo
607 void Init(void) { Clear(); } in Init() function in ot::SettingsBase::BrOnLinkPrefix
684 void Init(void) { Clear(); } in Init() function in ot::SettingsBase::SrpClientInfo
745 void Init(void) { Clear(); } in Init() function in ot::SettingsBase::SrpServerInfo
787 void Init(void) { mId = {}; } in Init() function in ot::SettingsBase::BorderAgentId
862 void Init(void);
936 aEntry.Init(); in Read()
Dappender.cpp48 mShared.mFrameBuilder.Init(aBuffer, aSize); in Appender()
89 aData.Init(mShared.mFrameBuilder.GetBytes(), mShared.mFrameBuilder.GetLength()); in GetAsData()
Dinstance.cpp242 , mExtension(Extension::ExtensionBase::Init(*this)) in Instance()
292 Instance *Instance::Init(void *aBuffer, size_t *aBufferSize) in Init() function in ot::Instance
318 mRadio.Init(); in ResetRadioStack()
319 mLinkRaw.Init(); in ResetRadioStack()
330 Get<Settings>().Init(); in AfterInit()
/openthread-3.5.0/src/core/meshcop/
Dmeshcop_tlvs.hpp357 void Init(void) in Init() function in ot::MeshCoP::ChannelTlv
422 void Init(void) in Init() function in ot::MeshCoP::PanIdTlv
469 void Init(void) in Init() function in ot::MeshCoP::ExtendedPanIdTlv
516 void Init(void) in Init() function in ot::MeshCoP::NetworkNameTlv
563 void Init(void) in Init() function in ot::MeshCoP::PskcTlv
610 void Init(void) in Init() function in ot::MeshCoP::NetworkKeyTlv
657 void Init(void) in Init() function in ot::MeshCoP::NetworkKeySequenceTlv
704 void Init(void) in Init() function in ot::MeshCoP::MeshLocalPrefixTlv
761 void Init(void) in Init() function in ot::MeshCoP::SteeringDataTlv
818 void Init(void) in Init() function in ot::MeshCoP::BorderAgentLocatorTlv
[all …]
/openthread-3.5.0/src/core/net/
Ddhcp6.hpp208 void Init(void) in Init() function in ot::Dhcp6::Option
270 void Init(void) in Init() function in ot::Dhcp6::ClientIdentifier
341 void Init(void) in Init() function in ot::Dhcp6::ServerIdentifier
419 void Init(void) in Init() function in ot::Dhcp6::IaNa
494 void Init(void) in Init() function in ot::Dhcp6::IaAddress
574 void Init(void) in Init() function in ot::Dhcp6::ElapsedTime
630 void Init(void) in Init() function in ot::Dhcp6::StatusCode
668 void Init(void) in Init() function in ot::Dhcp6::RapidCommit
Ddns_types.hpp1078 void Init(const uint8_t *aTxtData, uint16_t aTxtDataLength);
1128 …TxtEntry(const char *aKey, const uint8_t *aValue, uint8_t aValueLength) { Init(aKey, aValue, aValu… in TxtEntry()
1138 void Init(const char *aKey, const uint8_t *aValue, uint8_t aValueLength) in Init() function in ot::Dns::TxtEntry
1231 void Init(uint16_t aType, uint16_t aClass = kClassInternet) in Init() function in ot::Dns::ResourceRecord
1498 void Init(void) in Init() function in ot::Dns::ARecord
1500 ResourceRecord::Init(kTypeA); in Init()
1542 void Init(uint16_t aClass = kClassInternet) { ResourceRecord::Init(kTypeCname, aClass); } in Init() function in ot::Dns::CnameRecord
1593 void Init(uint16_t aClass = kClassInternet) { ResourceRecord::Init(kTypePtr, aClass); } in Init() function in ot::Dns::PtrRecord
1678 void Init(uint16_t aClass = kClassInternet) { ResourceRecord::Init(kTypeTxt, aClass); } in Init() function in ot::Dns::TxtRecord
1734 void Init(void) in Init() function in ot::Dns::AaaaRecord
[all …]
Ddns_dso.hpp150 void Init(Type aType, uint16_t aLength) in Init() function in ot::Dns::Dso::Tlv
785 void Init(bool aIsServer);
910 void Init(void) { Tlv::Init(kType, sizeof(*this) - sizeof(Tlv)); } in Init() function in ot::Dns::Dso::KeepAliveTlv
931 void Init(void) { Tlv::Init(kType, sizeof(*this) - sizeof(Tlv)); } in Init() function in ot::Dns::Dso::RetryDelayTlv
948 void Init(uint16_t aPaddingLength) { Tlv::Init(kType, aPaddingLength); } in Init() function in ot::Dns::Dso::EncryptionPaddingTlv
Dnd6.cpp84 void PrefixInfoOption::Init(void) in Init() function in ot::Ip6::Nd::PrefixInfoOption
110 void RouteInfoOption::Init(void) in Init() function in ot::Ip6::Nd::RouteInfoOption
232 pio->Init(); in AppendPrefixInfoOption()
253 rio->Init(); in AppendRouteInfoOption()
/openthread-3.5.0/tests/unit/
Dtest_aes.cpp71 aesCcm.Init(headerLength, payloadLength, tagLength, nonce, sizeof(nonce)); in TestMacBeaconFrame()
78 aesCcm.Init(headerLength, payloadLength, tagLength, nonce, sizeof(nonce)); in TestMacBeaconFrame()
132 aesCcm.Init(kHeaderLength, kPayloadLength, kTagLength, nonce, sizeof(nonce)); in TestMacCommandFrame()
139 aesCcm.Init(kHeaderLength, kPayloadLength, kTagLength, nonce, sizeof(nonce)); in TestMacCommandFrame()
154 aesCcm.Init(kHeaderLength, kPayloadLength, kTagLength, nonce, sizeof(nonce)); in TestMacCommandFrame()
164 aesCcm.Init(kHeaderLength, kPayloadLength, kTagLength, nonce, sizeof(nonce)); in TestMacCommandFrame()
227 aesCcm.Init(kHeaderLength, msgLength - kHeaderLength, kTagLength, kNonce, sizeof(kNonce)); in TestInPlaceAesCcmProcessing()
238 aesCcm.Init(kHeaderLength, msgLength - kHeaderLength, kTagLength, kNonce, sizeof(kNonce)); in TestInPlaceAesCcmProcessing()
Dtest_lowpan.cpp105 static void Init(void) in Init() function
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()
1909 frameBuilder.Init(frame, sizeof(frame)); in TestLowpanMeshHeader()
[all …]
/openthread-3.5.0/src/lib/url/
Durl.cpp40 otError Url::Init(char *aUrl) in Init() function in ot::Url::Url
131 assert(!args.Init(url)); in TestSimple()
148 assert(!args.Init(url)); in TestSimpleNoQueryString()
163 assert(!args.Init(url)); in TestEmptyValue()
180 assert(!args.Init(url)); in TestMultipleProtocols()
193 assert(!args.Init(url)); in TestMultipleProtocolsAndDuplicateParameters()
/openthread-3.5.0/src/core/radio/
Dtrel_packet.cpp113 void Packet::Init(Header::Type aType, uint8_t *aPayload, uint16_t aPayloadLength) in Init() function in ot::Trel::Packet
120 Init(aPayload - headerSize, aPayloadLength + headerSize); in Init()
121 GetHeader().Init(aType); in Init()
Dtrel_packet.hpp93 void Init(Type aType) { mControl = aType + kVersion; } in Init() function in ot::Trel::Header
269 void Init(uint8_t *aBuffer, uint16_t aLength) { Base::Init(aBuffer, aLength); } in Init() function in ot::Trel::Packet
284 void Init(Header::Type aType, uint8_t *aPayload, uint16_t aPayloadLength);
Dtrel_interface.cpp66 void Interface::Init(void) in Init() function in ot::Trel::Interface
158 …txtEntries[0].Init(kTxtRecordExtAddressKey, Get<Mac::Mac>().GetExtAddress().m8, sizeof(Mac::ExtAdd… in RegisterService()
159 txtEntries[1].Init(kTxtRecordExtPanIdKey, Get<MeshCoP::ExtendedPanIdManager>().GetExtPanId().m8, in RegisterService()
162 txtData.Init(txtDataBuffer, sizeof(txtDataBuffer)); in RegisterService()
261 iterator.Init(aInfo.GetTxtData(), aInfo.GetTxtLength()); in ParsePeerInfoTxtData()
412 mRxPacket.Init(aBuffer, aLength); in HandleReceived()
/openthread-3.5.0/src/core/api/
Dserver_api.cpp56 serviceData.Init(&aConfig->mServiceData[0], aConfig->mServiceDataLength); in otServerAddService()
57 … serverData.Init(&aConfig->mServerConfig.mServerData[0], aConfig->mServerConfig.mServerDataLength); in otServerAddService()
70 serviceData.Init(aServiceData, aServiceDataLength); in otServerRemoveService()
/openthread-3.5.0/src/core/coap/
Dcoap_message.cpp48 void Message::Init(void) in Init() function in ot::Coap::Message
63 void Message::Init(Type aType, Code aCode) in Init() function in ot::Coap::Message
65 Init(); in Init()
70 Error Message::Init(Type aType, Code aCode, Uri aUri) in Init() function in ot::Coap::Message
74 Init(aType, aCode); in Init()
84 … return Init(aDestination.IsMulticast() ? kTypeNonConfirmable : kTypeConfirmable, kCodePost, aUri); in InitAsPost()
226 SuccessOrExit(error = iterator.Init(*this, kOptionUriPath)); in ReadUriPathOptions()
278 SuccessOrExit(error = iterator.Init(*this, aBlockType)); in ReadBlockOptionValues()
344 SuccessOrExit(error = iterator.Init(*this)); in ParseHeader()
394 Init(kTypeAck, kCodeChanged); in SetDefaultResponseHeader()
[all …]

12345678