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 |
|---|
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 project has no code coverage. Will not display blockers as blockers depend on code coverage.
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 project has no code coverage. Will not display blockers as blockers depend on code coverage.
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 project has no code coverage. Will not display blockers as blockers depend on code coverage.
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 project has no code coverage. Will not display blockers as blockers depend on code coverage.
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 project has no code coverage. Will not display blockers as blockers depend on code coverage.
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 project has no code coverage. Will not display blockers as blockers depend on code coverage.
The following table shows a list of functions that are optimal targets. Optimal targets are identified by finding the functions that in combination, yield a high code coverage.
| Func name | Functions filename | Arg count | Args | Function depth | hitcount | instr count | bb count | cyclomatic complexity | Reachable functions | Incoming references | total cyclomatic complexity | Unreached complexity |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
ot::Ip6::Tcp::HandleMessage
|
/src/openthread/src/core/net/tcp6.cpp | 3 | ['ot::Ip6::Header', 'Message', 'MessageInfo'] | 11 | 0 | 36 | 5 | 6 | 341 | 0 | 1073 | 1073 |
Implementing fuzzers that target the above functions will improve reachability such that it becomes:
If you implement fuzzers for these functions, the status of all functions in the project will be:
| 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 |
|---|
This sections provides heuristics that can be used as input to a fuzz engine when running a given fuzz target. The current focus is on providing input that is usable by libFuzzer.
Use this with the libFuzzer -dict=DICT.file flag
Use this with the libFuzzer -dict=DICT.file flag
Use this with the libFuzzer -dict=DICT.file flag
Use this with the libFuzzer -dict=DICT.file flag
Use this with the libFuzzer -dict=DICT.file flag
Use this with the libFuzzer -dict=DICT.file flag
The below fuzzers are templates and suggestions for how to target the set of optimal functions above
#include "ada_fuzz_header.h"
int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
af_safe_gb_init(data, size);
/* target ot::Ip6::Tcp::HandleMessage */
UNKNOWN_TYPE unknown_0;
UNKNOWN_TYPE unknown_1;
UNKNOWN_TYPE unknown_2;
ot::Ip6::Tcp::HandleMessage(unknown_0, unknown_1, unknown_2);
af_safe_gb_cleanup();
}
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
| Source file | Reached by | Covered by |
|---|---|---|
| /src/openthread/tests/nexus/test_1_1_6_1_5.cpp | [] | [] |
| /src/openthread/src/core/net/ip6.cpp | [] | [] |
| /src/openthread/src/core/meshcop/seeker.hpp | [] | [] |
| /src/openthread/src/include/common/code_utils.hpp | [] | [] |
| /src/openthread/src/core/thread/router.cpp | [] | [] |
| /src/openthread/examples/platforms/simulation/entropy.c | [] | [] |
| /src/openthread/src/posix/platform/ip6_utils.hpp | [] | [] |
| /src/openthread/tests/unit/test_crc.cpp | [] | [] |
| /src/openthread/src/core/common/data.cpp | [] | [] |
| /src/openthread/src/core/utils/mesh_diag.cpp | [] | [] |
| /src/openthread/src/posix/platform/platform-posix.h | [] | [] |
| /src/openthread/third_party/jlink/SEGGER_RTT_V640/RTT/SEGGER_RTT.h | [] | [] |
| /src/openthread/src/core/common/heap_allocatable.hpp | [] | [] |
| /src/openthread/tests/unit/test_child_table.cpp | [] | [] |
| /src/openthread/src/posix/main.c | [] | [] |
| /src/openthread/src/core/thread/router_table.hpp | [] | [] |
| /src/openthread/tests/unit/test_multipan_rcp_instances.cpp | [] | [] |
| /src/openthread/examples/platforms/simulation/trel.c | [] | [] |
| /src/openthread/tests/unit/test_msg_backed_array.cpp | [] | [] |
| /src/openthread/tests/nexus/test_1_1_5_7_3.cpp | [] | [] |
| /src/openthread/tests/nexus/test_1_1_6_3_1.cpp | [] | [] |
| /src/openthread/src/core/net/dnssd_server.cpp | [] | [] |
| /src/openthread/tests/unit/test_ncp_dnssd.cpp | [] | [] |
| /src/openthread/src/core/thread/network_data_leader.cpp | [] | [] |
| /src/openthread/examples/platforms/utils/debug_uart.c | [] | [] |
| /src/openthread/src/core/api/border_router_api.cpp | [] | [] |
| /src/openthread/src/core/thread/network_data_notifier.hpp | [] | [] |
| /src/openthread/src/core/common/message.hpp | [] | [] |
| /src/openthread/src/core/meshcop/border_agent_ephemeral_key.cpp | [] | [] |
| /src/openthread/src/core/api/srp_server_api.cpp | [] | [] |
| /src/openthread/src/core/mac/mac_header_ie.hpp | [] | [] |
| /src/openthread/src/core/common/trickle_timer.cpp | [] | [] |
| /src/openthread/tests/unit/test_ip_address.cpp | [] | [] |
| /src/openthread/tests/nexus/test_1_2_MATN_TC_21.cpp | [] | [] |
| /src/openthread/tests/unit/test_lowpan.cpp | [] | [] |
| /src/openthread/src/core/utils/link_metrics_manager.hpp | [] | [] |
| /src/openthread/src/core/thread/mle_types.hpp | [] | [] |
| /src/openthread/tests/nexus/test_form_join.cpp | [] | [] |
| /src/openthread/src/core/thread/child_supervision.hpp | [] | [] |
| /src/openthread/tests/unit/test_toolchain_c.c | [] | [] |
| /src/openthread/include/openthread/coap.h | [] | [] |
| /src/openthread/src/core/net/dns_dso.hpp | [] | [] |
| /src/openthread/third_party/jlink/SEGGER_RTT_V640/Syscalls/SEGGER_RTT_Syscalls_KEIL.c | [] | [] |
| /src/openthread/tests/unit/test_ip6_header.cpp | [] | [] |
| /src/openthread/src/core/mac/mac_frame.hpp | [] | [] |
| /src/openthread/src/core/thread/router_table.cpp | [] | [] |
| /src/openthread/src/core/radio/radio_platform.cpp | [] | [] |
| /src/openthread/tests/nexus/test_1_1_5_8_4.cpp | [] | [] |
| /src/openthread/src/core/backbone_router/bbr_leader.cpp | [] | [] |
| /src/openthread/src/core/backbone_router/backbone_tmf.cpp | [] | [] |
| /src/openthread/src/core/net/netif.cpp | [] | [] |
| /src/openthread/src/core/meshcop/meshcop.hpp | [] | [] |
| /src/openthread/tests/nexus/test_1_1_5_2_4.cpp | [] | [] |
| /src/openthread/src/ncp/ncp_hdlc.cpp | [] | [] |
| /src/openthread/tests/nexus/test_1_1_9_2_8.cpp | [] | [] |
| /src/openthread/tests/nexus/test_1_1_6_3_2.cpp | [] | [] |
| /src/openthread/tests/nexus/test_1_1_5_1_12.cpp | [] | [] |
| /src/openthread/tests/nexus/test_1_2_MATN_TC_16.cpp | [] | [] |
| /src/openthread/tests/unit/test_array.cpp | [] | [] |
| /src/openthread/tests/nexus/test_1_2_LP_7_2_2.cpp | [] | [] |
| /src/openthread/tests/unit/test_url.cpp | [] | [] |
| /src/openthread/src/core/radio/trel_interface.hpp | [] | [] |
| /src/openthread/src/core/api/crypto_api.cpp | [] | [] |
| /src/openthread/src/core/common/heap_string.hpp | [] | [] |
| /src/openthread/src/core/utils/srp_client_buffers.cpp | [] | [] |
| /src/openthread/src/cli/cli_srp_client.cpp | [] | [] |
| /src/openthread/tests/nexus/test_1_3_SRPC_TC_1.cpp | [] | [] |
| /src/openthread/src/core/api/border_routing_api.cpp | [] | [] |
| /src/openthread/third_party/tcplp/lib/lbuf.h | [] | [] |
| /src/openthread/src/cli/cli_utils.cpp | [] | [] |
| /src/openthread/tests/nexus/platform/nexus_trel.cpp | [] | [] |
| /src/openthread/third_party/tcplp/bsdtcp/tcp_reass.c | [] | [] |
| /src/openthread/tests/nexus/test_1_1_5_3_11.cpp | [] | [] |
| /src/openthread/tests/gtest/radio_spinel_rcp_test.cpp | [] | [] |
| /src/openthread/tests/unit/test_serial_number.cpp | [] | [] |
| /src/openthread/src/core/thread/indirect_sender.hpp | [] | [] |
| /src/openthread/src/core/thread/dua_manager.cpp | [] | [] |
| /src/openthread/tests/nexus/test_1_1_5_6_2.cpp | [] | [] |
| /src/openthread/include/openthread/dataset.h | [] | [] |
| /src/openthread/examples/platforms/utils/encoding.h | [] | [] |
| /src/openthread/tests/unit/test_ncp_srp_server.cpp | [] | [] |
| /src/openthread/examples/platforms/simulation/spi-stubs.c | [] | [] |
| /src/openthread/tests/nexus/platform/nexus_settings.hpp | [] | [] |
| /src/openthread/src/core/common/debug.hpp | [] | [] |
| /src/openthread/src/core/net/udp6.hpp | [] | [] |
| /src/openthread/tests/unit/test_dns_client.cpp | [] | [] |
| /src/openthread/src/core/thread/radio_selector.hpp | [] | [] |
| /src/openthread/src/core/common/crc.cpp | [] | [] |
| /src/openthread/src/core/utils/history_tracker.hpp | [] | [] |
| /src/openthread/src/core/api/thread_api.cpp | [] | [] |
| /src/openthread/src/core/common/random.hpp | [] | [] |
| /src/openthread/src/core/thread/network_data_tlvs.cpp | [] | [] |
| /src/openthread/tests/nexus/test_1_1_9_2_19.cpp | [] | [] |
| /src/openthread/src/posix/platform/config_file.hpp | [] | [] |
| /src/openthread/src/core/crypto/aes_ccm.cpp | [] | [] |
| /src/openthread/tests/nexus/test_1_1_5_5_4_2.cpp | [] | [] |
| /src/openthread/tests/unit/test_checksum.cpp | [] | [] |
| /src/openthread/src/core/common/frame_data.cpp | [] | [] |
| /src/openthread/tests/nexus/test_1_2_LP_5_3_7.cpp | [] | [] |
| /src/openthread/src/core/thread/thread_link_info.cpp | [] | [] |
| /src/openthread/src/lib/spinel/example_vendor_hook.hpp | [] | [] |
| /src/openthread/src/core/net/ip6_mpl.cpp | [] | [] |
| /src/openthread/src/core/net/nd6.cpp | [] | [] |
| /src/openthread/src/cli/cli_dataset.hpp | [] | [] |
| /src/openthread/src/core/net/mdns.hpp | [] | [] |
| /src/openthread/src/core/utils/mesh_diag.hpp | [] | [] |
| /src/openthread/src/core/thread/network_data_leader.hpp | [] | [] |
| /src/openthread/src/posix/platform/spinel_manager.cpp | [] | [] |
| /src/openthread/examples/platforms/simulation/alarm.c | [] | [] |
| /src/openthread/tests/nexus/test_1_1_5_1_2.cpp | [] | [] |
| /src/openthread/src/core/meshcop/border_agent_ephemeral_key.hpp | [] | [] |
| /src/openthread/src/core/thread/network_data_local.cpp | [] | [] |
| /src/openthread/tests/nexus/test_1_2_BBR_TC_1.cpp | [] | [] |
| /src/openthread/examples/platforms/simulation/diag.c | [] | [] |
| /src/openthread/src/core/thread/vendor_info.hpp | [] | [] |
| /src/openthread/src/core/net/srp_server.cpp | [] | [] |
| /src/openthread/tests/nexus/test_1_1_9_2_13.cpp | [] | [] |
| /src/openthread/src/core/common/offset_range.cpp | [] | [] |
| /src/openthread/tests/nexus/test_1_3_SRP_TC_3.cpp | [] | [] |
| /src/openthread/tests/unit/test_pskc.cpp | [] | [] |
| /src/openthread/third_party/tcplp/bsdtcp/ip.h | [] | [] |
| /src/openthread/src/core/api/border_agent_txt_data_api.cpp | [] | [] |
| /src/openthread/src/core/common/retain_ptr.hpp | [] | [] |
| /src/openthread/examples/apps/ncp/ncp.c | [] | [] |
| /src/openthread/src/core/radio/ble_secure.cpp | [] | [] |
| /src/openthread/src/cli/cli_network_data.cpp | [] | [] |
| /src/openthread/src/core/common/notifier.cpp | [] | [] |
| /src/openthread/tests/nexus/test_1_2_MATN_TC_19.cpp | [] | [] |
| /src/openthread/src/core/thread/announce_sender.hpp | [] | [] |
| /src/openthread/src/core/api/logging_api.cpp | [] | [] |
| /src/openthread/src/core/net/ip6_headers.hpp | [] | [] |
| /src/openthread/src/core/meshcop/border_agent_txt_data.cpp | [] | [] |
| /src/openthread/src/core/border_router/infra_if.cpp | [] | [] |
| /src/openthread/tests/fuzz/fuzz_icmp6.cpp | ['tests/fuzz/fuzz_icmp6.cpp'] | [] |
| /src/openthread/src/posix/platform/radio_url.hpp | [] | [] |
| /src/openthread/src/posix/platform/radio.hpp | [] | [] |
| /src/openthread/tests/fuzz/fuzz_trel.cpp | ['tests/fuzz/fuzz_trel.cpp'] | [] |
| /src/openthread/tests/unit/test_bit_utils.cpp | [] | [] |
| /src/openthread/tests/nexus/platform/nexus_core.cpp | [] | [] |
| /src/openthread/src/core/common/as_core_type.hpp | [] | [] |
| /src/openthread/src/core/common/heap_array.hpp | [] | [] |
| /src/openthread/tests/unit/test_mdns.cpp | [] | [] |
| /src/openthread/src/core/mac/sub_mac_wed.cpp | [] | [] |
| /src/openthread/src/core/thread/child.cpp | [] | [] |
| /src/openthread/src/core/backbone_router/multicast_listeners_table.cpp | [] | [] |
| /src/openthread/src/core/api/multi_ail_detection_api.cpp | [] | [] |
| /src/openthread/tests/unit/test_ncp_infra_if.cpp | [] | [] |
| /src/openthread/src/cli/cli_ba.hpp | [] | [] |
| /src/openthread/tests/unit/test_heap_string.cpp | [] | [] |
| /src/openthread/src/core/net/mdns.cpp | [] | [] |
| /src/openthread/src/core/mac/mac_links.cpp | [] | [] |
| /src/openthread/src/posix/platform/infra_if.cpp | [] | [] |
| /src/openthread/examples/platforms/simulation/mdns_socket.c | [] | [] |
| /src/openthread/third_party/tcplp/bsdtcp/tcp_timewait.c | [] | [] |
| /src/openthread/src/lib/spinel/radio_spinel.cpp | [] | [] |
| /src/openthread/src/cli/cli_dataset.cpp | [] | [] |
| /src/openthread/src/core/utils/static_counter.hpp | [] | [] |
| /src/openthread/src/posix/platform/dhcp6_pd_socket.hpp | [] | [] |
| /src/openthread/src/posix/platform/vendor_interface_example.cpp | [] | [] |
| /src/openthread/src/core/net/srp_client.hpp | [] | [] |
| /src/openthread/tests/unit/test_dnssd_discovery_proxy.cpp | [] | [] |
| /src/openthread/src/core/api/srp_client_buffers_api.cpp | [] | [] |
| /src/openthread/examples/platforms/simulation/logging.c | [] | [] |
| /src/openthread/src/core/thread/link_metrics_types.cpp | [] | [] |
| /src/openthread/third_party/tcplp/bsdtcp/tcp_output.c | [] | [] |
| /src/openthread/src/core/api/error_api.cpp | [] | [] |
| /src/openthread/tests/nexus/test_1_1_9_2_3.cpp | [] | [] |
| /src/openthread/third_party/tcplp/bsdtcp/cc/cc_module.h | [] | [] |
| /src/openthread/src/core/utils/channel_monitor.hpp | [] | [] |
| /src/openthread/src/core/thread/network_data_types.cpp | [] | [] |
| /src/openthread/src/core/common/callback.hpp | [] | [] |
| /src/openthread/src/core/meshcop/network_identity.cpp | [] | [] |
| /src/openthread/tests/nexus/test_1_1_6_1_6.cpp | [] | [] |
| /src/openthread/src/core/common/message.cpp | [] | [] |
| /src/openthread/src/core/utils/history_tracker_client.hpp | [] | [] |
| /src/openthread/src/core/crypto/hkdf_sha256.cpp | [] | [] |
| /src/openthread/tests/nexus/test_1_1_7_1_2.cpp | [] | [] |
| /src/openthread/src/core/utils/verhoeff_checksum.cpp | [] | [] |
| /src/openthread/src/core/thread/neighbor_table.cpp | [] | [] |
| /src/openthread/src/include/common/arg_macros.hpp | [] | [] |
| /src/openthread/examples/platforms/utils/mac_frame.cpp | [] | [] |
| /src/openthread/tests/nexus/test_1_1_5_5_5.cpp | [] | [] |
| /src/openthread/src/core/utils/otns.hpp | [] | [] |
| /src/openthread/src/core/api/tcp_ext_api.cpp | [] | [] |
| /src/openthread/src/core/thread/network_data.hpp | [] | [] |
| /src/openthread/tests/unit/test_coap_overflow.cpp | [] | [] |
| /src/openthread/tests/unit/test_mac_frame.cpp | [] | [] |
| /src/openthread/third_party/tcplp/bsdtcp/tcp_seq.h | [] | [] |
| /src/openthread/src/core/common/frame_data.hpp | [] | [] |
| /src/openthread/src/core/net/tcp6.hpp | [] | [] |
| /src/openthread/tests/nexus/test_1_1_9_2_11.cpp | [] | [] |
| /src/openthread/tests/nexus/test_1_1_9_2_14.cpp | [] | [] |
| /src/openthread/tests/nexus/test_1_1_9_2_7.cpp | [] | [] |
| /src/openthread/tests/nexus/test_1_1_5_2_3.cpp | [] | [] |
| /src/openthread/tests/unit/test_binary_search.cpp | [] | [] |
| /src/openthread/src/posix/platform/trel.cpp | [] | [] |
| /src/openthread/src/ncp/ncp_base.hpp | [] | [] |
| /src/openthread/src/core/net/nd_agent.hpp | [] | [] |
| /src/openthread/tests/nexus/test_1_2_LP_7_2_1.cpp | [] | [] |
| /src/openthread/tests/nexus/test_1_2_MATN_TC_20.cpp | [] | [] |
| /src/openthread/src/posix/platform/resolver.hpp | [] | [] |
| /src/openthread/src/posix/platform/mainloop.hpp | [] | [] |
| /src/openthread/src/core/common/num_utils.hpp | [] | [] |
| /src/openthread/src/core/common/locator.hpp | [] | [] |
| /src/openthread/src/core/meshcop/meshcop.cpp | [] | [] |
| /src/openthread/tests/nexus/test_1_3_DIAG_TC_2.cpp | [] | [] |
| /src/openthread/tests/nexus/test_1_1_6_1_2.cpp | [] | [] |
| /src/openthread/tests/nexus/test_border_admitter.cpp | [] | [] |
| /src/openthread/src/core/radio/trel_peer.hpp | [] | [] |
| /src/openthread/tests/nexus/test_1_1_6_1_1.cpp | [] | [] |
| /src/openthread/src/core/mac/mac_types.hpp | [] | [] |
| /src/openthread/src/core/thread/child.hpp | [] | [] |
| /src/openthread/src/posix/platform/utils.cpp | [] | [] |
| /src/openthread/src/posix/platform/logging.cpp | [] | [] |
| /src/openthread/tests/unit/test_child.cpp | [] | [] |
| /src/openthread/examples/platforms/simulation/platform-simulation.h | [] | [] |
| /src/openthread/tests/nexus/test_1_1_6_5_1.cpp | [] | [] |
| /src/openthread/tests/nexus/test_srp_lease.cpp | [] | [] |
| /src/openthread/tests/nexus/test_1_2_MATN_TC_9.cpp | [] | [] |
| /src/openthread/tests/nexus/test_1_2_LP_5_3_1.cpp | [] | [] |
| /src/openthread/src/core/api/mesh_diag_api.cpp | [] | [] |
| /src/openthread/src/core/thread/network_data_service.hpp | [] | [] |
| /src/openthread/src/core/thread/network_data_leader_ftd.cpp | [] | [] |
| /src/openthread/tests/unit/test_power_calibration.cpp | [] | [] |
| /src/openthread/src/core/thread/mesh_forwarder_ftd.cpp | [] | [] |
| /src/openthread/src/ncp/ncp_base_radio.cpp | [] | [] |
| /src/openthread/tests/nexus/test_1_2_MATN_TC_22.cpp | [] | [] |
| /src/openthread/tests/nexus/test_1_1_9_2_16.cpp | [] | [] |
| /src/openthread/tests/nexus/test_1_1_5_7_2.cpp | [] | [] |
| /src/openthread/src/core/thread/radio_selector.cpp | [] | [] |
| /src/openthread/tests/unit/test_srp_server.cpp | [] | [] |
| /src/openthread/tests/nexus/test_1_1_6_2_1.cpp | [] | [] |
| /src/openthread/src/core/api/mdns_api.cpp | [] | [] |
| /src/openthread/tests/nexus/test_1_3_SRP_TC_6.cpp | [] | [] |
| /src/openthread/src/core/meshcop/meshcop_tlvs.hpp | [] | [] |
| /src/openthread/src/cli/cli_joiner.hpp | [] | [] |
| /src/openthread/src/core/thread/network_data.cpp | [] | [] |
| /src/openthread/src/posix/platform/dhcp6_pd_socket.cpp | [] | [] |
| /src/openthread/src/lib/spinel/spinel_buffer.hpp | [] | [] |
| /src/openthread/tests/nexus/test_1_1_6_6_2.cpp | [] | [] |
| /src/openthread/src/core/border_router/routing_manager.cpp | [] | [] |
| /src/openthread/src/core/thread/peer.cpp | [] | [] |
| /src/openthread/src/lib/spinel/spinel.c | [] | [] |
| /src/openthread/src/posix/platform/rcp_caps_diag.hpp | [] | [] |
| /src/openthread/src/core/api/netdiag_api.cpp | [] | [] |
| /src/openthread/tests/nexus/test_1_1_9_2_9.cpp | [] | [] |
| /src/openthread/src/lib/spinel/spinel_decoder.hpp | [] | [] |
| /src/openthread/examples/platforms/simulation/ble.c | [] | [] |
| /src/openthread/src/core/radio/trel_peer_discoverer.cpp | [] | [] |
| /src/openthread/src/core/mac/sub_mac_csl_receiver.cpp | [] | [] |
| /src/openthread/src/core/common/trickle_timer.hpp | [] | [] |
| /src/openthread/tests/unit/test_netif.cpp | [] | [] |
| /src/openthread/src/core/api/commissioner_api.cpp | [] | [] |
| /src/openthread/tests/nexus/test_1_2_MATN_TC_7.cpp | [] | [] |
| /src/openthread/src/core/thread/thread_netif.hpp | [] | [] |
| /src/openthread/src/cli/cli.hpp | [] | [] |
| /src/openthread/tests/unit/test_linked_list.cpp | [] | [] |
| /src/openthread/src/core/api/coap_secure_api.cpp | [] | [] |
| /src/openthread/src/core/meshcop/dataset_updater.hpp | [] | [] |
| /src/openthread/src/cli/cli_bbr.hpp | [] | [] |
| /src/openthread/include/openthread/icmp6.h | [] | [] |
| /src/openthread/tests/unit/test_network_data.cpp | [] | [] |
| /src/openthread/src/core/crypto/sha256.hpp | [] | [] |
| /src/openthread/src/core/common/appender.cpp | [] | [] |
| /src/openthread/src/core/mac/link_raw.cpp | [] | [] |
| /src/openthread/src/lib/url/url.hpp | [] | [] |
| /src/openthread/src/core/net/netif.hpp | [] | [] |
| /src/openthread/third_party/tcplp/lib/test/test_all.c | [] | [] |
| /src/openthread/src/posix/platform/settings.cpp | [] | [] |
| /src/openthread/src/core/common/preference.hpp | [] | [] |
| /src/openthread/src/core/utils/channel_manager.cpp | [] | [] |
| /src/openthread/src/core/utils/parse_cmdline.cpp | [] | [] |
| /src/openthread/src/core/utils/power_calibration.cpp | [] | [] |
| /src/openthread/src/core/utils/otns.cpp | [] | [] |
| /src/openthread/tests/unit/test_ncp_ephemeral_key.cpp | [] | [] |
| /src/openthread/src/core/api/link_raw_api.cpp | [] | [] |
| /src/openthread/src/core/net/srp_advertising_proxy.hpp | [] | [] |
| /src/openthread/src/core/utils/jam_detector.cpp | [] | [] |
| /src/openthread/src/lib/url/url.cpp | [] | [] |
| /src/openthread/src/core/api/random_noncrypto_api.cpp | [] | [] |
| /src/openthread/src/core/api/instance_api.cpp | [] | [] |
| /src/openthread/src/core/net/nd_agent.cpp | [] | [] |
| /src/openthread/src/posix/platform/mainloop.cpp | [] | [] |
| /src/openthread/src/core/border_router/rx_ra_tracker.cpp | [] | [] |
| /src/openthread/src/core/mac/mac_types.cpp | [] | [] |
| /src/openthread/src/core/crypto/crypto_platform_mbedtls.cpp | [] | [] |
| /src/openthread/tests/nexus/test_1_3_SRP_TC_2.cpp | [] | [] |
| /src/openthread/tests/nexus/test_1_1_7_1_7.cpp | [] | [] |
| /src/openthread/tests/nexus/test_1_2_MATN_TC_3.cpp | [] | [] |
| /src/openthread/src/core/utils/heap.cpp | [] | [] |
| /src/openthread/src/core/thread/link_metrics.hpp | [] | [] |
| /src/openthread/src/core/utils/heap.hpp | [] | [] |
| /src/openthread/examples/platforms/utils/uart_rtt.c | [] | [] |
| /src/openthread/tests/nexus/platform/nexus_node.cpp | [] | [] |
| /src/openthread/src/core/thread/mle_ftd.cpp | [] | [] |
| /src/openthread/src/core/thread/discover_scanner.hpp | [] | [] |
| /src/openthread/src/core/meshcop/commissioner.hpp | [] | [] |
| /src/openthread/src/cli/cli_commissioner.cpp | [] | [] |
| /src/openthread/tests/nexus/test_1_3_SRP_TC_4.cpp | [] | [] |
| /src/openthread/tests/unit/test_ip4_header.cpp | [] | [] |
| /src/openthread/src/core/net/tcp6_ext.cpp | [] | [] |
| /src/openthread/tests/nexus/test_1_1_5_3_10.cpp | [] | [] |
| /src/openthread/src/core/common/pool.hpp | [] | [] |
| /src/openthread/src/core/api/child_supervision_api.cpp | [] | [] |
| /src/openthread/tests/nexus/test_1_3_DBR_TC_7B.cpp | [] | [] |
| /src/openthread/src/core/mac/data_poll_sender.cpp | [] | [] |
| /src/openthread/tests/unit/test_ecdsa.cpp | [] | [] |
| /src/openthread/tests/nexus/test_1_1_6_4_1.cpp | [] | [] |
| /src/openthread/tests/nexus/test_full_network_reset.cpp | [] | [] |
| /src/openthread/tests/unit/test_message_queue.cpp | [] | [] |
| /src/openthread/tests/nexus/test_1_1_7_1_4.cpp | [] | [] |
| /src/openthread/src/core/api/jam_detection_api.cpp | [] | [] |
| /src/openthread/src/cli/cli_mac_filter.cpp | [] | [] |
| /src/openthread/src/lib/spinel/spinel_driver.hpp | [] | [] |
| /src/openthread/src/ncp/multipan_platform.cpp | [] | [] |
| /src/openthread/src/core/net/ip6_filter.cpp | [] | [] |
| /src/openthread/src/core/common/tlvs.hpp | [] | [] |
| /src/openthread/src/core/border_router/br_tracker.hpp | [] | [] |
| /src/openthread/src/core/net/ip6_address.cpp | [] | [] |
| /src/openthread/src/core/utils/link_metrics_manager.cpp | [] | [] |
| /src/openthread/src/core/utils/history_tracker.cpp | [] | [] |
| /src/openthread/src/ncp/ncp_base_dispatcher.cpp | [] | [] |
| /src/openthread/src/lib/spinel/spi_frame.hpp | [] | [] |
| /src/openthread/src/core/api/verhoeff_checksum_api.cpp | [] | [] |
| /src/openthread/third_party/tcplp/bsdtcp/tcp_usrreq.c | [] | [] |
| /src/openthread/src/core/utils/power_calibration.hpp | [] | [] |
| /src/openthread/tests/nexus/test_1_1_5_6_1.cpp | [] | [] |
| /src/openthread/tests/nexus/test_1_1_5_5_3.cpp | [] | [] |
| /src/openthread/src/core/diags/factory_diags.hpp | [] | [] |
| /src/openthread/src/core/crypto/ecdsa.hpp | [] | [] |
| /src/openthread/src/core/thread/neighbor_table.hpp | [] | [] |
| /src/openthread/src/posix/platform/power.cpp | [] | [] |
| /src/openthread/src/core/meshcop/dataset_manager_ftd.cpp | [] | [] |
| /src/openthread/src/posix/cli_stdio.cpp | [] | [] |
| /src/openthread/src/core/api/tasklet_api.cpp | [] | [] |
| /src/openthread/tests/nexus/test_1_1_9_2_2.cpp | [] | [] |
| /src/openthread/src/posix/platform/hdlc_interface.hpp | [] | [] |
| /src/openthread/src/core/thread/network_data_tlvs.hpp | [] | [] |
| /src/openthread/src/core/thread/network_diagnostic.cpp | [] | [] |
| /src/openthread/tests/nexus/test_1_1_5_3_5.cpp | [] | [] |
| /src/openthread/src/core/thread/anycast_locator.hpp | [] | [] |
| /src/openthread/tests/unit/test_heap_array.cpp | [] | [] |
| /src/openthread/src/core/net/dhcp6_server.hpp | [] | [] |
| /src/openthread/src/core/meshcop/border_agent_tracker.hpp | [] | [] |
| /src/openthread/examples/platforms/utils/logging_rtt.c | [] | [] |
| /src/openthread/third_party/tcplp/bsdtcp/tcp_sack.c | [] | [] |
| /src/openthread/src/core/thread/network_data_service.cpp | [] | [] |
| /src/openthread/tests/unit/test_link_metrics_manager.cpp | [] | [] |
| /src/openthread/src/posix/platform/power.hpp | [] | [] |
| /src/openthread/src/core/thread/network_diagnostic_tlvs.cpp | [] | [] |
| /src/openthread/src/core/thread/thread_netif.cpp | [] | [] |
| /src/openthread/src/core/common/time_ticker.cpp | [] | [] |
| /src/openthread/src/lib/utils/endian.hpp | [] | [] |
| /src/openthread/src/core/common/settings_driver.hpp | [] | [] |
| /src/openthread/src/core/api/coap_api.cpp | [] | [] |
| /src/openthread/src/core/crypto/aes_ccm.hpp | [] | [] |
| /src/openthread/src/core/meshcop/joiner.hpp | [] | [] |
| /src/openthread/tests/nexus/test_1_3_SRPC_TC_4.cpp | [] | [] |
| /src/openthread/src/core/thread/panid_query_server.cpp | [] | [] |
| /src/openthread/src/core/thread/tmf.hpp | [] | [] |
| /src/openthread/src/core/radio/radio_callbacks.cpp | [] | [] |
| /src/openthread/src/core/thread/network_data_publisher.hpp | [] | [] |
| /src/openthread/src/posix/platform/mdns_socket.cpp | [] | [] |
| /src/openthread/tests/unit/test_multicast_listeners_table.cpp | [] | [] |
| /src/openthread/tests/nexus/test_1_2_LP_5_3_4.cpp | [] | [] |
| /src/openthread/src/core/instance/extension.hpp | [] | [] |
| /src/openthread/src/core/meshcop/dataset_manager.hpp | [] | [] |
| /src/openthread/tests/unit/test_spinel_decoder.cpp | [] | [] |
| /src/openthread/src/core/utils/ping_sender.cpp | [] | [] |
| /src/openthread/src/core/common/enum_to_string.hpp | [] | [] |
| /src/openthread/src/cli/cli_tcat.hpp | [] | [] |
| /src/openthread/src/core/thread/network_data_types.hpp | [] | [] |
| /src/openthread/src/core/thread/network_data_local.hpp | [] | [] |
| /src/openthread/src/posix/platform/rcp_caps_diag.cpp | [] | [] |
| /src/openthread/src/core/mac/scan_result.hpp | [] | [] |
| /src/openthread/src/posix/platform/tmp_storage.cpp | [] | [] |
| /src/openthread/third_party/tcplp/bsdtcp/tcp_input.c | [] | [] |
| /src/openthread/src/core/crypto/storage.hpp | [] | [] |
| /src/openthread/src/core/border_router/dhcp6_pd_client.hpp | [] | [] |
| /src/openthread/src/core/meshcop/network_name.cpp | [] | [] |
| /src/openthread/tests/nexus/test_1_1_5_1_7.cpp | [] | [] |
| /src/openthread/src/core/api/netdata_api.cpp | [] | [] |
| /src/openthread/tests/gtest/fake_platform.hpp | [] | [] |
| /src/openthread/third_party/jlink/SEGGER_RTT_V640/RTT/SEGGER_RTT.c | [] | [] |
| /src/openthread/src/cli/cli_history.cpp | [] | [] |
| /src/openthread/tests/nexus/test_1_1_8_2_2.cpp | [] | [] |
| /src/openthread/src/core/net/dns_client.hpp | [] | [] |
| /src/openthread/third_party/tcplp/bsdtcp/tcp_var.h | [] | [] |
| /src/openthread/tests/nexus/test_1_1_5_8_3.cpp | [] | [] |
| /src/openthread/src/core/net/ip6_mpl.hpp | [] | [] |
| /src/openthread/tests/nexus/test_1_1_5_2_5.cpp | [] | [] |
| /src/openthread/src/lib/spinel/spinel_prop_codec.cpp | [] | [] |
| /src/openthread/tests/nexus/test_1_1_5_2_7.cpp | [] | [] |
| /src/openthread/src/core/border_router/br_log.hpp | [] | [] |
| /src/openthread/examples/platforms/utils/code_utils.h | [] | [] |
| /src/openthread/tests/nexus/platform/nexus_logging.cpp | [] | [] |
| /src/openthread/src/core/meshcop/meshcop_leader.cpp | [] | [] |
| /src/openthread/src/core/common/string.hpp | [] | [] |
| /src/openthread/tests/unit/test_tlv.cpp | [] | [] |
| /src/openthread/src/core/common/data.hpp | [] | [] |
| /src/openthread/src/core/net/dns_types.hpp | [] | [] |
| /src/openthread/tests/unit/test_macros.cpp | [] | [] |
| /src/openthread/tests/unit/test_util.h | [] | [] |
| /src/openthread/tests/unit/test_timer.cpp | [] | [] |
| /src/openthread/tests/nexus/test_dtls.cpp | [] | [] |
| /src/openthread/examples/platforms/simulation/dso_transport.c | [] | [] |
| /src/openthread/include/openthread/platform/toolchain.h | [] | [] |
| /src/openthread/src/core/thread/mesh_forwarder.hpp | [] | [] |
| /src/openthread/third_party/tcplp/lib/lbuf.c | [] | [] |
| /src/openthread/src/core/api/dataset_updater_api.cpp | [] | [] |
| /src/openthread/src/core/meshcop/timestamp.hpp | [] | [] |
| /src/openthread/tests/nexus/test_1_3_DBR_TC_10.cpp | [] | [] |
| /src/openthread/src/core/common/heap.cpp | [] | [] |
| /src/openthread/examples/platforms/simulation/dns.c | [] | [] |
| /src/openthread/src/posix/platform/mdns_socket.hpp | [] | [] |
| /src/openthread/src/lib/platform/exit_code.h | [] | [] |
| /src/openthread/src/ncp/changed_props_set.hpp | [] | [] |
| /src/openthread/tests/gtest/fake_coprocessor_platform.cpp | [] | [] |
| /src/openthread/src/core/utils/ping_sender.hpp | [] | [] |
| /src/openthread/src/core/thread/child_supervision.cpp | [] | [] |
| /src/openthread/tests/nexus/test_nat64_translator.cpp | [] | [] |
| /src/openthread/src/lib/spinel/radio_spinel.hpp | [] | [] |
| /src/openthread/src/core/common/msg_backed_array.hpp | [] | [] |
| /src/openthread/src/posix/platform/settings_file.cpp | [] | [] |
| /src/openthread/third_party/tcplp/bsdtcp/tcp_timer.c | [] | [] |
| /src/openthread/examples/platforms/simulation/flash.c | [] | [] |
| /src/openthread/tests/nexus/test_1_1_8_1_2.cpp | [] | [] |
| /src/openthread/tests/unit/test_util.cpp | [] | [] |
| /src/openthread/tests/nexus/test_1_1_6_2_2.cpp | [] | [] |
| /src/openthread/src/core/api/nat64_api.cpp | [] | [] |
| /src/openthread/tests/nexus/test_1_1_8_2_1.cpp | [] | [] |
| /src/openthread/tests/nexus/test_1_2_MATN_TC_12.cpp | [] | [] |
| /src/openthread/tests/nexus/test_1_3_DBR_TC_1.cpp | [] | [] |
| /src/openthread/src/core/api/sntp_api.cpp | [] | [] |
| /src/openthread/tests/unit/test_nat64.cpp | [] | [] |
| /src/openthread/src/posix/platform/firewall.cpp | [] | [] |
| /src/openthread/tests/nexus/test_1_3_SRP_TC_1.cpp | [] | [] |
| /src/openthread/src/core/net/dns_types.cpp | [] | [] |
| /src/openthread/tests/nexus/test_1_1_9_2_5.cpp | [] | [] |
| /src/openthread/src/core/thread/announce_sender.cpp | [] | [] |
| /src/openthread/src/core/net/ip6_address.hpp | [] | [] |
| /src/openthread/src/core/net/dhcp6_types.cpp | [] | [] |
| /src/openthread/src/core/utils/flash.hpp | [] | [] |
| /src/openthread/src/posix/platform/tmp_storage.hpp | [] | [] |
| /src/openthread/tests/nexus/test_1_1_5_3_9.cpp | [] | [] |
| /src/openthread/tests/unit/test_spinel_encoder.cpp | [] | [] |
| /src/openthread/src/core/thread/time_sync_service.cpp | [] | [] |
| /src/openthread/src/core/api/trel_api.cpp | [] | [] |
| /src/openthread/src/core/meshcop/steering_data.cpp | [] | [] |
| /src/openthread/src/core/net/nat64_translator.cpp | [] | [] |
| /src/openthread/src/core/meshcop/dataset_updater.cpp | [] | [] |
| /src/openthread/src/posix/platform/virtual_time.cpp | [] | [] |
| /src/openthread/src/core/radio/trel_link.hpp | [] | [] |
| /src/openthread/src/core/api/radio_stats_api.cpp | [] | [] |
| /src/openthread/src/core/instance/instance.hpp | [] | [] |
| /src/openthread/src/core/common/array.hpp | [] | [] |
| /src/openthread/src/core/net/socket.hpp | [] | [] |
| /src/openthread/src/core/api/heap_api.cpp | [] | [] |
| /src/openthread/src/core/common/binary_search.hpp | [] | [] |
| /src/openthread/src/core/common/crc.hpp | [] | [] |
| /src/openthread/src/lib/spinel/multi_frame_buffer.hpp | [] | [] |
| /src/openthread/tests/nexus/test_1_1_6_5_3.cpp | [] | [] |
| /src/openthread/src/core/api/border_agent_admitter_api.cpp | [] | [] |
| /src/openthread/third_party/tcplp/lib/bitmap.c | [] | [] |
| /src/openthread/src/core/instance/extension_example.cpp | [] | [] |
| /src/openthread/src/cli/cli_dns.cpp | [] | [] |
| /src/openthread/tests/nexus/test_1_1_5_1_6.cpp | [] | [] |
| /src/openthread/src/core/thread/discover_scanner.cpp | [] | [] |
| /src/openthread/src/core/thread/time_sync_service.hpp | [] | [] |
| /src/openthread/tests/nexus/test_1_1_5_8_2.cpp | [] | [] |
| /src/openthread/src/core/thread/csl_tx_scheduler.cpp | [] | [] |
| /src/openthread/tests/nexus/test_1_1_9_2_15.cpp | [] | [] |
| /src/openthread/tests/nexus/test_1_1_5_3_4.cpp | [] | [] |
| /src/openthread/tests/nexus/test_1_2_MATN_TC_10.cpp | [] | [] |
| /src/openthread/tests/unit/test_routing_manager.cpp | [] | [] |
| /src/openthread/src/core/common/owned_ptr.hpp | [] | [] |
| /src/openthread/src/posix/platform/daemon.cpp | [] | [] |
| /src/openthread/src/posix/platform/configuration.cpp | [] | [] |
| /src/openthread/src/core/api/history_tracker_api.cpp | [] | [] |
| /src/openthread/examples/apps/cli/main.c | [] | [] |
| /src/openthread/src/core/thread/network_data_notifier.cpp | [] | [] |
| /src/openthread/src/core/thread/energy_scan_server.cpp | [] | [] |
| /src/openthread/third_party/tcplp/bsdtcp/tcp_timer.h | [] | [] |
| /src/openthread/src/core/coap/coap.cpp | [] | [] |
| /src/openthread/src/core/api/channel_monitor_api.cpp | [] | [] |
| /src/openthread/tests/nexus/platform/nexus_mdns.cpp | [] | [] |
| /src/openthread/src/core/mac/data_poll_handler.cpp | [] | [] |
| /src/openthread/src/core/net/nat64_translator.hpp | [] | [] |
| /src/openthread/src/lib/spinel/example_vendor_hook.cpp | [] | [] |
| /src/openthread/src/core/api/border_agent_ephemeral_key_api.cpp | [] | [] |
| /src/openthread/third_party/tcplp/bsdtcp/ip6.h | [] | [] |
| /src/openthread/src/core/utils/history_tracker_client.cpp | [] | [] |
| /src/openthread/tests/gtest/udp_test.cpp | [] | [] |
| /src/openthread/src/core/thread/mle_types.cpp | [] | [] |
| /src/openthread/tests/nexus/test_1_1_6_1_3.cpp | [] | [] |
| /src/openthread/src/core/coap/coap.hpp | [] | [] |
| /src/openthread/tests/nexus/test_1_3_SRP_TC_11.cpp | [] | [] |
| /src/openthread/src/core/meshcop/secure_transport.cpp | [] | [] |
| /src/openthread/src/ncp/changed_props_set.cpp | [] | [] |
| /src/openthread/src/core/meshcop/dataset.hpp | [] | [] |
| /src/openthread/examples/apps/ncp/main.c | [] | [] |
| /src/openthread/src/core/meshcop/border_agent.cpp | [] | [] |
| /src/openthread/src/core/thread/peer_table.hpp | [] | [] |
| /src/openthread/tests/nexus/test_1_2_MATN_TC_1.cpp | [] | [] |
| /src/openthread/src/core/crypto/aes_ecb.cpp | [] | [] |
| /src/openthread/tests/unit/test_hdlc.cpp | [] | [] |
| /src/openthread/src/core/api/multi_radio_api.cpp | [] | [] |
| /src/openthread/tests/nexus/test_1_3_DBR_TC_2.cpp | [] | [] |
| /src/openthread/src/core/common/settings.cpp | [] | [] |
| /src/openthread/tests/nexus/test_1_1_9_2_12.cpp | [] | [] |
| /src/openthread/src/core/thread/mle_p2p.cpp | [] | [] |
| /src/openthread/src/posix/platform/backtrace.cpp | [] | [] |
| /src/openthread/examples/platforms/simulation/radio.c | [] | [] |
| /src/openthread/src/core/thread/mlr_manager.cpp | [] | [] |
| /src/openthread/src/core/net/dnssd.cpp | [] | [] |
| /src/openthread/src/core/common/message_allocator.hpp | [] | [] |
| /src/openthread/src/core/net/dns_platform.cpp | [] | [] |
| /src/openthread/third_party/jlink/SEGGER_RTT_V640/RTT/SEGGER_RTT_printf.c | [] | [] |
| /src/openthread/src/core/common/time.hpp | [] | [] |
| /src/openthread/tests/nexus/test_1_1_5_3_6.cpp | [] | [] |
| /src/openthread/src/include/common/new.hpp | [] | [] |
| /src/openthread/src/core/api/message_api.cpp | [] | [] |
| /src/openthread/src/core/meshcop/timestamp.cpp | [] | [] |
| /src/openthread/src/core/thread/src_match_controller.cpp | [] | [] |
| /src/openthread/tests/nexus/test_1_3_SRP_TC_8.cpp | [] | [] |
| /src/openthread/src/core/meshcop/border_agent_tracker.cpp | [] | [] |
| /src/openthread/tests/nexus/test_1_2_BBR_TC_3.cpp | [] | [] |
| /src/openthread/tests/nexus/test_1_1_7_1_5.cpp | [] | [] |
| /src/openthread/src/cli/cli_srp_server.cpp | [] | [] |
| /src/openthread/src/core/backbone_router/bbr_manager.hpp | [] | [] |
| /src/openthread/src/core/common/non_copyable.hpp | [] | [] |
| /src/openthread/src/core/mac/channel_mask.cpp | [] | [] |
| /src/openthread/src/cli/cli_tcat.cpp | [] | [] |
| /src/openthread/src/lib/spinel/spinel_decoder.cpp | [] | [] |
| /src/openthread/src/core/common/preference.cpp | [] | [] |
| /src/openthread/src/core/mac/mac.cpp | [] | [] |
| /src/openthread/tests/nexus/test_1_2_MATN_TC_15.cpp | [] | [] |
| /src/openthread/src/posix/platform/radio.cpp | [] | [] |
| /src/openthread/tests/unit/test_message.cpp | [] | [] |
| /src/openthread/src/core/common/appender.hpp | [] | [] |
| /src/openthread/src/cli/cli_link_metrics.cpp | [] | [] |
| /src/openthread/src/core/meshcop/tcat_agent.hpp | [] | [] |
| /src/openthread/examples/platforms/utils/soft_source_match_table.c | [] | [] |
| /src/openthread/examples/platforms/simulation/virtual_time/platform-sim.c | [] | [] |
| /src/openthread/src/core/mac/wakeup_tx_scheduler.cpp | [] | [] |
| /src/openthread/src/core/utils/verhoeff_checksum.hpp | [] | [] |
| /src/openthread/src/core/common/notifier.hpp | [] | [] |
| /src/openthread/tests/nexus/test_1_1_7_1_1.cpp | [] | [] |
| /src/openthread/src/core/api/icmp6_api.cpp | [] | [] |
| /src/openthread/src/core/common/const_cast.hpp | [] | [] |
| /src/openthread/src/core/meshcop/dataset.cpp | [] | [] |
| /src/openthread/src/core/backbone_router/bbr_manager.cpp | [] | [] |
| /src/openthread/tests/nexus/platform/nexus_node.hpp | [] | [] |
| /src/openthread/tests/nexus/test_1_1_5_3_3.cpp | [] | [] |
| /src/openthread/examples/platforms/simulation/infra_if.c | [] | [] |
| /src/openthread/src/core/api/network_time_api.cpp | [] | [] |
| /src/openthread/src/cli/cli_mesh_diag.cpp | [] | [] |
| /src/openthread/tests/nexus/platform/nexus_radio.cpp | [] | [] |
| /src/openthread/src/core/net/dhcp6_server.cpp | [] | [] |
| /src/openthread/tests/nexus/test_1_1_5_1_10.cpp | [] | [] |
| /src/openthread/src/posix/platform/vendor_interface.hpp | [] | [] |
| /src/openthread/tests/nexus/test_border_agent.cpp | [] | [] |
| /src/openthread/tests/fuzz/fuzz_radio-one-node.cpp | ['tests/fuzz/fuzz_radio-one-node.cpp'] | [] |
| /src/openthread/tests/nexus/test_1_3_DBR_TC_3.cpp | [] | [] |
| /src/openthread/tests/nexus/test_1_2_LP_5_3_5.cpp | [] | [] |
| /src/openthread/tests/nexus/platform/nexus_infra_if.cpp | [] | [] |
| /src/openthread/examples/platforms/simulation/misc.c | [] | [] |
| /src/openthread/src/cli/cli_mac_filter.hpp | [] | [] |
| /src/openthread/third_party/tcplp/bsdtcp/tcp.h | [] | [] |
| /src/openthread/src/core/meshcop/border_agent_admitter.hpp | [] | [] |
| /src/openthread/src/core/thread/mle.cpp | [] | [] |
| /src/openthread/src/posix/client.cpp | [] | [] |
| /src/openthread/src/lib/spinel/spinel_buffer.cpp | [] | [] |
| /src/openthread/src/core/net/checksum.hpp | [] | [] |
| /src/openthread/tests/nexus/test_1_2_LP_5_2_1.cpp | [] | [] |
| /src/openthread/src/core/crypto/mbedtls.hpp | [] | [] |
| /src/openthread/tests/nexus/test_discover_scan.cpp | [] | [] |
| /src/openthread/src/core/meshcop/network_name.hpp | [] | [] |
| /src/openthread/tests/unit/test_frame_builder.cpp | [] | [] |
| /src/openthread/src/core/thread/dua_manager.hpp | [] | [] |
| /src/openthread/tests/nexus/test_1_1_5_6_9.cpp | [] | [] |
| /src/openthread/src/core/api/link_metrics_api.cpp | [] | [] |
| /src/openthread/src/core/radio/ble_secure.hpp | [] | [] |
| /src/openthread/src/core/thread/address_resolver.hpp | [] | [] |
| /src/openthread/src/core/net/srp_advertising_proxy.cpp | [] | [] |
| /src/openthread/tests/nexus/test_1_1_5_1_5.cpp | [] | [] |
| /src/openthread/src/core/coap/coap_secure.hpp | [] | [] |
| /src/openthread/tests/nexus/test_1_1_9_2_18.cpp | [] | [] |
| /src/openthread/src/core/mac/scan_result.cpp | [] | [] |
| /src/openthread/tests/unit/test_toolchain.cpp | [] | [] |
| /src/openthread/src/core/api/seeker_api.cpp | [] | [] |
| /src/openthread/src/core/border_router/br_tracker.cpp | [] | [] |
| /src/openthread/src/core/mac/mac_links.hpp | [] | [] |
| /src/openthread/src/core/thread/link_quality.cpp | [] | [] |
| /src/openthread/tests/unit/test_spinel_prop_codec.cpp | [] | [] |
| /src/openthread/src/core/api/ble_secure_api.cpp | [] | [] |
| /src/openthread/tests/nexus/test_1_1_8_3_1.cpp | [] | [] |
| /src/openthread/tests/nexus/test_1_3_DBR_TC_7A.cpp | [] | [] |
| /src/openthread/tools/spi-hdlc-adapter/spi-hdlc-adapter.c | [] | [] |
| /src/openthread/src/core/api/dataset_api.cpp | [] | [] |
| /src/openthread/src/core/api/border_agent_api.cpp | [] | [] |
| /src/openthread/src/core/mac/channel_mask.hpp | [] | [] |
| /src/openthread/tests/nexus/test_1_2_MATN_TC_23.cpp | [] | [] |
| /src/openthread/tests/unit/test_pool.cpp | [] | [] |
| /src/openthread/src/core/mac/data_poll_sender.hpp | [] | [] |
| /src/openthread/src/core/common/owning_list.hpp | [] | [] |
| /src/openthread/src/core/meshcop/seeker.cpp | [] | [] |
| /src/openthread/tests/gtest/fake_coprocessor_platform.hpp | [] | [] |
| /src/openthread/src/cli/cli_coap_secure.cpp | [] | [] |
| /src/openthread/src/lib/spinel/spinel_encoder.hpp | [] | [] |
| /src/openthread/src/core/meshcop/commissioner.cpp | [] | [] |
| /src/openthread/src/core/net/srp_client.cpp | [] | [] |
| /src/openthread/src/core/common/linked_list.hpp | [] | [] |
| /src/openthread/tests/nexus/test_1_3_DIAG_TC_1.cpp | [] | [] |
| /src/openthread/tests/nexus/test_1_1_9_2_4.cpp | [] | [] |
| /src/openthread/src/core/net/ip4_types.hpp | [] | [] |
| /src/openthread/tests/nexus/test_1_2_MATN_TC_4.cpp | [] | [] |
| /src/openthread/src/core/thread/neighbor.hpp | [] | [] |
| /src/openthread/tests/nexus/test_1_2_LP_5_3_3.cpp | [] | [] |
| /src/openthread/tools/ot-fct/cli.cpp | [] | [] |
| /src/openthread/src/core/net/tcp6.cpp | [] | [] |
| /src/openthread/third_party/tcplp/bsdtcp/tcp_fastopen.c | [] | [] |
| /src/openthread/tests/unit/test_network_name.cpp | [] | [] |
| /src/openthread/src/core/thread/network_diagnostic_tlvs.hpp | [] | [] |
| /src/openthread/src/core/thread/router.hpp | [] | [] |
| /src/openthread/src/core/api/dns_server_api.cpp | [] | [] |
| /src/openthread/src/cli/cli_bbr.cpp | [] | [] |
| /src/openthread/src/cli/cli_joiner.cpp | [] | [] |
| /src/openthread/src/lib/spinel/spinel_encoder.cpp | [] | [] |
| /src/openthread/src/core/meshcop/border_agent.hpp | [] | [] |
| /src/openthread/tests/unit/test_tasklet.cpp | [] | [] |
| /src/openthread/src/posix/platform/spi_interface.cpp | [] | [] |
| /src/openthread/src/core/backbone_router/ndproxy_table.cpp | [] | [] |
| /src/openthread/tests/unit/test_meshcop.cpp | [] | [] |
| /src/openthread/src/core/common/settings.hpp | [] | [] |
| /src/openthread/src/core/thread/lowpan.cpp | [] | [] |
| /src/openthread/src/core/thread/peer_table.cpp | [] | [] |
| /src/openthread/examples/apps/cli/cli_uart.cpp | [] | [] |
| /src/openthread/src/core/meshcop/tcat_agent.cpp | [] | [] |
| /src/openthread/src/core/meshcop/network_identity.hpp | [] | [] |
| /src/openthread/src/core/api/channel_manager_api.cpp | [] | [] |
| /src/openthread/src/core/backbone_router/bbr_local.hpp | [] | [] |
| /src/openthread/src/core/net/slaac_address.cpp | [] | [] |
| /src/openthread/src/cli/cli_tcp.cpp | [] | [] |
| /src/openthread/src/core/thread/thread_tlvs.hpp | [] | [] |
| /src/openthread/src/core/common/iterator_utils.hpp | [] | [] |
| /src/openthread/tests/nexus/test_1_2_MATN_TC_26.cpp | [] | [] |
| /src/openthread/tests/nexus/test_1_1_7_1_6.cpp | [] | [] |
| /src/openthread/src/core/radio/trel_peer_discoverer.hpp | [] | [] |
| /src/openthread/src/core/common/clearable.hpp | [] | [] |
| /src/openthread/src/core/common/bit_utils.cpp | [] | [] |
| /src/openthread/src/cli/cli_ba.cpp | [] | [] |
| /src/openthread/third_party/jlink/SEGGER_RTT_V640/Syscalls/SEGGER_RTT_Syscalls_SES.c | [] | [] |
| /src/openthread/src/core/api/backbone_router_api.cpp | [] | [] |
| /src/openthread/src/core/radio/trel_packet.cpp | [] | [] |
| /src/openthread/third_party/tcplp/bsdtcp/tcp_fsm.h | [] | [] |
| /src/openthread/src/core/thread/child_table.cpp | [] | [] |
| /src/openthread/examples/platforms/utils/link_metrics.cpp | [] | [] |
| /src/openthread/tests/nexus/test_1_1_6_1_4.cpp | [] | [] |
| /src/openthread/src/cli/cli_mdns.hpp | [] | [] |
| /src/openthread/src/core/net/icmp6.cpp | [] | [] |
| /src/openthread/src/core/common/equatable.hpp | [] | [] |
| /src/openthread/tests/unit/test_priority_queue.cpp | [] | [] |
| /src/openthread/src/core/utils/jam_detector.hpp | [] | [] |
| /src/openthread/src/core/net/socket.cpp | [] | [] |
| /src/openthread/src/core/thread/link_quality.hpp | [] | [] |
| /src/openthread/tests/nexus/test_1_1_9_2_6.cpp | [] | [] |
| /src/openthread/src/posix/cli_readline.cpp | [] | [] |
| /src/openthread/src/core/common/ptr_wrapper.hpp | [] | [] |
| /src/openthread/src/core/api/udp_api.cpp | [] | [] |
| /src/openthread/src/cli/cli_ping.cpp | [] | [] |
| /src/openthread/third_party/tcplp/bsdtcp/cc/cc_newreno.c | [] | [] |
| /src/openthread/third_party/tcplp/lib/cbuf.c | [] | [] |
| /src/openthread/src/cli/cli_br.hpp | [] | [] |
| /src/openthread/src/core/net/sntp_client.hpp | [] | [] |
| /src/openthread/src/core/thread/link_metrics.cpp | [] | [] |
| /src/openthread/tests/unit/test_aes.cpp | [] | [] |
| /src/openthread/src/core/thread/mesh_forwarder.cpp | [] | [] |
| /src/openthread/src/core/crypto/mbedtls.cpp | [] | [] |
| /src/openthread/include/openthread/nat64.h | [] | [] |
| /src/openthread/tests/nexus/test_1_1_5_1_4.cpp | [] | [] |
| /src/openthread/src/core/utils/parse_cmdline.hpp | [] | [] |
| /src/openthread/src/core/meshcop/joiner_router.cpp | [] | [] |
| /src/openthread/src/core/border_router/dhcp6_pd_client.cpp | [] | [] |
| /src/openthread/tests/nexus/test_1_1_6_5_2.cpp | [] | [] |
| /src/openthread/src/core/coap/coap_message.cpp | [] | [] |
| /src/openthread/src/core/meshcop/border_agent_admitter.cpp | [] | [] |
| /src/openthread/src/core/net/dnssd_server.hpp | [] | [] |
| /src/openthread/src/core/api/p2p_api.cpp | [] | [] |
| /src/openthread/src/lib/spinel/spinel_driver.cpp | [] | [] |
| /src/openthread/tests/nexus/test_large_network.cpp | [] | [] |
| /src/openthread/src/core/common/string.cpp | [] | [] |
| /src/openthread/src/core/common/tlvs.cpp | [] | [] |
| /src/openthread/src/core/thread/peer.hpp | [] | [] |
| /src/openthread/src/core/net/checksum.cpp | [] | [] |
| /src/openthread/src/lib/spinel/spinel.h | [] | [] |
| /src/openthread/src/core/thread/csl_tx_scheduler.hpp | [] | [] |
| /src/openthread/tests/unit/test_dns.cpp | [] | [] |
| /src/openthread/tests/gtest/mock_callback.hpp | [] | [] |
| /src/openthread/src/core/net/udp6.cpp | [] | [] |
| /src/openthread/src/lib/hdlc/hdlc.cpp | [] | [] |
| /src/openthread/src/core/diags/factory_diags.cpp | [] | [] |
| /src/openthread/tests/nexus/test_1_1_5_6_7.cpp | [] | [] |
| /src/openthread/src/core/net/dns_dso.cpp | [] | [] |
| /src/openthread/src/core/utils/history_tracker_server.cpp | [] | [] |
| /src/openthread/src/cli/cli_mdns.cpp | [] | [] |
| /src/openthread/src/core/net/icmp6.hpp | [] | [] |
| /src/openthread/tests/unit/test_string.cpp | [] | [] |
| /src/openthread/src/ncp/ncp_spi.cpp | [] | [] |
| /src/openthread/src/core/meshcop/dataset_manager.cpp | [] | [] |
| /src/openthread/src/core/mac/link_raw.hpp | [] | [] |
| /src/openthread/src/posix/platform/spinel_manager.hpp | [] | [] |
| /src/openthread/src/core/net/ip4_types.cpp | [] | [] |
| /src/openthread/src/core/thread/mle_tlvs.cpp | [] | [] |
| /src/openthread/src/ncp/ncp_base.cpp | [] | [] |
| /src/openthread/src/core/common/error.cpp | [] | [] |
| /src/openthread/src/core/api/dataset_ftd_api.cpp | [] | [] |
| /src/openthread/src/core/radio/radio.cpp | [] | [] |
| /src/openthread/tests/fuzz/fuzz_ip6.cpp | ['tests/fuzz/fuzz_ip6.cpp'] | [] |
| /src/openthread/tests/nexus/platform/nexus_trel.hpp | [] | [] |
| /src/openthread/src/core/api/steering_data_api.cpp | [] | [] |
| /src/openthread/tests/unit/test_offset_range.cpp | [] | [] |
| /src/openthread/tests/unit/test_hmac_sha256.cpp | [] | [] |
| /src/openthread/tests/nexus/test_1_2_LP_7_1_2.cpp | [] | [] |
| /src/openthread/tests/nexus/test_1_1_5_3_2.cpp | [] | [] |
| /src/openthread/src/core/net/sntp_client.cpp | [] | [] |
| /src/openthread/tests/nexus/test_1_3_DPR_TC_2.cpp | [] | [] |
| /src/openthread/src/core/api/tcp_api.cpp | [] | [] |
| /src/openthread/src/core/common/bit_utils.hpp | [] | [] |
| /src/openthread/src/core/thread/thread_link_info.hpp | [] | [] |
| /src/openthread/tests/nexus/test_1_1_5_1_9.cpp | [] | [] |
| /src/openthread/src/core/api/joiner_api.cpp | [] | [] |
| /src/openthread/tests/nexus/test_1_2_MATN_TC_2.cpp | [] | [] |
| /src/openthread/src/posix/platform/resolver.cpp | [] | [] |
| /src/openthread/tests/nexus/test_border_agent_tracker.cpp | [] | [] |
| /src/openthread/examples/platforms/simulation/crypto.c | [] | [] |
| /src/openthread/src/core/thread/uri_paths.cpp | [] | [] |
| /src/openthread/src/core/border_router/br_types.cpp | [] | [] |
| /src/openthread/tests/unit/test_srp_adv_proxy.cpp | [] | [] |
| /src/openthread/tests/nexus/test_1_1_5_3_1.cpp | [] | [] |
| /src/openthread/tests/unit/test_platform.cpp | [] | [] |
| /src/openthread/src/core/api/backbone_router_ftd_api.cpp | [] | [] |
| /src/openthread/src/core/thread/indirect_sender.cpp | [] | [] |
| /src/openthread/src/core/thread/neighbor.cpp | [] | [] |
| /src/openthread/tests/unit/test_smart_ptrs.cpp | [] | [] |
| /src/openthread/tests/nexus/platform/nexus_core.hpp | [] | [] |
| /src/openthread/tests/unit/test_heap.cpp | [] | [] |
| /src/openthread/src/core/net/dnssd.hpp | [] | [] |
| /src/openthread/tests/nexus/platform/nexus_settings.cpp | [] | [] |
| /src/openthread/tests/unit/test_ndproxy_table.cpp | [] | [] |
| /src/openthread/src/core/api/netdata_publisher_api.cpp | [] | [] |
| /src/openthread/tests/nexus/test_mle_blocking_downgrade.cpp | [] | [] |
| /src/openthread/src/core/common/timer.cpp | [] | [] |
| /src/openthread/third_party/tcplp/bsdtcp/tcp_const.h | [] | [] |
| /src/openthread/tests/nexus/test_1_3_DBR_TC_6.cpp | [] | [] |
| /src/openthread/src/core/common/log.hpp | [] | [] |
| /src/openthread/src/core/thread/energy_scan_server.hpp | [] | [] |
| /src/openthread/src/core/thread/message_framer.cpp | [] | [] |
| /src/openthread/src/core/mac/sub_mac.cpp | [] | [] |
| /src/openthread/src/core/thread/network_diagnostic.hpp | [] | [] |
| /src/openthread/include/openthread/platform/crypto.h | [] | [] |
| /src/openthread/tests/nexus/platform/nexus_alarm.cpp | [] | [] |
| /src/openthread/tests/fuzz/fuzz_mdns.cpp | ['tests/fuzz/fuzz_mdns.cpp'] | [] |
| /src/openthread/src/posix/platform/config_file.cpp | [] | [] |
| /src/openthread/src/cli/cli_br.cpp | [] | [] |
| /src/openthread/tests/nexus/test_1_1_5_1_13.cpp | [] | [] |
| /src/openthread/src/core/thread/mle_tlvs.hpp | [] | [] |
| /src/openthread/examples/platforms/utils/settings_ram.c | [] | [] |
| /src/openthread/src/core/thread/mle.hpp | [] | [] |
| /src/openthread/src/core/meshcop/extended_panid.cpp | [] | [] |
| /src/openthread/src/core/thread/anycast_locator.cpp | [] | [] |
| /src/openthread/tests/gtest/fake_platform.cpp | [] | [] |
| /src/openthread/src/core/mac/mac_frame.cpp | [] | [] |
| /src/openthread/src/core/border_router/routing_manager.hpp | [] | [] |
| /src/openthread/tests/nexus/test_trel.cpp | [] | [] |
| /src/openthread/tests/nexus/test_1_1_5_6_3.cpp | [] | [] |
| /src/openthread/tests/nexus/platform/nexus_infra_if.hpp | [] | [] |
| /src/openthread/src/posix/platform/udp.cpp | [] | [] |
| /src/openthread/src/core/backbone_router/bbr_local.cpp | [] | [] |
| /src/openthread/tests/nexus/test_1_1_7_1_3.cpp | [] | [] |
| /src/openthread/tests/nexus/test_1_2_MATN_TC_5.cpp | [] | [] |
| /src/openthread/src/core/mac/sub_mac_callbacks.cpp | [] | [] |
| /src/openthread/src/core/mac/wakeup_tx_scheduler.hpp | [] | [] |
| /src/openthread/src/core/crypto/storage.cpp | [] | [] |
| /src/openthread/src/posix/platform/hdlc_interface.cpp | [] | [] |
| /src/openthread/src/core/crypto/hmac_sha256.cpp | [] | [] |
| /src/openthread/tests/nexus/test_1_3_SRPC_TC_7.cpp | [] | [] |
| /src/openthread/tests/nexus/test_1_3_DPR_TC_1.cpp | [] | [] |
| /src/openthread/tests/nexus/test_1_2_LP_5_3_6.cpp | [] | [] |
| /src/openthread/src/core/common/random.cpp | [] | [] |
| /src/openthread/src/posix/platform/settings_file.hpp | [] | [] |
| /src/openthread/src/cli/cli_extension_example.c | [] | [] |
| /src/openthread/src/core/net/dhcp6_client.hpp | [] | [] |
| /src/openthread/tests/nexus/test_1_1_6_6_1.cpp | [] | [] |
| /src/openthread/src/core/api/random_crypto_api.cpp | [] | [] |
| /src/openthread/src/core/mac/mac_filter.hpp | [] | [] |
| /src/openthread/tests/nexus/test_1_1_5_1_11.cpp | [] | [] |
| /src/openthread/tests/unit/test_mle.cpp | [] | [] |
| /src/openthread/tests/nexus/test_1_1_5_5_1.cpp | [] | [] |
| /src/openthread/src/core/thread/tmf.cpp | [] | [] |
| /src/openthread/src/core/crypto/sha256.cpp | [] | [] |
| /src/openthread/src/core/common/binary_search.cpp | [] | [] |
| /src/openthread/tests/nexus/test_1_2_LP_5_3_2.cpp | [] | [] |
| /src/openthread/tests/nexus/platform/nexus_alarm.hpp | [] | [] |
| /src/openthread/src/core/common/bit_set.hpp | [] | [] |
| /src/openthread/src/core/api/srp_client_api.cpp | [] | [] |
| /src/openthread/src/posix/platform/system.cpp | [] | [] |
| /src/openthread/src/cli/cli_udp.cpp | [] | [] |
| /src/openthread/src/lib/spinel/spinel_helper.cpp | [] | [] |
| /src/openthread/src/core/common/heap_data.hpp | [] | [] |
| /src/openthread/src/core/api/ping_sender_api.cpp | [] | [] |
| /src/openthread/src/core/utils/srp_client_buffers.hpp | [] | [] |
| /src/openthread/tests/nexus/test_1_3_SRP_TC_13.cpp | [] | [] |
| /src/openthread/tests/nexus/test_1_3_DBR_TC_8.cpp | [] | [] |
| /src/openthread/tests/unit/test_hkdf_sha256.cpp | [] | [] |
| /src/openthread/src/posix/platform/configuration.hpp | [] | [] |
| /src/openthread/src/core/meshcop/border_agent_txt_data.hpp | [] | [] |
| /src/openthread/third_party/jlink/SEGGER_RTT_V640/Examples/Main_RTT_SpeedTestApp.c | [] | [] |
| /src/openthread/src/core/utils/history_tracker_server.hpp | [] | [] |
| /src/openthread/src/core/net/dhcp6_types.hpp | [] | [] |
| /src/openthread/src/core/common/time_ticker.hpp | [] | [] |
| /src/openthread/src/core/net/nd6.hpp | [] | [] |
| /src/openthread/src/posix/platform/multicast_routing.cpp | [] | [] |
| /src/openthread/src/core/border_router/br_types.hpp | [] | [] |
| /src/openthread/src/core/net/dns_client.cpp | [] | [] |
| /src/openthread/tests/unit/test_cmd_line_parser.cpp | [] | [] |
| /src/openthread/tests/unit/test_tcat.cpp | [] | [] |
| /src/openthread/tests/unit/test_link_quality.cpp | [] | [] |
| /src/openthread/src/core/coap/coap_secure.cpp | [] | [] |
| /src/openthread/src/core/radio/radio.hpp | [] | [] |
| /src/openthread/tests/nexus/test_1_1_5_1_8.cpp | [] | [] |
| /src/openthread/src/core/radio/trel_interface.cpp | [] | [] |
| /src/openthread/src/core/common/offset_range.hpp | [] | [] |
| /src/openthread/src/core/utils/flash.cpp | [] | [] |
| /src/openthread/src/core/common/heap_data.cpp | [] | [] |
| /src/openthread/tests/nexus/test_1_1_5_7_1.cpp | [] | [] |
| /src/openthread/src/core/coap/coap_message.hpp | [] | [] |
| /src/openthread/tests/unit/test_ncp_cli.cpp | [] | [] |
| /src/openthread/src/core/utils/channel_manager.hpp | [] | [] |
| /src/openthread/src/lib/utils/math.hpp | [] | [] |
| /src/openthread/third_party/jlink/SEGGER_RTT_V640/RTT/SEGGER_RTT_Conf.h | [] | [] |
| /src/openthread/src/core/common/uptime.cpp | [] | [] |
| /src/openthread/src/core/border_router/multi_ail_detector.hpp | [] | [] |
| /src/openthread/src/posix/platform/radio_url.cpp | [] | [] |
| /src/openthread/src/core/net/ip6_filter.hpp | [] | [] |
| /src/openthread/src/core/net/dhcp6_client.cpp | [] | [] |
| /src/openthread/tests/nexus/test_1_1_9_2_10.cpp | [] | [] |
| /src/openthread/src/lib/spinel/logger.cpp | [] | [] |
| /src/openthread/tests/unit/test_dataset.cpp | [] | [] |
| /src/openthread/src/core/net/slaac_address.hpp | [] | [] |
| /src/openthread/tests/unit/test_spinel_buffer.cpp | [] | [] |
| /src/openthread/src/core/common/tasklet.cpp | [] | [] |
| /src/openthread/examples/platforms/simulation/multipan.c | [] | [] |
| /src/openthread/third_party/jlink/SEGGER_RTT_V640/Syscalls/SEGGER_RTT_Syscalls_IAR.c | [] | [] |
| /src/openthread/src/core/api/dns_api.cpp | [] | [] |
| /src/openthread/tests/fuzz/fuzz_cli.cpp | ['tests/fuzz/fuzz_cli.cpp'] | [] |
| /src/openthread/tests/unit/test_lowpan.hpp | [] | [] |
| /src/openthread/src/core/common/tasklet.hpp | [] | [] |
| /src/openthread/src/core/meshcop/secure_transport.hpp | [] | [] |
| /src/openthread/src/core/thread/link_metrics_tlvs.hpp | [] | [] |
| /src/openthread/src/core/thread/child_table.hpp | [] | [] |
| /src/openthread/src/cli/cli.cpp | [] | [] |
| /src/openthread/src/core/api/link_api.cpp | [] | [] |
| /src/openthread/tests/nexus/test_1_1_6_1_7.cpp | [] | [] |
| /src/openthread/tests/nexus/test_1_1_6_4_2.cpp | [] | [] |
| /src/openthread/src/core/border_router/multi_ail_detector.cpp | [] | [] |
| /src/openthread/src/core/api/thread_ftd_api.cpp | [] | [] |
| /src/openthread/tests/nexus/test_1_1_5_5_7.cpp | [] | [] |
| /src/openthread/tests/unit/test_seeker.cpp | [] | [] |
| /src/openthread/src/core/common/heap_string.cpp | [] | [] |
| /src/openthread/src/core/net/srp_server.hpp | [] | [] |
| /src/openthread/src/core/thread/address_resolver.cpp | [] | [] |
| /src/openthread/tests/nexus/test_1_1_7_1_8.cpp | [] | [] |
| /src/openthread/tests/nexus/test_1_1_5_2_1.cpp | [] | [] |
| /src/openthread/tests/nexus/test_1_1_5_5_2.cpp | [] | [] |
| /src/openthread/tests/nexus/test_1_1_5_5_4_1.cpp | [] | [] |
| /src/openthread/src/core/backbone_router/ndproxy_table.hpp | [] | [] |
| /src/openthread/tests/nexus/platform/nexus_pcap.cpp | [] | [] |
| /src/openthread/src/core/mac/mac_filter.cpp | [] | [] |
| /src/openthread/src/cli/cli_coap.hpp | [] | [] |
| /src/openthread/third_party/tcplp/bsdtcp/cc.h | [] | [] |
| /src/openthread/src/core/radio/trel_peer.cpp | [] | [] |
| /src/openthread/src/core/thread/network_data_publisher.cpp | [] | [] |
| /src/openthread/examples/platforms/simulation/dnssd.c | [] | [] |
| /src/openthread/tests/nexus/test_1_1_8_1_6.cpp | [] | [] |
| /src/openthread/src/core/radio/trel_link.cpp | [] | [] |
| /src/openthread/include/openthread/ip6.h | [] | [] |
| /src/openthread/third_party/tcplp/lib/bitmap.h | [] | [] |
| /src/openthread/src/core/thread/src_match_controller.hpp | [] | [] |
| /src/openthread/tests/nexus/test_1_3_DBR_TC_7C.cpp | [] | [] |
| /src/openthread/tests/nexus/test_1_1_8_1_1.cpp | [] | [] |
| /src/openthread/src/cli/cli_history.hpp | [] | [] |
| /src/openthread/src/core/common/log.cpp | [] | [] |
| /src/openthread/include/openthread/platform/radio.h | [] | [] |
| /src/openthread/tests/nexus/test_1_1_5_1_3.cpp | [] | [] |
| /src/openthread/examples/platforms/simulation/virtual_time/alarm-sim.c | [] | [] |
| /src/openthread/src/core/thread/key_manager.cpp | [] | [] |
| /src/openthread/tests/nexus/test_1_2_LP_5_3_8.cpp | [] | [] |
| /src/openthread/src/ncp/ncp_base_mtd.cpp | [] | [] |
| /src/openthread/src/core/backbone_router/bbr_leader.hpp | [] | [] |
| /src/openthread/src/core/radio/trel_packet.hpp | [] | [] |
| /src/openthread/src/core/thread/vendor_info.cpp | [] | [] |
| /src/openthread/src/core/mac/sub_mac.hpp | [] | [] |
| /src/openthread/tests/nexus/test_1_1_5_2_6.cpp | [] | [] |
| /src/openthread/tests/nexus/test_1_1_5_1_1.cpp | [] | [] |
| /src/openthread/src/core/radio/max_power_table.hpp | [] | [] |
| /src/openthread/src/core/mac/data_poll_handler.hpp | [] | [] |
| /src/openthread/tests/nexus/test_1_1_5_6_5.cpp | [] | [] |
| /src/openthread/src/core/utils/history_tracker_tlvs.hpp | [] | [] |
| /src/openthread/src/core/thread/lowpan.hpp | [] | [] |
| /src/openthread/src/core/meshcop/meshcop_leader.hpp | [] | [] |
| /src/openthread/src/core/thread/link_metrics_types.hpp | [] | [] |
| /src/openthread/examples/platforms/simulation/simul_utils.c | [] | [] |
| /src/openthread/src/core/border_router/rx_ra_tracker.hpp | [] | [] |
| /src/openthread/examples/platforms/simulation/uart.c | [] | [] |
| /src/openthread/src/core/meshcop/steering_data.hpp | [] | [] |
| /src/openthread/src/core/net/ip6.hpp | [] | [] |
| /src/openthread/src/core/backbone_router/multicast_listeners_table.hpp | [] | [] |
| /src/openthread/src/core/mac/mac.hpp | [] | [] |
| /src/openthread/tests/nexus/platform/nexus_misc.cpp | [] | [] |
| /src/openthread/third_party/tcplp/bsdtcp/sys/queue.h | [] | [] |
| /src/openthread/tests/unit/test_dso.cpp | [] | [] |
| /src/openthread/src/core/api/border_agent_tracker_api.cpp | [] | [] |
| /src/openthread/src/cli/cli_utils.hpp | [] | [] |
| /src/openthread/third_party/jlink/SEGGER_RTT_V640/Syscalls/SEGGER_RTT_Syscalls_GCC.c | [] | [] |
| /src/openthread/tests/nexus/test_1_3_SRP_TC_5.cpp | [] | [] |
| /src/openthread/src/cli/cli_network_data.hpp | [] | [] |
| /src/openthread/tests/unit/test_flash.cpp | [] | [] |
| /src/openthread/src/core/thread/key_manager.hpp | [] | [] |
| /src/openthread/src/posix/platform/spi_interface.hpp | [] | [] |
| /src/openthread/src/cli/cli_srp_server.hpp | [] | [] |
| /src/openthread/src/lib/platform/exit_code.c | [] | [] |
| /src/openthread/tools/ot-fct/cli.hpp | [] | [] |
| /src/openthread/tests/nexus/test_1_3_SRP_TC_12.cpp | [] | [] |
| /src/openthread/src/core/thread/announce_begin_server.cpp | [] | [] |
| /src/openthread/src/lib/platform/reset_util.h | [] | [] |
| /src/openthread/third_party/tcplp/bsdtcp/tcp_subr.c | [] | [] |
| /src/openthread/tests/nexus/test_1_1_9_2_1.cpp | [] | [] |
| /src/openthread/tests/nexus/test_1_3_SRPC_TC_5.cpp | [] | [] |
| /src/openthread/tests/unit/test_trickle_timer.cpp | [] | [] |
| /src/openthread/examples/platforms/simulation/system.c | [] | [] |
| /src/openthread/src/core/common/encoding.hpp | [] | [] |
| /src/openthread/tests/nexus/test_1_1_5_3_8.cpp | [] | [] |
| /src/openthread/tests/nexus/test_1_1_9_2_17.cpp | [] | [] |
| /src/openthread/src/core/common/serial_number.hpp | [] | [] |
| /src/openthread/src/cli/cli_dns.hpp | [] | [] |
| /src/openthread/src/posix/platform/multicast_routing.hpp | [] | [] |
| /src/openthread/src/lib/spinel/spinel_interface.hpp | [] | [] |
| /src/openthread/src/core/crypto/crypto_platform_psa.cpp | [] | [] |
| /src/openthread/src/posix/platform/netif.cpp | [] | [] |
| /src/openthread/src/posix/platform/alarm.cpp | [] | [] |
| /src/openthread/src/core/api/server_api.cpp | [] | [] |
| /src/openthread/tests/unit/test_dhcp6_pd_client.cpp | [] | [] |
| /src/openthread/src/core/instance/instance.cpp | [] | [] |
| /src/openthread/tests/nexus/test_1_1_5_6_6.cpp | [] | [] |
| /src/openthread/tests/unit/test_coap_message.cpp | [] | [] |
| /src/openthread/src/core/api/diags_api.cpp | [] | [] |
| /src/openthread/src/core/utils/history_tracker_tlvs.cpp | [] | [] |
| /src/openthread/src/cli/cli_commissioner.hpp | [] | [] |
| /src/openthread/src/core/thread/mlr_manager.hpp | [] | [] |
| /src/openthread/src/core/utils/channel_monitor.cpp | [] | [] |
| /src/openthread/src/core/net/ip6_headers.cpp | [] | [] |
| /src/openthread/tests/nexus/test_1_1_5_6_4.cpp | [] | [] |
| /src/openthread/src/core/meshcop/joiner.cpp | [] | [] |
| /src/openthread/src/ncp/example_vendor_hook.cpp | [] | [] |
| /src/openthread/src/ncp/ncp_base_ftd.cpp | [] | [] |
| /src/openthread/tests/nexus/test_1_2_BBR_TC_2.cpp | [] | [] |
| /src/openthread/src/core/common/timer.hpp | [] | [] |
| /src/openthread/src/cli/cli_coap.cpp | [] | [] |
| /src/openthread/src/core/border_router/infra_if.hpp | [] | [] |
| /src/openthread/src/core/meshcop/meshcop_tlvs.cpp | [] | [] |
| /src/openthread/src/core/mac/mac_header_ie.cpp | [] | [] |
| /src/openthread/tests/nexus/test_1_2_LP_7_1_1.cpp | [] | [] |
| /src/openthread/src/core/common/frame_builder.hpp | [] | [] |
| /src/openthread/src/core/common/frame_builder.cpp | [] | [] |
| /src/openthread/src/core/api/ip6_api.cpp | [] | [] |
| /src/openthread/tests/nexus/test_1_1_5_3_7.cpp | [] | [] |
| /src/openthread/tests/nexus/test_1_3_SRP_TC_15.cpp | [] | [] |
| /src/openthread/tests/unit/test_data.cpp | [] | [] |
| /src/openthread/src/posix/platform/infra_if.hpp | [] | [] |
| Directory |
|---|
| /src/openthread/third_party/tcplp/lib/ |
| /src/openthread/src/include/common/ |
| /src/openthread/src/cli/ |
| /src/openthread/src/core/instance/ |
| /src/openthread/third_party/tcplp/bsdtcp/sys/ |
| /src/openthread/third_party/jlink/SEGGER_RTT_V640/Examples/ |
| /src/openthread/tests/gtest/ |
| /src/openthread/src/lib/utils/ |
| /src/openthread/src/lib/platform/ |
| /src/openthread/include/openthread/platform/ |
| /src/openthread/src/core/thread/ |
| /src/openthread/src/posix/platform/ |
| /src/openthread/src/posix/ |
| /src/openthread/examples/apps/ncp/ |
| /src/openthread/src/core/coap/ |
| /src/openthread/tools/ot-fct/ |
| /src/openthread/tests/fuzz/ |
| /src/openthread/tests/nexus/platform/ |
| /src/openthread/tools/spi-hdlc-adapter/ |
| /src/openthread/tests/nexus/ |
| /src/openthread/src/lib/url/ |
| /src/openthread/src/lib/hdlc/ |
| /src/openthread/src/core/mac/ |
| /src/openthread/src/core/api/ |
| /src/openthread/examples/platforms/simulation/virtual_time/ |
| /src/openthread/examples/apps/cli/ |
| /src/openthread/examples/platforms/utils/ |
| /src/openthread/third_party/tcplp/lib/test/ |
| /src/openthread/src/core/diags/ |
| /src/openthread/src/core/meshcop/ |
| /src/openthread/src/core/backbone_router/ |
| /src/openthread/src/ncp/ |
| /src/openthread/examples/platforms/simulation/ |
| /src/openthread/third_party/jlink/SEGGER_RTT_V640/RTT/ |
| /src/openthread/tests/unit/ |
| /src/openthread/src/core/net/ |
| /src/openthread/src/core/border_router/ |
| /src/openthread/third_party/tcplp/bsdtcp/cc/ |
| /src/openthread/include/openthread/ |
| /src/openthread/src/lib/spinel/ |
| /src/openthread/src/core/crypto/ |
| /src/openthread/src/core/utils/ |
| /src/openthread/src/core/radio/ |
| /src/openthread/src/core/common/ |
| /src/openthread/third_party/tcplp/bsdtcp/ |
| /src/openthread/third_party/jlink/SEGGER_RTT_V640/Syscalls/ |
This section shows a list of 3rd party function calls and their relative coverage information. By static analysis of the target project code, all of the 3rd party function call and their caller information, including the source file and line number that initiate the call are captured. The caller source code file and line number are shown in column 2 while column 1 is the function name of the 3rd party function call. Each occurrent of the 3rd party function call will occuply a separate row. Column 3 of each row indicate if the 3rd party call in the source file line is unreachable. Column 4 lists all fuzzers that have covered that particular system call in that specific location (source file and line)during their dynamic fuzzing.
| Target sink | Callsite location | Reached by fuzzer | Covered by Fuzzers |
|---|
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_mdns.cpp | fuzzerLogFile-fuzz_mdns.data | fuzzerLogFile-fuzz_mdns.data.yaml | |
| tests/fuzz/fuzz_ip6.cpp | fuzzerLogFile-fuzz_ip6.data | fuzzerLogFile-fuzz_ip6.data.yaml | |
| tests/fuzz/fuzz_icmp6.cpp | fuzzerLogFile-fuzz_icmp6.data | fuzzerLogFile-fuzz_icmp6.data.yaml | |
| tests/fuzz/fuzz_radio-one-node.cpp | fuzzerLogFile-fuzz_radio-one-node.data | fuzzerLogFile-fuzz_radio-one-node.data.yaml | |
| tests/fuzz/fuzz_trel.cpp | fuzzerLogFile-fuzz_trel.data | fuzzerLogFile-fuzz_trel.data.yaml | |
| tests/fuzz/fuzz_cli.cpp | fuzzerLogFile-fuzz_cli.data | fuzzerLogFile-fuzz_cli.data.yaml |