Fuzz introspector
For issues and ideas: https://github.com/ossf/fuzz-introspector/issues
Report generation date: 2025-11-12

Project overview: openthread

High level conclusions

Reachability and coverage overview

Functions statically reachable by fuzzers
0.0%
0 / 12940
Cyclomatic complexity statically reachable by fuzzers
0.0%
0 / 16779
Runtime code coverage of functions
3.0%
396 / 12940

Warning: The number of runtime covered functions are larger than the number of reachable functions. This means that Fuzz Introspector found there are more functions covered at runtime than what is considered reachable based on the static analysis. This is a limitation in the analysis as anything covered at runtime is by definition reachable by the fuzzers.
This is likely due to a limitation in the static analysis. In this case, the count of functions covered at runtime is the true value, which means this is what should be considered "achieved" by the fuzzer.

Use the project functions table below to query all functions that were not covered at runtime.

Project functions overview

The following table shows data about each function in the project. The functions included in this table correspond to all functions that exist in the executables of the fuzzers. As such, there may be functions that are from third-party libraries.

For further technical details on the meaning of columns in the below table, please see the Glossary .

Func name Functions filename Args Function call depth Reached by Fuzzers Runtime reached by Fuzzers Combined reached by Fuzzers Fuzzers runtime hit Func lines hit % I Count BB Count Cyclomatic complexity Functions reached Reached by functions Accumulated cyclomatic complexity Undiscovered complexity

Fuzzer details

Fuzzer: tests/fuzz/fuzz_radio-one-node.cpp

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 0 0.0%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 1 100.%
All colors 1 100

Runtime coverage analysis

Covered functions
8630
Functions that are reachable but not covered
0
Reachable functions
0
Percentage of reachable functions covered
0.0%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Warning: The number of covered functions are larger than the number of reachable functions. This means that there are more functions covered at runtime than are extracted using static analysis. This is likely a result of the static analysis component failing to extract the right call graph or the coverage runtime being compiled with sanitizers in code that the static analysis has not analysed. This can happen if lto/gold is not used in all places that coverage instrumentation is used.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
tests/fuzz/fuzz_radio-one-node.cpp 1

Fuzzer: tests/fuzz/fuzz_trel.cpp

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 0 0.0%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 1 100.%
All colors 1 100

Runtime coverage analysis

Covered functions
8630
Functions that are reachable but not covered
0
Reachable functions
0
Percentage of reachable functions covered
0.0%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Warning: The number of covered functions are larger than the number of reachable functions. This means that there are more functions covered at runtime than are extracted using static analysis. This is likely a result of the static analysis component failing to extract the right call graph or the coverage runtime being compiled with sanitizers in code that the static analysis has not analysed. This can happen if lto/gold is not used in all places that coverage instrumentation is used.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
tests/fuzz/fuzz_trel.cpp 1

Fuzzer: tests/fuzz/fuzz_ip6.cpp

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 0 0.0%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 1 100.%
All colors 1 100

Runtime coverage analysis

Covered functions
8630
Functions that are reachable but not covered
0
Reachable functions
0
Percentage of reachable functions covered
0.0%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Warning: The number of covered functions are larger than the number of reachable functions. This means that there are more functions covered at runtime than are extracted using static analysis. This is likely a result of the static analysis component failing to extract the right call graph or the coverage runtime being compiled with sanitizers in code that the static analysis has not analysed. This can happen if lto/gold is not used in all places that coverage instrumentation is used.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
tests/fuzz/fuzz_ip6.cpp 1

Fuzzer: tests/fuzz/fuzz_mdns.cpp

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 0 0.0%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 1 100.%
All colors 1 100

Runtime coverage analysis

Covered functions
8630
Functions that are reachable but not covered
0
Reachable functions
0
Percentage of reachable functions covered
0.0%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Warning: The number of covered functions are larger than the number of reachable functions. This means that there are more functions covered at runtime than are extracted using static analysis. This is likely a result of the static analysis component failing to extract the right call graph or the coverage runtime being compiled with sanitizers in code that the static analysis has not analysed. This can happen if lto/gold is not used in all places that coverage instrumentation is used.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
tests/fuzz/fuzz_mdns.cpp 1

Fuzzer: tests/fuzz/fuzz_cli.cpp

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 0 0.0%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 1 100.%
All colors 1 100

Runtime coverage analysis

Covered functions
8630
Functions that are reachable but not covered
0
Reachable functions
0
Percentage of reachable functions covered
0.0%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Warning: The number of covered functions are larger than the number of reachable functions. This means that there are more functions covered at runtime than are extracted using static analysis. This is likely a result of the static analysis component failing to extract the right call graph or the coverage runtime being compiled with sanitizers in code that the static analysis has not analysed. This can happen if lto/gold is not used in all places that coverage instrumentation is used.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
tests/fuzz/fuzz_cli.cpp 1

Fuzzer: tests/fuzz/fuzz_icmp6.cpp

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 0 0.0%
gold [1:9] 0 0.0%
yellow [10:29] 0 0.0%
greenyellow [30:49] 0 0.0%
lawngreen 50+ 1 100.%
All colors 1 100

Runtime coverage analysis

Covered functions
8630
Functions that are reachable but not covered
0
Reachable functions
0
Percentage of reachable functions covered
0.0%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Warning: The number of covered functions are larger than the number of reachable functions. This means that there are more functions covered at runtime than are extracted using static analysis. This is likely a result of the static analysis component failing to extract the right call graph or the coverage runtime being compiled with sanitizers in code that the static analysis has not analysed. This can happen if lto/gold is not used in all places that coverage instrumentation is used.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
tests/fuzz/fuzz_icmp6.cpp 1

Runtime coverage analysis

This section shows analysis of runtime coverage data.

For futher technical details on how this section is generated, please see the Glossary .

Complex functions with low coverage

Func name Function total lines Lines covered at runtime percentage covered Reached by fuzzers
ot::BackboneRouter::Leader::UpdateDomainPrefixConfig() 40 14 35.0%
ot::BackboneRouter::Local::HandleBackboneRouterPrimaryUpdate(ot::BackboneRouter::Leader::State,otBackboneRouterConfigconst&) 33 5 15.15%
ot::BackboneRouter::Manager::HandleNotifierEvents(ot::Events) 31 4 12.90%
ot::BorderRouter::RoutingManager::OmrPrefixManager::UpdateLocalPrefix() 42 18 42.85%
ot::BorderRouter::RoutingManager::OnLinkPrefixManager::Init() 35 8 22.85%
ot::BorderRouter::RxRaTracker::RemoveOrDeprecateOldEntries(ot::Time) 40 5 12.5%
ot::BorderRouter::RxRaTracker::Evaluate() 115 30 26.08%
ot::Coap::CoapBase::ProcessReceivedResponse(ot::Coap::Message&,ot::Ip6::MessageInfoconst&) 61 28 45.90%
ot::Settings::Log(ot::SettingsBase::Action,otError,ot::SettingsBase::Key,voidconst*) 88 41 46.59%
ot::TrickleTimer::SetIntervalMax(unsignedint) 33 7 21.21%
ot::Crypto::MbedTls::MapError(int) 95 10 10.52%
ot::DataPollHandler::HandleDataPoll(ot::Mac::RxFrame&) 37 11 29.72%
ot::Mac::Mac::HandleTransmitDone(ot::Mac::TxFrame&,ot::Mac::RxFrame*,otError) 137 64 46.71%
ot::Mac::Mac::ProcessReceiveSecurity(ot::Mac::RxFrame&,ot::Mac::Addressconst&,ot::Neighbor*) 99 39 39.39%
voidot::MeshCoP::Commissioner::HandleTmf<(ot::Uri)29>(ot::Coap::Message&,ot::Ip6::MessageInfoconst&) 49 11 22.44%
ot::MeshCoP::DatasetUpdater::HandleDatasetChanged(ot::MeshCoP::Dataset::Type) 34 9 26.47%
voidot::MeshCoP::Leader::HandleTmf<(ot::Uri)23>(ot::Coap::Message&,ot::Ip6::MessageInfoconst&) 34 18 52.94%
ot::MeshCoP::SecureSession::Process() 75 37 49.33%
ot::Dns::Client::ProcessResponse(ot::Messageconst&) 33 6 18.18%
ot::Dns::Client::ParseResponse(ot::Messageconst&,ot::Message*&,otError&) 49 16 32.65%
ot::Dns::ServiceDiscovery::Server::ProcessQuery(ot::Dns::ServiceDiscovery::Server::Request&) 39 17 43.58%
ot::Ip6::Ip6::PassToHost(ot::OwnedPtr &,ot::Ip6::Headerconst&,unsignedchar,bool,ot::Ip6::Ip6::MessageOwnership) 67 7 10.44%
ot::Dns::Multicast::Core::SetEnabled(bool,unsignedint,ot::Dns::Multicast::Core::Requester) 37 16 43.24%
ot::Dns::Multicast::Core::HostEntry::Register(ot::Dns::Multicast::Core::LocalHostconst&,ot::Dns::Multicast::Core::Callbackconst&) 34 15 44.11%
ot::Dns::Multicast::Core::ServiceEntry::DiscoverOffsetsAndHost(ot::Dns::Multicast::Core::HostEntry*&) 43 21 48.83%
ot::Dns::Multicast::Core::CacheEntry::PrepareQuery(ot::Dns::Multicast::Core::CacheContext&) 52 27 51.92%
ot::Srp::Client::ShouldUpdateHostAutoAddresses()const 32 7 21.87%
ot::Srp::Client::ProcessAutoStart() 74 9 12.16%
ot::Srp::Server::ProcessDnsUpdate(ot::Message&,ot::Srp::Server::MessageMetadata&) 37 17 45.94%
ot::Trel::Interface::Send(ot::Trel::Packet&,bool) 45 18 40.0%
ot::AddressResolver::NewCacheEntry(bool) 34 8 23.52%
voidot::AddressResolver::HandleTmf<(ot::Uri)1>(ot::Coap::Message&,ot::Ip6::MessageInfoconst&) 50 13 26.0%
voidot::AddressResolver::HandleTmf<(ot::Uri)0>(ot::Coap::Message&,ot::Ip6::MessageInfoconst&) 54 27 50.0%
voidot::AddressResolver::HandleTmf<(ot::Uri)2>(ot::Coap::Message&,ot::Ip6::MessageInfoconst&) 38 15 39.47%
ot::Mle::DiscoverScanner::HandleDiscoveryResponse(ot::Mle::Mle::RxInfo&)const 68 12 17.64%
ot::DuaManager::ProcessDuaResponse(ot::Coap::Message&) 63 14 22.22%
ot::LinkQualityInfo::CalculateLinkQuality(unsignedchar,unsignedchar) 34 17 50.0%
ot::MeshForwarder::HandleFrameRequest(ot::Mac::TxFrames&) 52 26 50.0%
ot::MeshForwarder::HandleResolved(ot::Ip6::Addressconst&,otError) 44 23 52.27%
ot::MeshForwarder::UpdateMeshRoute(ot::Message&) 33 18 54.54%
ot::MeshForwarder::UpdateIp6RouteFtd(ot::Ip6::Headerconst&,ot::Message&) 59 25 42.37%
ot::Mle::Mle::Restore() 62 8 12.90%
ot::Mle::Mle::ProcessKeySequence(ot::Mle::Mle::RxInfo&) 31 14 45.16%
ot::Mle::Mle::HandleAdvertisement(ot::Mle::Mle::RxInfo&) 46 16 34.78%
ot::Mle::Mle::DelayedSender::Execute(ot::Messageconst&) 56 25 44.64%
ot::Mle::Mle::Attacher::HasAcceptableParentCandidate()const 38 6 15.78%
ot::Mle::Mle::Attacher::HandleParentResponse(ot::Mle::Mle::RxInfo&) 102 21 20.58%
ot::Mle::Mle::Attacher::HandleChildIdResponse(ot::Mle::Mle::RxInfo&) 64 12 18.75%
ot::Mle::Mle::HandleLinkAcceptVariant(ot::Mle::Mle::RxInfo&,ot::Mle::Mle::MessageType) 155 30 19.35%
ot::Mle::Mle::HandleAdvertisementOnFtd(ot::Mle::Mle::RxInfo&,unsignedshort,ot::Mle::LeaderDataconst&) 118 39 33.05%
ot::Mle::Mle::HandleTimeTick() 157 58 36.94%
ot::Mle::Mle::HandleChildIdRequest(ot::Mle::Mle::RxInfo&) 121 22 18.18%
ot::Mle::Mle::HandleChildUpdateRequestOnParent(ot::Mle::Mle::RxInfo&) 130 41 31.53%
ot::Mle::Mle::HandleChildUpdateResponseOnParent(ot::Mle::Mle::RxInfo&) 124 18 14.51%
ot::Mle::Mle::HandleDataRequest(ot::Mle::Mle::RxInfo&) 41 9 21.95%
ot::Mle::Mle::RemoveNeighbor(ot::Neighbor&) 38 11 28.94%
ot::NetworkData::Publisher::Entry::UpdateState(unsignedchar,unsignedchar,unsignedchar) 43 22 51.16%
ot::NetworkDiagnostic::Server::AppendChildTable(ot::Message&) 38 16 42.10%
ot::RouterTable::GetNextHopAndPathCost(unsignedshort,unsignedshort&,unsignedchar&)const 63 33 52.38%
ot::Nexus::Core::ProcessRadio(ot::Nexus::Node&) 69 28 40.57%
mbedtls_ctr_drbg_reseed_internal 39 19 48.71%
mbedtls_md_hmac_starts 37 19 51.35%
mbedtls_ssl_fetch_input 128 46 35.93%
mbedtls_ssl_setup 45 16 35.55%
mbedtls_ssl_handshake_step 46 24 52.17%
mbedtls_ssl_handshake_server_step 63 13 20.63%
ssl_parse_client_hello 427 125 29.27%
otErrorot::Cli::Interpreter::Process<24833ul>(ot::Utils::CmdLineParser::Arg*) 123 50 40.65%
otErrorot::Cli::Interpreter::Process<16072590620429380473ul>(ot::Utils::CmdLineParser::Arg*) 55 11 20.0%
otErrorot::Cli::Interpreter::Process<29803101196888419ul>(ot::Utils::CmdLineParser::Arg*) 132 18 13.63%
otErrorot::Cli::Interpreter::Process<424622705244ul>(ot::Utils::CmdLineParser::Arg*) 77 36 46.75%
otErrorot::Cli::Interpreter::Process<31451632477041015ul>(ot::Utils::CmdLineParser::Arg*) 43 21 48.83%
otErrorot::Cli::Interpreter::Process<7440499ul>(ot::Utils::CmdLineParser::Arg*) 32 6 18.75%
otErrorot::Cli::Interpreter::Process<8023188516701246990ul>(ot::Utils::CmdLineParser::Arg*) 106 44 41.50%
otErrorot::Cli::Interpreter::Process<129830133337582ul>(ot::Utils::CmdLineParser::Arg*) 53 26 49.05%
otErrorot::Cli::Interpreter::Process<807264858141456911ul>(ot::Utils::CmdLineParser::Arg*) 37 11 29.72%
otErrorot::Cli::Interpreter::Process<6462319ul>(ot::Utils::CmdLineParser::Arg*) 49 15 30.61%
otErrorot::Cli::Interpreter::Process<5255620471931187573ul>(ot::Utils::CmdLineParser::Arg*) 45 22 48.88%
otErrorot::Cli::Bbr::Process<1930553599ul>(ot::Utils::CmdLineParser::Arg*) 33 15 45.45%
otErrorot::Cli::Coap::Process<16542423019117308726ul>(ot::Utils::CmdLineParser::Arg*) 49 12 24.48%
otErrorot::Cli::Commissioner::Process<123344129789161ul>(ot::Utils::CmdLineParser::Arg*) 89 30 33.70%
otErrorot::Cli::Commissioner::Process<32002607674527349ul>(ot::Utils::CmdLineParser::Arg*) 40 21 52.5%
otErrorot::Cli::Commissioner::Process<32002658413534849ul>(ot::Utils::CmdLineParser::Arg*) 53 21 39.62%
ot::Cli::Dns::HandleDnsRecordResponse(otError,otDnsRecordResponseconst*) 38 12 31.57%
ot::Cli::History::ProcessRxTxHistory(ot::Cli::History::RxTx,ot::Utils::CmdLineParser::Arg*) 77 40 51.94%
otErrorot::Cli::MacFilter::Process<7507314ul>(ot::Utils::CmdLineParser::Arg*) 60 19 31.66%
otErrorot::Cli::Mdns::Process<3968823379658702340ul>(ot::Utils::CmdLineParser::Arg*) 38 18 47.36%
ot::Cli::MeshDiag::HandleMeshDiagDiscoverDone(otError,otMeshDiagRouterInfo*) 91 36 39.56%
otErrorot::Cli::NetworkData::Process<28718406889709647ul>(ot::Utils::CmdLineParser::Arg*) 77 14 18.18%
otErrorot::Cli::SrpClient::Process<1930945784ul>(ot::Utils::CmdLineParser::Arg*) 103 9 8.737%
otErrorot::Cli::SrpClient::Process<27876329803337845ul>(ot::Utils::CmdLineParser::Arg*) 48 10 20.83%
otErrorot::Cli::SrpServer::Process<7108745473017172972ul>(ot::Utils::CmdLineParser::Arg*) 32 14 43.75%
otErrorot::Cli::SrpServer::Process<1930945784ul>(ot::Utils::CmdLineParser::Arg*) 32 9 28.12%
otErrorot::Cli::SrpServer::Process<27876329803337845ul>(ot::Utils::CmdLineParser::Arg*) 54 8 14.81%
otErrorot::Cli::TcpExample::Process<32000442710786154ul>(ot::Utils::CmdLineParser::Arg*) 39 8 20.51%
otErrorot::Cli::TcpExample::Process<1665316120ul>(ot::Utils::CmdLineParser::Arg*) 41 9 21.95%
otErrorot::Cli::TcpExample::Process<2515025739107709789ul>(ot::Utils::CmdLineParser::Arg*) 67 11 16.41%
otErrorot::Cli::UdpExample::Process<1665316120ul>(ot::Utils::CmdLineParser::Arg*) 50 9 18.0%
ot::Cli::Utils::ParseRoute(ot::Utils::CmdLineParser::Arg*,otExternalRouteConfig&) 38 6 15.78%
ot::BorderRouter::RxRaTracker::Iterator::AdvanceToNextPrefixEntry() 33 5 15.15%
ot::MeshCoP::DatasetManager::SendGetRequest(ot::MeshCoP::Dataset::Componentsconst&,unsignedcharconst*,unsignedchar,otIp6Addressconst*)const 78 36 46.15%
ot::MeshCoP::Joiner::Start(charconst*,charconst*,charconst*,charconst*,charconst*,charconst*,void(*)(otError,void*),void*) 48 19 39.58%
ot::AddressResolver::GetNextCacheEntry(ot::AddressResolver::EntryInfo&,ot::AddressResolver::Iterator&)const 63 30 47.61%
ot::DuaManager::PerformNextRegistration() 68 20 29.41%
ot::MlrManager::SendMlr() 57 21 36.84%
ot::BorderRouter::RxRaTracker::ProcessRaHeader(ot::Ip6::Nd::RouterAdvert::Headerconst&,ot::BorderRouter::RxRaTracker::Router&,ot::BorderRouter::RxRaTracker::RouterAdvOrigin) 47 21 44.68%

Files and Directories in report

This section shows which files and directories are considered in this report. The main reason for showing this is fuzz introspector may include more code in the reasoning than is desired. This section helps identify if too many files/directories are included, e.g. third party code, which may be irrelevant for the threat model. In the event too much is included, fuzz introspector supports a configuration file that can exclude data from the report. See the following link for more information on how to create a config file: link

Files in report

Source file Reached by Covered by
/src/openthread/src/core/net/mdns.hpp [] []
/src/openthread/examples/platforms/simulation/trel.c [] []
/src/openthread/tests/unit/test_srp_adv_proxy.cpp [] []
/src/openthread/tests/nexus/platform/nexus_radio.cpp [] []
/src/openthread/src/core/mac/channel_mask.hpp [] []
/src/openthread/tests/unit/test_child.cpp [] []
/src/openthread/src/posix/platform/settings_file.hpp [] []
/src/openthread/tests/gtest/radio_spinel_rcp_test.cpp [] []
/src/openthread/tests/unit/test_ncp_dnssd.cpp [] []
/src/openthread/src/core/common/offset_range.hpp [] []
/src/openthread/src/core/border_router/routing_manager.hpp [] []
/src/openthread/src/core/meshcop/secure_transport.cpp [] []
/src/openthread/third_party/tcplp/bsdtcp/ip.h [] []
/src/openthread/src/core/net/ip4_types.hpp [] []
/src/openthread/third_party/jlink/SEGGER_RTT_V640/Syscalls/SEGGER_RTT_Syscalls_SES.c [] []
/src/openthread/src/ncp/example_vendor_hook.cpp [] []
/src/openthread/src/core/api/thread_ftd_api.cpp [] []
/src/openthread/src/posix/platform/tmp_storage.hpp [] []
/src/openthread/src/posix/platform/spi_interface.hpp [] []
/src/openthread/src/core/api/tcp_ext_api.cpp [] []
/src/openthread/tests/unit/test_heap.cpp [] []
/src/openthread/src/core/api/dataset_updater_api.cpp [] []
/src/openthread/src/lib/url/url.hpp [] []
/src/openthread/src/posix/platform/mdns_socket.cpp [] []
/src/openthread/tests/unit/test_hkdf_sha256.cpp [] []
/src/openthread/src/core/net/ip6_filter.hpp [] []
/src/openthread/src/core/border_router/dhcp6_pd_client.cpp [] []
/src/openthread/tests/nexus/test_full_network_reset.cpp [] []
/src/openthread/src/core/thread/network_data_tlvs.hpp [] []
/src/openthread/src/core/thread/network_data_notifier.hpp [] []
/src/openthread/src/posix/platform/netif.cpp [] []
/src/openthread/src/core/common/heap_array.hpp [] []
/src/openthread/src/core/border_router/br_tracker.cpp [] []
/src/openthread/src/posix/platform/multicast_routing.cpp [] []
/src/openthread/src/core/net/dhcp6_types.cpp [] []
/src/openthread/third_party/jlink/SEGGER_RTT_V640/RTT/SEGGER_RTT_printf.c [] []
/src/openthread/tests/unit/test_hdlc.cpp [] []
/src/openthread/src/core/api/backbone_router_api.cpp [] []
/src/openthread/src/core/common/bit_utils.cpp [] []
/src/openthread/src/core/thread/peer_table.hpp [] []
/src/openthread/src/core/common/binary_search.hpp [] []
/src/openthread/tests/nexus/platform/nexus_node.hpp [] []
/src/openthread/src/core/crypto/mbedtls.cpp [] []
/src/openthread/src/core/thread/energy_scan_server.cpp [] []
/src/openthread/tests/fuzz/fuzz_cli.cpp ['tests/fuzz/fuzz_cli.cpp'] []
/src/openthread/src/core/api/channel_manager_api.cpp [] []
/src/openthread/src/core/border_router/br_types.cpp [] []
/src/openthread/src/core/mac/mac_header_ie.hpp [] []
/src/openthread/src/cli/cli_joiner.cpp [] []
/src/openthread/src/core/api/ping_sender_api.cpp [] []
/src/openthread/src/core/thread/announce_begin_server.cpp [] []
/src/openthread/src/core/net/tcp6.cpp [] []
/src/openthread/tests/unit/test_ip4_header.cpp [] []
/src/openthread/examples/platforms/utils/soft_source_match_table.c [] []
/src/openthread/src/core/api/srp_client_buffers_api.cpp [] []
/src/openthread/src/core/thread/thread_link_info.cpp [] []
/src/openthread/src/core/net/nd6.cpp [] []
/src/openthread/src/core/utils/otns.hpp [] []
/src/openthread/src/core/mac/mac_header_ie.cpp [] []
/src/openthread/src/core/api/mdns_api.cpp [] []
/src/openthread/src/core/meshcop/border_agent_txt_data.hpp [] []
/src/openthread/tests/nexus/test_form_join.cpp [] []
/src/openthread/src/core/radio/radio.hpp [] []
/src/openthread/src/posix/platform/trel.cpp [] []
/src/openthread/include/openthread/platform/crypto.h [] []
/src/openthread/src/core/net/dns_types.hpp [] []
/src/openthread/examples/platforms/simulation/dns.c [] []
/src/openthread/src/core/thread/network_data_local.cpp [] []
/src/openthread/src/core/radio/trel_interface.cpp [] []
/src/openthread/src/core/thread/router.hpp [] []
/src/openthread/src/posix/platform/resolver.hpp [] []
/src/openthread/examples/platforms/utils/link_metrics.cpp [] []
/src/openthread/src/core/utils/jam_detector.cpp [] []
/src/openthread/tests/gtest/fake_platform.cpp [] []
/src/openthread/tests/nexus/test_trel.cpp [] []
/src/openthread/examples/platforms/simulation/crypto.c [] []
/src/openthread/examples/platforms/utils/debug_uart.c [] []
/src/openthread/src/core/meshcop/border_agent_txt_data.cpp [] []
/src/openthread/src/core/mac/mac.hpp [] []
/src/openthread/tests/unit/test_pskc.cpp [] []
/src/openthread/tests/fuzz/fuzz_radio-one-node.cpp ['tests/fuzz/fuzz_radio-one-node.cpp'] []
/src/openthread/src/lib/platform/exit_code.c [] []
/src/openthread/src/core/api/link_raw_api.cpp [] []
/src/openthread/src/core/utils/mesh_diag.cpp [] []
/src/openthread/src/core/common/retain_ptr.hpp [] []
/src/openthread/examples/platforms/simulation/simul_utils.c [] []
/src/openthread/src/core/crypto/mbedtls.hpp [] []
/src/openthread/tests/unit/test_spinel_prop_codec.cpp [] []
/src/openthread/src/core/net/ip6_headers.cpp [] []
/src/openthread/include/openthread/platform/toolchain.h [] []
/src/openthread/src/core/thread/key_manager.cpp [] []
/src/openthread/src/posix/platform/dhcp6_pd_socket.hpp [] []
/src/openthread/src/core/meshcop/dataset_manager_ftd.cpp [] []
/src/openthread/src/core/net/dhcp6_types.hpp [] []
/src/openthread/include/openthread/nat64.h [] []
/src/openthread/tests/unit/test_smart_ptrs.cpp [] []
/src/openthread/src/core/thread/announce_sender.hpp [] []
/src/openthread/third_party/jlink/SEGGER_RTT_V640/RTT/SEGGER_RTT.h [] []
/src/openthread/src/core/api/thread_api.cpp [] []
/src/openthread/examples/platforms/simulation/ble.c [] []
/src/openthread/src/core/net/tcp6_ext.cpp [] []
/src/openthread/src/core/api/diags_api.cpp [] []
/src/openthread/src/core/net/tcp6.hpp [] []
/src/openthread/third_party/tcplp/bsdtcp/sys/queue.h [] []
/src/openthread/examples/platforms/utils/mac_frame.cpp [] []
/src/openthread/tests/unit/test_ncp_srp_server.cpp [] []
/src/openthread/tests/unit/test_url.cpp [] []
/src/openthread/src/core/meshcop/timestamp.cpp [] []
/src/openthread/tests/nexus/platform/nexus_settings.hpp [] []
/src/openthread/src/core/mac/mac_filter.cpp [] []
/src/openthread/src/cli/cli_utils.cpp [] []
/src/openthread/tests/unit/test_hmac_sha256.cpp [] []
/src/openthread/src/core/radio/max_power_table.hpp [] []
/src/openthread/tests/unit/test_trickle_timer.cpp [] []
/src/openthread/src/core/common/heap_data.hpp [] []
/src/openthread/src/core/common/heap.cpp [] []
/src/openthread/src/core/backbone_router/bbr_manager.cpp [] []
/src/openthread/src/cli/cli_ping.cpp [] []
/src/openthread/src/core/meshcop/meshcop_leader.hpp [] []
/src/openthread/tests/unit/test_mle.cpp [] []
/src/openthread/src/core/meshcop/border_agent.cpp [] []
/src/openthread/src/core/common/serial_number.hpp [] []
/src/openthread/src/core/utils/srp_client_buffers.cpp [] []
/src/openthread/src/core/common/owning_list.hpp [] []
/src/openthread/src/core/api/heap_api.cpp [] []
/src/openthread/src/core/common/frame_builder.cpp [] []
/src/openthread/src/core/backbone_router/bbr_local.hpp [] []
/src/openthread/src/core/thread/anycast_locator.hpp [] []
/src/openthread/src/lib/spinel/spinel_decoder.cpp [] []
/src/openthread/src/core/radio/trel_peer.hpp [] []
/src/openthread/src/core/border_router/infra_if.cpp [] []
/src/openthread/src/core/net/ip6_address.cpp [] []
/src/openthread/src/cli/cli_link_metrics.cpp [] []
/src/openthread/src/ncp/changed_props_set.cpp [] []
/src/openthread/src/core/thread/mle_types.cpp [] []
/src/openthread/include/openthread/dataset.h [] []
/src/openthread/src/core/net/slaac_address.hpp [] []
/src/openthread/src/core/common/error.cpp [] []
/src/openthread/src/lib/spinel/radio_spinel.cpp [] []
/src/openthread/src/core/common/array.hpp [] []
/src/openthread/src/lib/platform/exit_code.h [] []
/src/openthread/examples/platforms/utils/logging_rtt.c [] []
/src/openthread/tests/nexus/test_large_network.cpp [] []
/src/openthread/src/posix/platform/platform-posix.h [] []
/src/openthread/tests/unit/test_toolchain.cpp [] []
/src/openthread/src/core/radio/radio_callbacks.cpp [] []
/src/openthread/include/openthread/ip6.h [] []
/src/openthread/tests/fuzz/fuzz_trel.cpp ['tests/fuzz/fuzz_trel.cpp'] []
/src/openthread/tests/unit/test_bit_utils.cpp [] []
/src/openthread/include/openthread/platform/radio.h [] []
/src/openthread/src/posix/cli_stdio.cpp [] []
/src/openthread/src/core/thread/neighbor_table.hpp [] []
/src/openthread/tests/unit/test_message_queue.cpp [] []
/src/openthread/third_party/tcplp/lib/test/test_all.c [] []
/src/openthread/src/core/utils/channel_manager.cpp [] []
/src/openthread/src/core/common/uptime.cpp [] []
/src/openthread/src/core/common/tasklet.hpp [] []
/src/openthread/third_party/tcplp/lib/lbuf.h [] []
/src/openthread/src/posix/platform/settings.cpp [] []
/src/openthread/src/core/thread/link_metrics_tlvs.hpp [] []
/src/openthread/src/core/thread/mle_ftd.cpp [] []
/src/openthread/src/core/net/dns_client.hpp [] []
/src/openthread/src/core/utils/power_calibration.cpp [] []
/src/openthread/src/core/common/num_utils.hpp [] []
/src/openthread/src/core/api/channel_monitor_api.cpp [] []
/src/openthread/src/core/common/message.hpp [] []
/src/openthread/src/core/utils/flash.hpp [] []
/src/openthread/src/core/crypto/storage.hpp [] []
/src/openthread/src/core/mac/mac_filter.hpp [] []
/src/openthread/src/core/mac/sub_mac_wed.cpp [] []
/src/openthread/src/posix/platform/dhcp6_pd_socket.cpp [] []
/src/openthread/src/posix/platform/spi_interface.cpp [] []
/src/openthread/src/core/meshcop/panid_query_client.cpp [] []
/src/openthread/src/lib/spinel/logger.cpp [] []
/src/openthread/src/ncp/ncp_base.hpp [] []
/src/openthread/tests/unit/test_timer.cpp [] []
/src/openthread/src/core/meshcop/border_agent_tracker.hpp [] []
/src/openthread/src/include/common/arg_macros.hpp [] []
/src/openthread/src/cli/cli_network_data.cpp [] []
/src/openthread/src/core/crypto/sha256.cpp [] []
/src/openthread/src/core/mac/wakeup_tx_scheduler.hpp [] []
/src/openthread/src/lib/spinel/spinel_helper.cpp [] []
/src/openthread/src/core/common/heap_string.cpp [] []
/src/openthread/examples/platforms/simulation/virtual_time/platform-sim.c [] []
/src/openthread/tests/nexus/platform/nexus_alarm.hpp [] []
/src/openthread/src/core/utils/link_metrics_manager.cpp [] []
/src/openthread/src/core/thread/child_supervision.hpp [] []
/src/openthread/src/core/api/network_time_api.cpp [] []
/src/openthread/src/posix/platform/config_file.hpp [] []
/src/openthread/tests/unit/test_message.cpp [] []
/src/openthread/tests/nexus/platform/nexus_trel.cpp [] []
/src/openthread/src/core/common/settings.cpp [] []
/src/openthread/src/lib/spinel/spinel_driver.hpp [] []
/src/openthread/src/core/border_router/infra_if.hpp [] []
/src/openthread/src/core/api/link_metrics_api.cpp [] []
/src/openthread/src/core/api/border_router_api.cpp [] []
/src/openthread/src/core/thread/link_quality.hpp [] []
/src/openthread/tests/nexus/test_nat64_translator.cpp [] []
/src/openthread/examples/platforms/simulation/misc.c [] []
/src/openthread/tests/unit/test_pool.cpp [] []
/src/openthread/src/core/thread/address_resolver.hpp [] []
/src/openthread/src/core/meshcop/energy_scan_client.cpp [] []
/src/openthread/src/lib/spinel/spi_frame.hpp [] []
/src/openthread/tests/unit/test_child_table.cpp [] []
/src/openthread/src/core/backbone_router/bbr_local.cpp [] []
/src/openthread/src/core/thread/mle.cpp [] []
/src/openthread/src/core/mac/data_poll_handler.cpp [] []
/src/openthread/src/core/common/frame_data.hpp [] []
/src/openthread/tests/unit/test_ncp_cli.cpp [] []
/src/openthread/tests/unit/test_offset_range.cpp [] []
/src/openthread/src/core/meshcop/tcat_agent.hpp [] []
/src/openthread/src/core/common/log.hpp [] []
/src/openthread/src/core/crypto/aes_ecb.cpp [] []
/src/openthread/src/core/common/random.cpp [] []
/src/openthread/src/core/common/tasklet.cpp [] []
/src/openthread/src/core/utils/channel_monitor.cpp [] []
/src/openthread/src/core/meshcop/dataset_manager.hpp [] []
/src/openthread/src/core/thread/radio_selector.hpp [] []
/src/openthread/src/core/thread/network_data_publisher.hpp [] []
/src/openthread/src/core/mac/data_poll_sender.cpp [] []
/src/openthread/third_party/tcplp/bsdtcp/tcp_subr.c [] []
/src/openthread/src/core/crypto/aes_ccm.hpp [] []
/src/openthread/src/core/instance/extension.hpp [] []
/src/openthread/include/openthread/icmp6.h [] []
/src/openthread/src/core/thread/mlr_manager.hpp [] []
/src/openthread/src/core/api/jam_detection_api.cpp [] []
/src/openthread/src/core/thread/router.cpp [] []
/src/openthread/src/cli/cli_extension_example.c [] []
/src/openthread/src/core/mac/data_poll_sender.hpp [] []
/src/openthread/src/core/net/dnssd.cpp [] []
/src/openthread/src/core/mac/sub_mac_csl_receiver.cpp [] []
/src/openthread/src/core/common/ptr_wrapper.hpp [] []
/src/openthread/src/core/common/frame_data.cpp [] []
/src/openthread/src/posix/platform/power.cpp [] []
/src/openthread/tests/unit/test_lowpan.hpp [] []
/src/openthread/tests/unit/test_srp_server.cpp [] []
/src/openthread/src/core/utils/otns.cpp [] []
/src/openthread/src/core/thread/network_data_notifier.cpp [] []
/src/openthread/src/core/api/tasklet_api.cpp [] []
/src/openthread/src/core/meshcop/extended_panid.hpp [] []
/src/openthread/src/core/net/dnssd_server.hpp [] []
/src/openthread/src/core/diags/factory_diags.hpp [] []
/src/openthread/src/posix/platform/mainloop.cpp [] []
/src/openthread/src/core/thread/network_data_leader.cpp [] []
/src/openthread/src/cli/cli_dataset.hpp [] []
/src/openthread/src/posix/platform/ip6_utils.hpp [] []
/src/openthread/src/core/thread/mle_p2p.cpp [] []
/src/openthread/src/posix/platform/infra_if.cpp [] []
/src/openthread/src/core/api/backbone_router_ftd_api.cpp [] []
/src/openthread/src/core/thread/network_diagnostic.cpp [] []
/src/openthread/src/core/radio/trel_interface.hpp [] []
/src/openthread/src/core/meshcop/border_agent.hpp [] []
/src/openthread/src/core/utils/heap.hpp [] []
/src/openthread/src/cli/cli_commissioner.hpp [] []
/src/openthread/tools/spi-hdlc-adapter/spi-hdlc-adapter.c [] []
/src/openthread/src/core/thread/lowpan.hpp [] []
/src/openthread/src/core/mac/channel_mask.cpp [] []
/src/openthread/third_party/jlink/SEGGER_RTT_V640/Syscalls/SEGGER_RTT_Syscalls_IAR.c [] []
/src/openthread/src/core/crypto/hkdf_sha256.cpp [] []
/src/openthread/src/posix/platform/radio_url.hpp [] []
/src/openthread/tests/fuzz/fuzz_ip6.cpp ['tests/fuzz/fuzz_ip6.cpp'] []
/src/openthread/src/core/net/sntp_client.cpp [] []
/src/openthread/src/core/thread/router_table.hpp [] []
/src/openthread/src/core/utils/parse_cmdline.cpp [] []
/src/openthread/src/core/meshcop/dataset_manager.cpp [] []
/src/openthread/third_party/tcplp/bsdtcp/tcp_fastopen.c [] []
/src/openthread/examples/platforms/simulation/radio.c [] []
/src/openthread/src/core/border_router/multi_ail_detector.cpp [] []
/src/openthread/src/core/mac/data_poll_handler.hpp [] []
/src/openthread/src/core/meshcop/secure_transport.hpp [] []
/src/openthread/src/cli/cli_srp_client.cpp [] []
/src/openthread/src/core/thread/panid_query_server.cpp [] []
/src/openthread/src/core/common/uptime.hpp [] []
/src/openthread/src/core/thread/csl_tx_scheduler.hpp [] []
/src/openthread/src/core/common/settings_driver.hpp [] []
/src/openthread/src/cli/cli_srp_server.cpp [] []
/src/openthread/src/core/api/netdata_api.cpp [] []
/src/openthread/src/core/thread/thread_tlvs.hpp [] []
/src/openthread/src/lib/spinel/spinel_buffer.cpp [] []
/src/openthread/tests/nexus/platform/nexus_mdns.cpp [] []
/src/openthread/src/core/thread/link_metrics.hpp [] []
/src/openthread/src/core/utils/static_counter.hpp [] []
/src/openthread/src/core/common/preference.hpp [] []
/src/openthread/src/core/common/time_ticker.cpp [] []
/src/openthread/src/core/api/udp_api.cpp [] []
/src/openthread/src/core/net/ip6_filter.cpp [] []
/src/openthread/src/core/api/message_api.cpp [] []
/src/openthread/src/posix/platform/configuration.hpp [] []
/src/openthread/src/core/net/dnssd.hpp [] []
/src/openthread/src/core/net/dns_client.cpp [] []
/src/openthread/src/core/common/message.cpp [] []
/src/openthread/src/cli/cli.hpp [] []
/src/openthread/tests/unit/test_nat64.cpp [] []
/src/openthread/src/core/net/nd6.hpp [] []
/src/openthread/third_party/jlink/SEGGER_RTT_V640/RTT/SEGGER_RTT.c [] []
/src/openthread/src/include/common/new.hpp [] []
/src/openthread/src/core/thread/link_quality.cpp [] []
/src/openthread/src/core/thread/network_diagnostic.hpp [] []
/src/openthread/src/core/net/nat64_translator.hpp [] []
/src/openthread/src/core/thread/child_table.hpp [] []
/src/openthread/src/core/meshcop/joiner.cpp [] []
/src/openthread/src/core/common/timer.cpp [] []
/src/openthread/src/core/net/socket.hpp [] []
/src/openthread/src/core/mac/link_raw.cpp [] []
/src/openthread/src/core/thread/link_metrics_types.hpp [] []
/src/openthread/src/core/common/frame_builder.hpp [] []
/src/openthread/src/core/api/link_api.cpp [] []
/src/openthread/src/posix/platform/power.hpp [] []
/src/openthread/src/core/thread/dua_manager.hpp [] []
/src/openthread/tests/nexus/test_border_agent.cpp [] []
/src/openthread/src/core/net/dhcp6_server.hpp [] []
/src/openthread/src/core/common/callback.hpp [] []
/src/openthread/src/core/thread/peer.cpp [] []
/src/openthread/src/core/api/netdata_publisher_api.cpp [] []
/src/openthread/src/core/api/random_noncrypto_api.cpp [] []
/src/openthread/src/core/thread/key_manager.hpp [] []
/src/openthread/src/cli/cli_mac_filter.cpp [] []
/src/openthread/tests/unit/test_mdns.cpp [] []
/src/openthread/src/core/thread/csl_tx_scheduler.cpp [] []
/src/openthread/src/core/thread/uri_paths.cpp [] []
/src/openthread/src/core/thread/indirect_sender.hpp [] []
/src/openthread/tests/unit/test_spinel_decoder.cpp [] []
/src/openthread/src/core/radio/ble_secure.hpp [] []
/src/openthread/src/cli/cli_coap.cpp [] []
/src/openthread/third_party/tcplp/bsdtcp/tcp_timer.c [] []
/src/openthread/src/core/net/nd_agent.cpp [] []
/src/openthread/examples/platforms/simulation/virtual_time/alarm-sim.c [] []
/src/openthread/src/core/thread/message_framer.cpp [] []
/src/openthread/src/core/mac/sub_mac.hpp [] []
/src/openthread/tests/nexus/platform/nexus_core.cpp [] []
/src/openthread/src/cli/cli_commissioner.cpp [] []
/src/openthread/src/core/common/notifier.cpp [] []
/src/openthread/src/cli/cli_joiner.hpp [] []
/src/openthread/tests/unit/test_tcat.cpp [] []
/src/openthread/examples/platforms/simulation/flash.c [] []
/src/openthread/examples/platforms/simulation/multipan.c [] []
/src/openthread/src/core/thread/tmf.cpp [] []
/src/openthread/src/core/mac/wakeup_tx_scheduler.cpp [] []
/src/openthread/src/core/thread/address_resolver.cpp [] []
/src/openthread/src/core/thread/time_sync_service.cpp [] []
/src/openthread/src/core/thread/network_data_service.cpp [] []
/src/openthread/src/ncp/ncp_spi.cpp [] []
/src/openthread/src/ncp/ncp_base.cpp [] []
/src/openthread/src/core/crypto/sha256.hpp [] []
/src/openthread/tests/nexus/platform/nexus_settings.cpp [] []
/src/openthread/tests/unit/test_heap_string.cpp [] []
/src/openthread/src/posix/platform/firewall.cpp [] []
/src/openthread/src/core/common/trickle_timer.cpp [] []
/src/openthread/src/posix/platform/hdlc_interface.hpp [] []
/src/openthread/src/core/net/ip6.hpp [] []
/src/openthread/src/lib/spinel/spinel.c [] []
/src/openthread/src/ncp/ncp_base_radio.cpp [] []
/src/openthread/src/cli/cli_mdns.hpp [] []
/src/openthread/src/ncp/ncp_base_dispatcher.cpp [] []
/src/openthread/src/posix/platform/daemon.cpp [] []
/src/openthread/tests/fuzz/fuzz_icmp6.cpp ['tests/fuzz/fuzz_icmp6.cpp'] []
/src/openthread/src/core/api/border_agent_tracker_api.cpp [] []
/src/openthread/src/core/net/dns_dso.hpp [] []
/src/openthread/src/core/api/netdiag_api.cpp [] []
/src/openthread/src/core/meshcop/meshcop_tlvs.cpp [] []
/src/openthread/src/posix/platform/vendor_interface_example.cpp [] []
/src/openthread/src/core/utils/verhoeff_checksum.hpp [] []
/src/openthread/examples/apps/cli/main.c [] []
/src/openthread/tests/unit/test_priority_queue.cpp [] []
/src/openthread/tests/unit/test_power_calibration.cpp [] []
/src/openthread/src/core/mac/mac_types.cpp [] []
/src/openthread/src/posix/platform/udp.cpp [] []
/src/openthread/src/core/meshcop/meshcop.hpp [] []
/src/openthread/src/posix/platform/utils.cpp [] []
/src/openthread/examples/platforms/simulation/alarm.c [] []
/src/openthread/src/posix/platform/config_file.cpp [] []
/src/openthread/examples/platforms/simulation/uart.c [] []
/src/openthread/third_party/tcplp/bsdtcp/cc.h [] []
/src/openthread/src/core/api/nat64_api.cpp [] []
/src/openthread/src/ncp/changed_props_set.hpp [] []
/src/openthread/src/core/radio/trel_link.cpp [] []
/src/openthread/tests/gtest/fake_coprocessor_platform.cpp [] []
/src/openthread/src/cli/cli_udp.cpp [] []
/src/openthread/src/core/utils/link_metrics_manager.hpp [] []
/src/openthread/src/core/mac/sub_mac_callbacks.cpp [] []
/src/openthread/src/core/thread/indirect_sender.cpp [] []
/src/openthread/src/core/net/srp_client.hpp [] []
/src/openthread/tests/unit/test_mac_frame.cpp [] []
/src/openthread/src/core/utils/ping_sender.cpp [] []
/src/openthread/src/core/meshcop/meshcop_leader.cpp [] []
/src/openthread/src/core/thread/network_data_publisher.cpp [] []
/src/openthread/src/core/common/equatable.hpp [] []
/src/openthread/src/core/meshcop/tcat_agent.cpp [] []
/src/openthread/src/cli/cli_history.hpp [] []
/src/openthread/tests/unit/test_data.cpp [] []
/src/openthread/third_party/tcplp/lib/cbuf.c [] []
/src/openthread/src/posix/cli_readline.cpp [] []
/src/openthread/src/lib/spinel/spinel_buffer.hpp [] []
/src/openthread/src/core/common/preference.cpp [] []
/src/openthread/tools/ot-fct/cli.hpp [] []
/src/openthread/src/core/thread/lowpan.cpp [] []
/src/openthread/src/lib/platform/reset_util.h [] []
/src/openthread/src/core/net/udp6.cpp [] []
/src/openthread/src/core/common/clearable.hpp [] []
/src/openthread/src/core/border_router/rx_ra_tracker.cpp [] []
/src/openthread/src/core/api/coap_secure_api.cpp [] []
/src/openthread/src/core/common/owned_ptr.hpp [] []
/src/openthread/tests/nexus/platform/nexus_infra_if.cpp [] []
/src/openthread/src/core/thread/peer.hpp [] []
/src/openthread/src/lib/spinel/spinel_encoder.cpp [] []
/src/openthread/src/lib/spinel/spinel_driver.cpp [] []
/src/openthread/src/lib/spinel/spinel_interface.hpp [] []
/src/openthread/tests/unit/test_linked_list.cpp [] []
/src/openthread/src/core/thread/network_data_tlvs.cpp [] []
/src/openthread/src/cli/cli_br.cpp [] []
/src/openthread/src/core/thread/mesh_forwarder.cpp [] []
/src/openthread/src/posix/platform/hdlc_interface.cpp [] []
/src/openthread/src/core/radio/trel_peer_discoverer.hpp [] []
/src/openthread/third_party/tcplp/bsdtcp/tcp_seq.h [] []
/src/openthread/src/core/radio/trel_packet.cpp [] []
/src/openthread/src/core/radio/radio.cpp [] []
/src/openthread/src/core/api/border_agent_txt_data_api.cpp [] []
/src/openthread/src/core/api/logging_api.cpp [] []
/src/openthread/src/core/thread/child.hpp [] []
/src/openthread/src/core/mac/mac_frame.hpp [] []
/src/openthread/third_party/tcplp/bsdtcp/tcp_const.h [] []
/src/openthread/src/core/radio/trel_peer.cpp [] []
/src/openthread/src/core/utils/history_tracker.hpp [] []
/src/openthread/src/cli/cli.cpp [] []
/src/openthread/src/core/api/sntp_api.cpp [] []
/src/openthread/src/core/thread/mlr_manager.cpp [] []
/src/openthread/src/posix/platform/configuration.cpp [] []
/src/openthread/src/core/thread/child.cpp [] []
/src/openthread/src/core/crypto/crypto_platform.cpp [] []
/src/openthread/examples/platforms/utils/uart_rtt.c [] []
/src/openthread/tests/unit/test_array.cpp [] []
/src/openthread/src/core/api/dataset_ftd_api.cpp [] []
/src/openthread/src/core/utils/mesh_diag.hpp [] []
/src/openthread/src/cli/cli_dns.cpp [] []
/src/openthread/src/posix/platform/multicast_routing.hpp [] []
/src/openthread/src/core/thread/mle_tlvs.hpp [] []
/src/openthread/src/lib/spinel/spinel_prop_codec.cpp [] []
/src/openthread/tests/unit/test_serial_number.cpp [] []
/src/openthread/src/ncp/multipan_platform.cpp [] []
/src/openthread/third_party/tcplp/bsdtcp/tcp_usrreq.c [] []
/src/openthread/src/core/thread/mle_tlvs.cpp [] []
/src/openthread/tests/unit/test_tlv.cpp [] []
/src/openthread/third_party/tcplp/lib/bitmap.c [] []
/src/openthread/include/openthread/coap.h [] []
/src/openthread/src/core/net/ip4_types.cpp [] []
/src/openthread/src/core/backbone_router/ndproxy_table.hpp [] []
/src/openthread/src/core/api/multi_radio_api.cpp [] []
/src/openthread/src/core/crypto/storage.cpp [] []
/src/openthread/tests/nexus/platform/nexus_trel.hpp [] []
/src/openthread/src/core/utils/flash.cpp [] []
/src/openthread/src/core/thread/neighbor.hpp [] []
/src/openthread/src/core/net/checksum.hpp [] []
/src/openthread/src/posix/client.cpp [] []
/src/openthread/src/posix/platform/virtual_time.cpp [] []
/src/openthread/src/core/net/srp_server.cpp [] []
/src/openthread/src/core/common/string.hpp [] []
/src/openthread/src/posix/platform/alarm.cpp [] []
/src/openthread/src/cli/cli_coap_secure.cpp [] []
/src/openthread/src/cli/cli_srp_server.hpp [] []
/src/openthread/src/lib/spinel/radio_spinel.hpp [] []
/src/openthread/src/core/common/random.hpp [] []
/src/openthread/src/core/common/crc.cpp [] []
/src/openthread/src/posix/platform/infra_if.hpp [] []
/src/openthread/src/core/instance/instance.hpp [] []
/src/openthread/tests/unit/test_dataset.cpp [] []
/src/openthread/src/core/net/dhcp6_client.hpp [] []
/src/openthread/src/core/thread/neighbor_table.cpp [] []
/src/openthread/third_party/tcplp/bsdtcp/tcp_timer.h [] []
/src/openthread/src/core/backbone_router/ndproxy_table.cpp [] []
/src/openthread/src/core/common/binary_search.cpp [] []
/src/openthread/examples/platforms/simulation/entropy.c [] []
/src/openthread/src/core/net/srp_advertising_proxy.hpp [] []
/src/openthread/src/core/thread/thread_link_info.hpp [] []
/src/openthread/src/core/api/p2p_api.cpp [] []
/src/openthread/src/core/mac/sub_mac.cpp [] []
/src/openthread/examples/platforms/utils/encoding.h [] []
/src/openthread/tests/unit/test_dns.cpp [] []
/src/openthread/src/core/backbone_router/bbr_leader.cpp [] []
/src/openthread/src/lib/utils/endian.hpp [] []
/src/openthread/src/core/api/history_tracker_api.cpp [] []
/src/openthread/src/core/thread/network_data.cpp [] []
/src/openthread/src/core/common/non_copyable.hpp [] []
/src/openthread/src/core/common/pool.hpp [] []
/src/openthread/src/core/coap/coap.hpp [] []
/src/openthread/third_party/tcplp/bsdtcp/tcp_reass.c [] []
/src/openthread/src/core/api/dataset_api.cpp [] []
/src/openthread/src/core/api/server_api.cpp [] []
/src/openthread/src/core/api/ip6_api.cpp [] []
/src/openthread/src/core/api/ble_secure_api.cpp [] []
/src/openthread/tests/unit/test_frame_builder.cpp [] []
/src/openthread/src/core/common/tlvs.hpp [] []
/src/openthread/src/core/net/ip6.cpp [] []
/src/openthread/src/core/meshcop/network_name.cpp [] []
/src/openthread/src/core/utils/power_calibration.hpp [] []
/src/openthread/src/cli/cli_history.cpp [] []
/src/openthread/src/core/coap/coap_message.hpp [] []
/src/openthread/src/posix/platform/radio_url.cpp [] []
/src/openthread/src/ncp/ncp_base_mtd.cpp [] []
/src/openthread/src/lib/utils/math.hpp [] []
/src/openthread/tests/unit/test_routing_manager.cpp [] []
/src/openthread/src/core/common/appender.hpp [] []
/src/openthread/src/core/meshcop/dataset_updater.hpp [] []
/src/openthread/tests/unit/test_macros.cpp [] []
/src/openthread/third_party/tcplp/bsdtcp/tcp_timewait.c [] []
/src/openthread/src/core/net/dhcp6_server.cpp [] []
/src/openthread/src/core/meshcop/dataset.hpp [] []
/src/openthread/src/cli/cli_br.hpp [] []
/src/openthread/src/core/meshcop/dataset.cpp [] []
/src/openthread/src/core/crypto/ecdsa.hpp [] []
/src/openthread/src/core/mac/mac.cpp [] []
/src/openthread/src/posix/platform/rcp_caps_diag.hpp [] []
/src/openthread/src/core/net/checksum.cpp [] []
/src/openthread/src/core/utils/jam_detector.hpp [] []
/src/openthread/src/core/net/dns_dso.cpp [] []
/src/openthread/tests/gtest/udp_test.cpp [] []
/src/openthread/src/core/diags/factory_diags.cpp [] []
/src/openthread/src/cli/cli_network_data.hpp [] []
/src/openthread/src/core/common/trickle_timer.hpp [] []
/src/openthread/examples/platforms/simulation/logging.c [] []
/src/openthread/src/core/utils/channel_monitor.hpp [] []
/src/openthread/tests/unit/test_spinel_buffer.cpp [] []
/src/openthread/src/core/mac/mac_links.cpp [] []
/src/openthread/third_party/tcplp/lib/bitmap.h [] []
/src/openthread/tests/unit/test_toolchain_c.c [] []
/src/openthread/src/core/api/instance_api.cpp [] []
/src/openthread/src/lib/url/url.cpp [] []
/src/openthread/tests/unit/test_ncp_infra_if.cpp [] []
/src/openthread/src/core/crypto/aes_ccm.cpp [] []
/src/openthread/src/core/thread/mle_types.hpp [] []
/src/openthread/src/core/net/dns_platform.cpp [] []
/src/openthread/tests/nexus/platform/nexus_misc.cpp [] []
/src/openthread/tests/unit/test_spinel_encoder.cpp [] []
/src/openthread/src/core/thread/link_metrics_types.cpp [] []
/src/openthread/src/lib/spinel/spinel_decoder.hpp [] []
/src/openthread/src/core/api/icmp6_api.cpp [] []
/src/openthread/src/core/net/srp_advertising_proxy.cpp [] []
/src/openthread/src/core/border_router/br_tracker.hpp [] []
/src/openthread/tests/nexus/platform/nexus_node.cpp [] []
/src/openthread/src/core/net/ip6_headers.hpp [] []
/src/openthread/src/core/net/ip6_address.hpp [] []
/src/openthread/src/lib/spinel/example_vendor_hook.cpp [] []
/src/openthread/src/core/common/log.cpp [] []
/src/openthread/src/core/net/nd_agent.hpp [] []
/src/openthread/src/core/common/bit_set.hpp [] []
/src/openthread/src/core/net/srp_server.hpp [] []
/src/openthread/examples/platforms/utils/settings_ram.c [] []
/src/openthread/tests/unit/test_util.h [] []
/src/openthread/src/core/meshcop/timestamp.hpp [] []
/src/openthread/src/core/common/data.cpp [] []
/src/openthread/src/core/border_router/rx_ra_tracker.hpp [] []
/src/openthread/src/core/radio/trel_link.hpp [] []
/src/openthread/src/core/thread/src_match_controller.hpp [] []
/src/openthread/src/core/thread/network_data.hpp [] []
/src/openthread/tests/unit/test_multicast_listeners_table.cpp [] []
/src/openthread/src/core/api/trel_api.cpp [] []
/src/openthread/src/core/net/netif.cpp [] []
/src/openthread/src/include/common/code_utils.hpp [] []
/src/openthread/src/lib/spinel/multi_frame_buffer.hpp [] []
/src/openthread/tests/unit/test_binary_search.cpp [] []
/src/openthread/src/core/thread/network_diagnostic_tlvs.hpp [] []
/src/openthread/src/core/common/debug.hpp [] []
/src/openthread/examples/apps/cli/cli_uart.cpp [] []
/src/openthread/src/core/border_router/routing_manager.cpp [] []
/src/openthread/tests/unit/test_dhcp6_pd_client.cpp [] []
/src/openthread/src/core/thread/child_table.cpp [] []
/src/openthread/src/posix/platform/rcp_caps_diag.cpp [] []
/src/openthread/src/core/radio/trel_packet.hpp [] []
/src/openthread/src/lib/spinel/example_vendor_hook.hpp [] []
/src/openthread/src/core/net/nat64_translator.cpp [] []
/src/openthread/src/core/mac/mac_frame.cpp [] []
/src/openthread/src/core/thread/discover_scanner.cpp [] []
/src/openthread/tests/unit/test_cmd_line_parser.cpp [] []
/src/openthread/tests/unit/test_ndproxy_table.cpp [] []
/src/openthread/src/core/backbone_router/multicast_listeners_table.cpp [] []
/src/openthread/src/core/common/tlvs.cpp [] []
/src/openthread/src/core/net/icmp6.hpp [] []
/src/openthread/src/core/common/bit_utils.hpp [] []
/src/openthread/src/core/utils/srp_client_buffers.hpp [] []
/src/openthread/src/core/backbone_router/bbr_manager.hpp [] []
/src/openthread/src/core/thread/radio_selector.cpp [] []
/src/openthread/src/core/meshcop/joiner.hpp [] []
/src/openthread/src/core/api/border_agent_api.cpp [] []
/src/openthread/tests/unit/test_lowpan.cpp [] []
/src/openthread/examples/platforms/simulation/diag.c [] []
/src/openthread/src/core/net/slaac_address.cpp [] []
/src/openthread/src/core/thread/mesh_forwarder_ftd.cpp [] []
/src/openthread/src/core/api/border_routing_api.cpp [] []
/src/openthread/tools/ot-fct/cli.cpp [] []
/src/openthread/src/core/net/srp_client.cpp [] []
/src/openthread/tests/unit/test_platform.cpp [] []
/src/openthread/tests/unit/test_ecdsa.cpp [] []
/src/openthread/src/core/common/data.hpp [] []
/src/openthread/src/core/instance/extension_example.cpp [] []
/src/openthread/tests/unit/test_tasklet.cpp [] []
/src/openthread/src/core/net/sntp_client.hpp [] []
/src/openthread/src/core/thread/discover_scanner.hpp [] []
/src/openthread/src/core/border_router/dhcp6_pd_client.hpp [] []
/src/openthread/src/posix/platform/mainloop.hpp [] []
/src/openthread/tests/unit/test_network_data.cpp [] []
/src/openthread/src/posix/platform/radio.hpp [] []
/src/openthread/src/core/common/string.cpp [] []
/src/openthread/src/core/coap/coap_message.cpp [] []
/src/openthread/src/ncp/ncp_hdlc.cpp [] []
/src/openthread/src/core/common/locator.hpp [] []
/src/openthread/src/core/thread/peer_table.cpp [] []
/src/openthread/src/lib/hdlc/hdlc.cpp [] []
/src/openthread/third_party/tcplp/bsdtcp/tcp_fsm.h [] []
/src/openthread/tests/fuzz/fuzz_mdns.cpp ['tests/fuzz/fuzz_mdns.cpp'] []
/src/openthread/src/posix/platform/system.cpp [] []
/src/openthread/src/core/coap/coap_secure.cpp [] []
/src/openthread/src/core/api/commissioner_api.cpp [] []
/src/openthread/src/cli/cli_mdns.cpp [] []
/src/openthread/examples/platforms/simulation/dnssd.c [] []
/src/openthread/src/core/api/tcp_api.cpp [] []
/src/openthread/src/cli/cli_tcp.cpp [] []
/src/openthread/src/core/border_router/br_log.hpp [] []
/src/openthread/src/core/utils/heap.cpp [] []
/src/openthread/src/core/common/const_cast.hpp [] []
/src/openthread/src/core/common/time_ticker.hpp [] []
/src/openthread/src/core/meshcop/dataset_updater.cpp [] []
/src/openthread/src/core/net/socket.cpp [] []
/src/openthread/tests/unit/test_link_quality.cpp [] []
/src/openthread/src/core/meshcop/network_name.hpp [] []
/src/openthread/src/core/common/offset_range.cpp [] []
/src/openthread/tests/unit/test_ip6_header.cpp [] []
/src/openthread/src/core/api/dns_api.cpp [] []
/src/openthread/src/core/meshcop/border_agent_tracker.cpp [] []
/src/openthread/src/core/net/icmp6.cpp [] []
/src/openthread/tests/nexus/platform/nexus_alarm.cpp [] []
/src/openthread/tests/unit/test_aes.cpp [] []
/src/openthread/tests/nexus/test_dtls.cpp [] []
/src/openthread/examples/apps/ncp/ncp.c [] []
/src/openthread/src/cli/cli_bbr.cpp [] []
/src/openthread/src/core/api/crypto_api.cpp [] []
/src/openthread/src/core/meshcop/meshcop_tlvs.hpp [] []
/src/openthread/src/core/api/child_supervision_api.cpp [] []
/src/openthread/src/core/coap/coap_secure.hpp [] []
/src/openthread/src/posix/main.c [] []
/src/openthread/src/core/utils/parse_cmdline.hpp [] []
/src/openthread/tests/gtest/fake_platform.hpp [] []
/src/openthread/src/core/thread/network_data_service.hpp [] []
/src/openthread/examples/apps/ncp/main.c [] []
/src/openthread/src/core/thread/thread_netif.hpp [] []
/src/openthread/tests/unit/test_ncp_ephemeral_key.cpp [] []
/src/openthread/tests/gtest/fake_coprocessor_platform.hpp [] []
/src/openthread/tests/nexus/test_border_agent_tracker.cpp [] []
/src/openthread/src/posix/platform/radio.cpp [] []
/src/openthread/tests/unit/test_heap_array.cpp [] []
/src/openthread/src/core/thread/src_match_controller.cpp [] []
/src/openthread/src/core/utils/ping_sender.hpp [] []
/src/openthread/tests/nexus/platform/nexus_core.hpp [] []
/src/openthread/src/core/net/ip6_mpl.cpp [] []
/src/openthread/src/core/backbone_router/bbr_leader.hpp [] []
/src/openthread/src/lib/spinel/spinel.h [] []
/src/openthread/src/core/border_router/multi_ail_detector.hpp [] []
/src/openthread/third_party/tcplp/bsdtcp/tcp_var.h [] []
/src/openthread/src/cli/cli_dataset.cpp [] []
/src/openthread/src/core/thread/network_data_types.hpp [] []
/src/openthread/third_party/jlink/SEGGER_RTT_V640/Syscalls/SEGGER_RTT_Syscalls_GCC.c [] []
/src/openthread/src/core/common/heap_string.hpp [] []
/src/openthread/third_party/tcplp/bsdtcp/cc/cc_newreno.c [] []
/src/openthread/src/core/backbone_router/multicast_listeners_table.hpp [] []
/src/openthread/src/core/thread/network_diagnostic_tlvs.cpp [] []
/src/openthread/src/core/common/encoding.hpp [] []
/src/openthread/src/core/api/mesh_diag_api.cpp [] []
/src/openthread/third_party/tcplp/lib/lbuf.c [] []
/src/openthread/src/core/thread/network_data_leader_ftd.cpp [] []
/src/openthread/src/core/utils/history_tracker.cpp [] []
/src/openthread/third_party/tcplp/bsdtcp/ip6.h [] []
/src/openthread/src/posix/platform/spinel_manager.cpp [] []
/src/openthread/tests/unit/test_dso.cpp [] []
/src/openthread/src/lib/spinel/spinel_encoder.hpp [] []
/src/openthread/src/cli/cli_mac_filter.hpp [] []
/src/openthread/tests/gtest/mock_callback.hpp [] []
/src/openthread/src/core/thread/anycast_locator.cpp [] []
/src/openthread/src/core/net/dnssd_server.cpp [] []
/src/openthread/src/core/api/error_api.cpp [] []
/src/openthread/src/posix/platform/resolver.cpp [] []
/src/openthread/tests/unit/test_multipan_rcp_instances.cpp [] []
/src/openthread/src/core/net/dhcp6_client.cpp [] []
/src/openthread/examples/platforms/simulation/system.c [] []
/src/openthread/src/core/mac/link_raw.hpp [] []
/src/openthread/src/cli/cli_utils.hpp [] []
/src/openthread/third_party/tcplp/bsdtcp/tcp_input.c [] []
/src/openthread/src/core/common/time.hpp [] []
/src/openthread/src/core/thread/router_table.cpp [] []
/src/openthread/examples/platforms/utils/code_utils.h [] []
/src/openthread/src/core/net/udp6.hpp [] []
/src/openthread/src/core/thread/network_data_leader.hpp [] []
/src/openthread/src/core/common/timer.hpp [] []
/src/openthread/src/core/common/crc.hpp [] []
/src/openthread/src/cli/cli_tcat.cpp [] []
/src/openthread/examples/platforms/simulation/mdns_socket.c [] []
/src/openthread/tests/unit/test_flash.cpp [] []
/src/openthread/src/core/radio/trel_peer_discoverer.cpp [] []
/src/openthread/src/core/meshcop/meshcop.cpp [] []
/src/openthread/src/core/common/as_core_type.hpp [] []
/src/openthread/src/cli/cli_tcat.hpp [] []
/src/openthread/third_party/jlink/SEGGER_RTT_V640/Examples/Main_RTT_SpeedTestApp.c [] []
/src/openthread/src/posix/platform/mdns_socket.hpp [] []
/src/openthread/src/core/net/dns_types.cpp [] []
/src/openthread/src/cli/cli_mesh_diag.cpp [] []
/src/openthread/examples/platforms/utils/otns_utils.cpp [] []
/src/openthread/third_party/jlink/SEGGER_RTT_V640/RTT/SEGGER_RTT_Conf.h [] []
/src/openthread/tests/unit/test_netif.cpp [] []
/src/openthread/src/core/radio/ble_secure.cpp [] []
/src/openthread/src/core/utils/verhoeff_checksum.cpp [] []
/src/openthread/src/cli/cli_dns.hpp [] []
/src/openthread/examples/platforms/simulation/platform-simulation.h [] []
/src/openthread/src/core/common/linked_list.hpp [] []
/src/openthread/src/core/instance/instance.cpp [] []
/src/openthread/src/posix/platform/vendor_interface.hpp [] []
/src/openthread/src/core/thread/dua_manager.cpp [] []
/src/openthread/src/core/thread/thread_netif.cpp [] []
/src/openthread/src/core/api/verhoeff_checksum_api.cpp [] []
/src/openthread/tests/unit/test_meshcop.cpp [] []
/src/openthread/src/core/common/settings.hpp [] []
/src/openthread/src/core/common/heap_data.cpp [] []
/src/openthread/src/core/common/iterator_utils.hpp [] []
/src/openthread/src/core/net/netif.hpp [] []
/src/openthread/tests/unit/test_dnssd_discovery_proxy.cpp [] []
/src/openthread/src/core/net/mdns.cpp [] []
/src/openthread/third_party/tcplp/bsdtcp/tcp_output.c [] []
/src/openthread/src/core/api/srp_server_api.cpp [] []
/src/openthread/src/core/api/dns_server_api.cpp [] []
/src/openthread/third_party/tcplp/bsdtcp/tcp.h [] []
/src/openthread/src/core/border_router/br_types.hpp [] []
/src/openthread/tests/unit/test_link_metrics_manager.cpp [] []
/src/openthread/src/core/crypto/hmac_sha256.cpp [] []
/src/openthread/src/core/thread/mle.hpp [] []
/src/openthread/src/core/coap/coap.cpp [] []
/src/openthread/src/core/thread/link_metrics.cpp [] []
/src/openthread/third_party/tcplp/bsdtcp/cc/cc_module.h [] []
/src/openthread/src/posix/platform/tmp_storage.cpp [] []
/src/openthread/src/core/api/srp_client_api.cpp [] []
/src/openthread/src/core/thread/mesh_forwarder.hpp [] []
/src/openthread/src/core/mac/mac_types.hpp [] []
/src/openthread/src/posix/platform/settings_file.cpp [] []
/src/openthread/src/core/meshcop/announce_begin_client.cpp [] []
/src/openthread/tests/unit/test_checksum.cpp [] []
/src/openthread/src/posix/platform/spinel_manager.hpp [] []
/src/openthread/tests/unit/test_network_name.cpp [] []
/src/openthread/src/core/thread/network_data_types.cpp [] []
/src/openthread/src/core/meshcop/extended_panid.cpp [] []
/src/openthread/src/cli/cli_coap.hpp [] []
/src/openthread/tests/unit/test_ip_address.cpp [] []
/src/openthread/examples/platforms/simulation/infra_if.c [] []
/src/openthread/third_party/jlink/SEGGER_RTT_V640/Syscalls/SEGGER_RTT_Syscalls_KEIL.c [] []
/src/openthread/src/core/thread/child_supervision.cpp [] []
/src/openthread/src/core/api/random_crypto_api.cpp [] []
/src/openthread/src/ncp/ncp_base_ftd.cpp [] []
/src/openthread/src/core/thread/time_sync_service.hpp [] []
/src/openthread/src/core/api/coap_api.cpp [] []
/src/openthread/src/core/meshcop/joiner_router.cpp [] []
/src/openthread/src/core/thread/neighbor.cpp [] []
/src/openthread/src/core/api/radio_stats_api.cpp [] []
/src/openthread/tests/unit/test_dns_client.cpp [] []
/src/openthread/src/core/thread/network_data_local.hpp [] []
/src/openthread/examples/platforms/simulation/spi-stubs.c [] []
/src/openthread/tests/unit/test_util.cpp [] []
/src/openthread/src/core/mac/mac_links.hpp [] []
/src/openthread/third_party/tcplp/bsdtcp/tcp_sack.c [] []
/src/openthread/src/core/common/heap_allocatable.hpp [] []
/src/openthread/tests/unit/test_string.cpp [] []
/src/openthread/src/core/common/notifier.hpp [] []
/src/openthread/src/core/thread/tmf.hpp [] []
/src/openthread/src/posix/platform/backtrace.cpp [] []
/src/openthread/src/core/meshcop/commissioner.hpp [] []
/src/openthread/src/core/api/joiner_api.cpp [] []
/src/openthread/src/core/radio/radio_platform.cpp [] []
/src/openthread/src/core/common/appender.cpp [] []
/src/openthread/src/core/utils/channel_manager.hpp [] []
/src/openthread/src/cli/cli_bbr.hpp [] []
/src/openthread/examples/platforms/simulation/dso_transport.c [] []
/src/openthread/src/core/backbone_router/backbone_tmf.cpp [] []
/src/openthread/src/core/net/ip6_mpl.hpp [] []
/src/openthread/src/core/meshcop/commissioner.cpp [] []
/src/openthread/tests/unit/test_crc.cpp [] []
/src/openthread/src/core/thread/announce_sender.cpp [] []

Directories in report

Directory
/src/openthread/tests/gtest/
/src/openthread/src/lib/hdlc/
/src/openthread/examples/apps/cli/
/src/openthread/third_party/tcplp/bsdtcp/cc/
/src/openthread/third_party/jlink/SEGGER_RTT_V640/Examples/
/src/openthread/third_party/tcplp/lib/
/src/openthread/src/lib/url/
/src/openthread/src/core/net/
/src/openthread/src/ncp/
/src/openthread/src/cli/
/src/openthread/third_party/tcplp/bsdtcp/sys/
/src/openthread/src/core/common/
/src/openthread/src/core/mac/
/src/openthread/third_party/tcplp/bsdtcp/
/src/openthread/src/lib/spinel/
/src/openthread/third_party/jlink/SEGGER_RTT_V640/RTT/
/src/openthread/examples/platforms/simulation/
/src/openthread/src/posix/
/src/openthread/src/include/common/
/src/openthread/tests/nexus/
/src/openthread/tools/spi-hdlc-adapter/
/src/openthread/src/core/coap/
/src/openthread/include/openthread/
/src/openthread/src/posix/platform/
/src/openthread/examples/apps/ncp/
/src/openthread/src/lib/platform/
/src/openthread/src/core/diags/
/src/openthread/examples/platforms/simulation/virtual_time/
/src/openthread/src/core/api/
/src/openthread/src/core/instance/
/src/openthread/third_party/tcplp/lib/test/
/src/openthread/src/core/utils/
/src/openthread/tools/ot-fct/
/src/openthread/examples/platforms/utils/
/src/openthread/tests/unit/
/src/openthread/third_party/jlink/SEGGER_RTT_V640/Syscalls/
/src/openthread/src/core/thread/
/src/openthread/tests/nexus/platform/
/src/openthread/src/core/meshcop/
/src/openthread/src/lib/utils/
/src/openthread/include/openthread/platform/
/src/openthread/tests/fuzz/
/src/openthread/src/core/radio/
/src/openthread/src/core/crypto/
/src/openthread/src/core/backbone_router/
/src/openthread/src/core/border_router/

Metadata section

This sections shows the raw data that is used to produce this report. This is mainly used for further processing and developer debugging.

Fuzzer Calltree file Program data file Coverage file
tests/fuzz/fuzz_radio-one-node.cpp fuzzerLogFile-fuzz_radio-one-node.data fuzzerLogFile-fuzz_radio-one-node.data.yaml radio-one-node-fuzzer.covreport , cli-fuzzer.covreport , ip6-fuzzer.covreport , icmp6-fuzzer.covreport , mdns-fuzzer.covreport , trel-fuzzer.covreport
tests/fuzz/fuzz_trel.cpp fuzzerLogFile-fuzz_trel.data fuzzerLogFile-fuzz_trel.data.yaml radio-one-node-fuzzer.covreport , cli-fuzzer.covreport , ip6-fuzzer.covreport , icmp6-fuzzer.covreport , mdns-fuzzer.covreport , trel-fuzzer.covreport
tests/fuzz/fuzz_ip6.cpp fuzzerLogFile-fuzz_ip6.data fuzzerLogFile-fuzz_ip6.data.yaml radio-one-node-fuzzer.covreport , cli-fuzzer.covreport , ip6-fuzzer.covreport , icmp6-fuzzer.covreport , mdns-fuzzer.covreport , trel-fuzzer.covreport
tests/fuzz/fuzz_mdns.cpp fuzzerLogFile-fuzz_mdns.data fuzzerLogFile-fuzz_mdns.data.yaml radio-one-node-fuzzer.covreport , cli-fuzzer.covreport , ip6-fuzzer.covreport , icmp6-fuzzer.covreport , mdns-fuzzer.covreport , trel-fuzzer.covreport
tests/fuzz/fuzz_cli.cpp fuzzerLogFile-fuzz_cli.data fuzzerLogFile-fuzz_cli.data.yaml radio-one-node-fuzzer.covreport , cli-fuzzer.covreport , ip6-fuzzer.covreport , icmp6-fuzzer.covreport , mdns-fuzzer.covreport , trel-fuzzer.covreport
tests/fuzz/fuzz_icmp6.cpp fuzzerLogFile-fuzz_icmp6.data fuzzerLogFile-fuzz_icmp6.data.yaml radio-one-node-fuzzer.covreport , cli-fuzzer.covreport , ip6-fuzzer.covreport , icmp6-fuzzer.covreport , mdns-fuzzer.covreport , trel-fuzzer.covreport