Home
last modified time | relevance | path

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

123

/openthread-latest/src/core/backbone_router/
Dndproxy_table.cpp191 NdProxy *found = nullptr; in FindByAddressIid() local
197 ExitNow(found = &proxy); in FindByAddressIid()
203 found ? found->mMeshLocalIid.ToString().AsCString() : "NOT_FOUND"); in FindByAddressIid()
204 return found; in FindByAddressIid()
209 NdProxy *found = nullptr; in FindByMeshLocalIid() local
215 ExitNow(found = &proxy); in FindByMeshLocalIid()
221 found ? found->mAddressIid.ToString().AsCString() : "NOT_FOUND"); in FindByMeshLocalIid()
222 return found; in FindByMeshLocalIid()
227 NdProxy *found = nullptr; in FindInvalid() local
231 ExitNow(found = &proxy); in FindInvalid()
[all …]
Dbbr_leader.cpp228 bool found = false; in UpdateDomainPrefixConfig() local
234 found = true; in UpdateDomainPrefixConfig()
239 if (!found) in UpdateDomainPrefixConfig()
/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_asn1write.function473 mbedtls_asn1_named_data *found = NULL;
487 found = mbedtls_asn1_store_named_data(&head,
498 /* position should have been found and modified. */
500 TEST_ASSERT(found == pointers[position]);
503 TEST_ASSERT(found == head);
506 TEST_ASSERT(found != &nd[i]);
511 if (found != NULL && found == head && found != pointers[from]) {
512 mbedtls_free(found->oid.p);
513 mbedtls_free(found);
527 mbedtls_asn1_named_data *found = NULL;
[all …]
Dhelpers.function36 #define KEY_VALUE_MAPPING_FOUND 0 /* Integer expression found */
39 #define KEY_VALUE_MAPPING_NOT_FOUND -1 /* Integer expression not found */
41 #define DISPATCH_TEST_FN_NOT_FOUND -3 /* Test function not found */
Dtest_suite_asn1write.data346 Store named data: not found
367 Store named data: found, null to zero
370 Store named data: found, null to data
373 Store named data: found, data to zero
376 Store named data: found, smaller data
379 Store named data: found, same-size data
382 Store named data: found, larger data
Dmain_test.function70 * \return 0 if exp_id is found. 1 otherwise.
154 * \return DISPATCH_TEST_SUCCESS if found
155 * DISPATCH_TEST_FN_NOT_FOUND if not found
192 * \return DISPATCH_TEST_SUCCESS if found
193 * DISPATCH_TEST_FN_NOT_FOUND if not found
/openthread-latest/src/core/utils/
Dslaac_address.cpp175 bool found = false; in RemoveOrDeprecateAddresses() local
188 found = true; in RemoveOrDeprecateAddresses()
193 if (found) in RemoveOrDeprecateAddresses()
263 bool found = false; in AddAddresses() local
280 found = true; in AddAddresses()
285 if (found) in AddAddresses()
294 found = true; in AddAddresses()
299 if (!found) in AddAddresses()
/openthread-latest/src/core/net/
Dnd_agent.cpp55 bool found = false; in UpdateService() local
73 found = true; in UpdateService()
77 if (!found) in UpdateService()
Ddhcp6_client.cpp62 bool found = false; in UpdateAddresses() local
75 found = false; in UpdateAddresses()
87 found = true; in UpdateAddresses()
92 if (!found) in UpdateAddresses()
112 found = false; in UpdateAddresses()
126 found = true; in UpdateAddresses()
132 if (!found) in UpdateAddresses()
Ddhcp6_server.cpp65 bool found = false; in UpdateService() local
86 found = true; in UpdateService()
91 if (!found) in UpdateService()
Dudp6.cpp483 bool found = false; in IsPortInUse() local
489 found = true; in IsPortInUse()
494 return found; in IsPortInUse()
/openthread-latest/tests/scripts/thread-cert/
Dcommand.py521 found = False
525 found = True
527 assert found, "AddressRegistration TLV doesn't have CID {} ".format(cid)
542 found = False
548 found = True
551 return found
565 found = False
575 found = True
577 assert found, 'Error: Expected (cid, iid):({},{}) Not Found'.format(cid, iid)
697 found = False
[all …]
/openthread-latest/third_party/mbedtls/repo/scripts/
Dgenerate_errors.pl58 my $found = 0;
86 ++$found;
88 if ($found) {
/openthread-latest/third_party/mbedtls/repo/library/
Dssl_cache.c156 goto found; in ssl_cache_pick_writing_slot()
172 goto found; in ssl_cache_pick_writing_slot()
198 goto found; in ssl_cache_pick_writing_slot()
227 found: in ssl_cache_pick_writing_slot()
/openthread-latest/src/core/thread/
Dradio_selector.cpp222 bool found = false; in Select() local
242 if (!found || (selectedPreference < preference)) in Select()
244 found = true; in Select()
/openthread-latest/third_party/build_gn/
DBUILDCONFIG.gn3 # found in the LICENSE file.
/openthread-latest/third_party/mbedtls/repo/
DChangeLog721 was found by TrustInSoft Analyzer during REDOCS'22) and #1120.
921 Fixes 'file not found with <angled> include' error
1644 More details on PCKS#11 wrapper removal can be found in the mailing list
2112 Many thanks to guidovranken who found this issue via differential fuzzing
2249 fixes a local Lucky 13 cache attack found and reported by Tuba Yavuz,
2885 * Remove the mbedtls namespacing from the header file, to fix a "file not found"
3216 (found by Catena cyber using oss-fuzz)
3292 * Fix a memory leak in mbedtls_x509_csr_parse(), found by catenacyber,
3348 curves as well as RSA. Fixes #777 found by dbedev.
4182 * Removed potential leak in mbedtls_rsa_rsassa_pkcs1_v15_sign(), found by
[all …]
DBUGS.md7 If you think you've found a bug in Mbed TLS, please follow these steps:
/openthread-latest/examples/platforms/simulation/
DREADME.md14 After a successful build, the `elf` files are found in:
/openthread-latest/src/posix/platform/
Dmulticast_routing.cpp176 bool found = false; in HasMulticastListener() local
182 … VerifyOrExit(static_cast<const Ip6::Address &>(listenerInfo.mAddress) != aAddress, found = true); in HasMulticastListener()
186 return found; in HasMulticastListener()
Dnetif.cpp766 bool found = false; in HasAddedOmrRoute() local
772 found = true; in HasAddedOmrRoute()
777 return found; in HasAddedOmrRoute()
858 bool found = false; in HasExternalRouteInNetData() local
864 found = true; in HasExternalRouteInNetData()
868 return found; in HasExternalRouteInNetData()
873 bool found = false; in HasAddedExternalRoute() local
879 found = true; in HasAddedExternalRoute()
883 return found; in HasAddedExternalRoute()
/openthread-latest/
DNOTICE7 information about the benefits thereof, can be found at http://threadgroup.org.
/openthread-latest/src/posix/
DREADME.md25 If built successfully, the binary should be found at: `build/posix/src/posix/ot-cli`.
50 The nRF example platform driver can be found in the [ot-nrf528xx](https://github.com/openthread/ot-…
/openthread-latest/third_party/mbedtls/repo/tests/scripts/
Dcheck_names.py888 found = name_match.name in all_caps_names
895 found = name_match.name.replace(
899 if not found and not typo_exclusion.search(name_match.name):
/openthread-latest/third_party/build_gn/toolchain/
DBUILD.gn3 # found in the LICENSE file.

123