Home
last modified time | relevance | path

Searched refs:target (Results 1 – 25 of 59) sorted by relevance

123

/openthread-latest/tools/harness-simulation/posix/
Dinstall.sh59 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/
DREADME.md17 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/
Daddress_resolver.cpp664 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 …]
Ddua_manager.cpp621 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/
Dtest_data_generation.py218 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)
Dbignum_common.py87 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/
DBUILD.gn41 # 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/
Dtranslate_ciphers.py172 def main(target, names): argument
173 print(format_ciphersuite_names(target, names))
180 main(ARGS.target, ARGS.names)
/openthread-latest/third_party/mbedtls/repo/
DCMakeLists.txt6 # 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/
DCMakeLists.txt321 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)
Daesce.c85 # 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/
Dassemble_changelog.py312 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,
Dwindows_msbuild.bat4 @rem https://docs.microsoft.com/en-us/cpp/build/how-to-modify-the-target-framework-and-…
/openthread-latest/src/posix/platform/
Dvendor_extension_example.cmake31 # 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/
DDockerfile83 && 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/
Dpacket_filter.py412 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/
DCMakeLists.txt3 # Test the target renaming support by adding a prefix to the targets built
/openthread-latest/third_party/mbedtls/repo/programs/test/cmake_package_install/
DCMakeLists.txt25 --target install)
/openthread-latest/src/core/backbone_router/
Dbbr_manager.cpp374 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/
DREADME.txt5 this target. They can be used as a basis for custom configurations.
/openthread-latest/tools/ot-fct/
DREADME.md64 Show the target power table.
/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_psa_crypto_slot_management.function529 /* 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/
Dsniffer.py117 self._thread = threading.Thread(target=self._sniffer_main_loop)
/openthread-latest/examples/platforms/zephyr/
DCMakeLists.txt29 # Intentionally empty, the file is only needed to enable "zephyr" target
/openthread-latest/third_party/mbedtls/repo/programs/test/
DCMakeLists.txt58 # this file will also be used in another directory, so create a target, see

123