/openthread-latest/tools/harness-simulation/posix/ |
D | install.sh | 59 local target build_dir cflags version options 60 target="ot-cli-ftd" 71 OT_CMAKE_NINJA_TARGET="$target" \ 86 local target build_dir version rcp_options 87 target="ot-rcp" 97 OT_CMAKE_NINJA_TARGET="$target" \
|
/openthread-latest/third_party/jlink/ |
D | README.md | 17 With RTT it is possible to output information from the target microcontroller as 19 the target's real time behavior. SEGGER RTT can be used with any J-Link model and 20 any supported target processor which allows background memory access, which are
|
/openthread-latest/src/core/thread/ |
D | address_resolver.cpp | 664 Ip6::Address target; in HandleTmf() local 674 SuccessOrExit(Tlv::Find<ThreadTargetTlv>(aMessage, target)); in HandleTmf() 690 … aMessageInfo.GetPeerAddr().GetIid().GetLocator(), target.ToString().AsCString(), rloc16); in HandleTmf() 692 entry = FindCacheEntry(target, list, prev); in HandleTmf() 704 …VerifyOrExit(entry->GetMeshLocalIid() == meshLocalIid, SendAddressError(target, meshLocalIid, null… in HandleTmf() 726 Get<MeshForwarder>().HandleResolved(target, kErrorNone); in HandleTmf() 777 Ip6::Address target; in HandleTmf() local 796 SuccessOrExit(error = Tlv::Find<ThreadTargetTlv>(aMessage, target)); in HandleTmf() 801 …if (address.GetAddress() == target && Get<Mle::MleRouter>().GetMeshLocalEid().GetIid() != meshLoca… in HandleTmf() 834 if (child.RemoveIp6Address(target) == kErrorNone) in HandleTmf() [all …]
|
D | dua_manager.cpp | 621 Ip6::Address target; in ProcessDuaResponse() local 627 target = mRegisteringDua; in ProcessDuaResponse() 632 SuccessOrExit(error = Tlv::Find<ThreadTargetTlv>(aMessage, target)); in ProcessDuaResponse() 635 VerifyOrExit(Get<BackboneRouter::Leader>().IsDomainUnicast(target), error = kErrorDrop); in ProcessDuaResponse() 638 if (Get<ThreadNetif>().HasUnicastAddress(target)) in ProcessDuaResponse() 676 if (iter.HasIp6Address(target)) in ProcessDuaResponse() 703 IgnoreError(child->RemoveIp6Address(target)); in ProcessDuaResponse() 716 … SendAddressNotification(target, static_cast<ThreadStatusTlv::DuaStatus>(status), *child); in ProcessDuaResponse()
|
/openthread-latest/third_party/mbedtls/repo/scripts/mbedtls_dev/ |
D | test_data_generation.py | 218 options.targets = [os.path.basename(re.sub(r'\.data\Z', r'', target)) 219 for target in options.targets 220 if target != '-'] 223 for target in options.targets: 224 generator.generate_target(target)
|
D | bignum_common.py | 87 def zfill_match(reference: str, target: str) -> str: 90 lt = len(target) 93 return "{:x}".format(int(target, 16)).zfill(target_len)
|
/openthread-latest/third_party/build_gn/toolchain/ |
D | BUILD.gn | 41 # Use this for {{output_extension}} expansions unless a target manually 42 # overrides it (in which case {{output_extension}} will be what the target 45 # Use this for {{output_dir}} expansions unless a target manually overrides 46 # it (in which case {{output_dir}} will be what the target specifies).
|
/openthread-latest/third_party/mbedtls/repo/tests/scripts/ |
D | translate_ciphers.py | 172 def main(target, names): argument 173 print(format_ciphersuite_names(target, names)) 180 main(ARGS.target, ARGS.names)
|
/openthread-latest/third_party/mbedtls/repo/ |
D | CMakeLists.txt | 6 # command but rather at the target level using the 10 # directories. That way, a target linking to a library (using the 14 # CMake in order to avoid target name clashes, via the use of 74 option(DISABLE_PACKAGE_CONFIG_AND_INSTALL "Disable package configuration, target export and install… 144 set(target "${CMAKE_CURRENT_SOURCE_DIR}/${base_name}") variable 149 if (EXISTS ${target} AND NOT EXISTS ${link}) 151 execute_process(COMMAND ln -s ${target} ${link} 156 message(FATAL_ERROR "Could not create symbolic link for: ${target} --> ${output}") 159 if (IS_DIRECTORY ${target}) 160 … file(GLOB_RECURSE files FOLLOW_SYMLINKS LIST_DIRECTORIES false RELATIVE ${target} "${target}/*") [all …]
|
/openthread-latest/third_party/mbedtls/repo/library/ |
D | CMakeLists.txt | 321 foreach(target IN LISTS target_libraries) 322 add_library(MbedTLS::${target} ALIAS ${target}) # add_subdirectory support 328 target_include_directories(${target} 336 target_compile_definitions(${target} 340 target_compile_definitions(${target} 344 TARGETS ${target} 350 endforeach(target)
|
D | aesce.c | 85 # pragma clang attribute push (__attribute__((target("aes"))), apply_to=function) 89 # pragma clang attribute push (__attribute__((target("aes"))), apply_to=function) 93 # pragma GCC target ("+crypto")
|
/openthread-latest/third_party/mbedtls/repo/scripts/ |
D | assemble_changelog.py | 312 def list_merges(some_hash, target, *options): argument 319 '..'.join([some_hash, target])]) 328 target = 'HEAD' 332 ancestry = frozenset(cls.list_merges(some_hash, target, 336 first_parents = cls.list_merges(some_hash, target,
|
D | windows_msbuild.bat | 4 @rem https://docs.microsoft.com/en-us/cpp/build/how-to-modify-the-target-framework-and-…
|
/openthread-latest/src/posix/platform/ |
D | vendor_extension_example.cmake | 31 # Set name of the cmake target to link with rcp-vendor-intf 34 # Create library target using source file "vendor_source.cpp"
|
/openthread-latest/etc/docker/android-trusty/ |
D | Dockerfile | 83 && mkdir -p out/target/product/generic/obj/ \ 84 …&& cp -r "$ANDROID_NDK_PATH"/platforms/android-27/arch-arm/usr/lib out/target/product/generic/obj/… 88 …urces/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a/libgnustl_shared.so out/target/product/generic/ob…
|
/openthread-latest/tests/scripts/thread-cert/pktverify/ |
D | packet_filter.py | 412 target: str, 421 target=target) 427 …def filter_backbone_query(self, target: str, *, eth_src: EthAddr, port: int = None) -> 'PacketFilt… 429 'thread_bl.tlv.target_eid == {target}', target=target)
|
/openthread-latest/third_party/mbedtls/repo/programs/test/cmake_subproject/ |
D | CMakeLists.txt | 3 # Test the target renaming support by adding a prefix to the targets built
|
/openthread-latest/third_party/mbedtls/repo/programs/test/cmake_package_install/ |
D | CMakeLists.txt | 25 --target install)
|
/openthread-latest/src/core/backbone_router/ |
D | bbr_manager.cpp | 374 Ip6::Address target; in HandleDuaRegistration() local 383 SuccessOrExit(error = Tlv::Find<ThreadTargetTlv>(aMessage, target)); in HandleDuaRegistration() 404 VerifyOrExit(Get<Leader>().IsDomainUnicast(target), status = ThreadStatusTlv::kDuaInvalid); in HandleDuaRegistration() 408 …switch (mNdProxyTable.Register(target.GetIid(), meshLocalIid, aMessageInfo.GetPeerAddr().GetIid().… in HandleDuaRegistration() 439 SendDuaRegistrationResponse(aMessage, aMessageInfo, target, status); in HandleDuaRegistration()
|
/openthread-latest/third_party/mbedtls/repo/configs/ |
D | README.txt | 5 this target. They can be used as a basis for custom configurations.
|
/openthread-latest/tools/ot-fct/ |
D | README.md | 64 Show the target power table.
|
/openthread-latest/third_party/mbedtls/repo/tests/suites/ |
D | test_suite_psa_crypto_slot_management.function | 529 /* Prepare the target slot. */ 541 /* Destroy the source to ensure that this doesn't affect the target. */ 544 /* If the target key is persistent, restart the system to make 552 /* Test that the target slot has the expected content. */ 594 * Source and target key attributes may have been returned by 650 /* Populate the target slot. */ 674 /* Test that the target slot is unaffected. */
|
/openthread-latest/tests/scripts/thread-cert/ |
D | sniffer.py | 117 self._thread = threading.Thread(target=self._sniffer_main_loop)
|
/openthread-latest/examples/platforms/zephyr/ |
D | CMakeLists.txt | 29 # Intentionally empty, the file is only needed to enable "zephyr" target
|
/openthread-latest/third_party/mbedtls/repo/programs/test/ |
D | CMakeLists.txt | 58 # this file will also be used in another directory, so create a target, see
|