| /openthread-latest/src/core/backbone_router/ |
| D | ndproxy_table.cpp | 191 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 …]
|
| D | bbr_leader.cpp | 228 bool found = false; in UpdateDomainPrefixConfig() local 234 found = true; in UpdateDomainPrefixConfig() 239 if (!found) in UpdateDomainPrefixConfig()
|
| /openthread-latest/third_party/mbedtls/repo/tests/suites/ |
| D | test_suite_asn1write.function | 473 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 …]
|
| D | helpers.function | 36 #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 */
|
| D | test_suite_asn1write.data | 346 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
|
| D | main_test.function | 70 * \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/ |
| D | slaac_address.cpp | 175 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/ |
| D | nd_agent.cpp | 55 bool found = false; in UpdateService() local 73 found = true; in UpdateService() 77 if (!found) in UpdateService()
|
| D | dhcp6_client.cpp | 62 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()
|
| D | dhcp6_server.cpp | 65 bool found = false; in UpdateService() local 86 found = true; in UpdateService() 91 if (!found) in UpdateService()
|
| D | udp6.cpp | 483 bool found = false; in IsPortInUse() local 489 found = true; in IsPortInUse() 494 return found; in IsPortInUse()
|
| /openthread-latest/tests/scripts/thread-cert/ |
| D | command.py | 521 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/ |
| D | generate_errors.pl | 58 my $found = 0; 86 ++$found; 88 if ($found) {
|
| /openthread-latest/third_party/mbedtls/repo/library/ |
| D | ssl_cache.c | 156 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/ |
| D | radio_selector.cpp | 222 bool found = false; in Select() local 242 if (!found || (selectedPreference < preference)) in Select() 244 found = true; in Select()
|
| /openthread-latest/third_party/build_gn/ |
| D | BUILDCONFIG.gn | 3 # found in the LICENSE file.
|
| /openthread-latest/third_party/mbedtls/repo/ |
| D | ChangeLog | 721 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 …]
|
| D | BUGS.md | 7 If you think you've found a bug in Mbed TLS, please follow these steps:
|
| /openthread-latest/examples/platforms/simulation/ |
| D | README.md | 14 After a successful build, the `elf` files are found in:
|
| /openthread-latest/src/posix/platform/ |
| D | multicast_routing.cpp | 176 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()
|
| D | netif.cpp | 766 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/ |
| D | NOTICE | 7 information about the benefits thereof, can be found at http://threadgroup.org.
|
| /openthread-latest/src/posix/ |
| D | README.md | 25 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/ |
| D | check_names.py | 888 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/ |
| D | BUILD.gn | 3 # found in the LICENSE file.
|