/openthread-latest/tests/unit/ |
D | test_child.cpp | 53 for (uint8_t index = 0; index < aAddressListLength; index++) in VerifyChildIp6Addresses() local 64 for (uint8_t index = 0; index < aAddressListLength; index++) in VerifyChildIp6Addresses() local 77 for (uint8_t index = 0; index < aAddressListLength; index++) in VerifyChildIp6Addresses() local 152 for (uint8_t index = 0; index < numAddresses; index++) in TestChildIp6Address() local 166 for (uint8_t index = 0; index < numAddresses; index++) in TestChildIp6Address() local 177 for (uint8_t index = 0; index < numAddresses; index++) in TestChildIp6Address() local 189 for (uint8_t index = 0; index < numAddresses; index++) in TestChildIp6Address() local 204 for (uint8_t index = 0; index < numAddresses; index++) in TestChildIp6Address() local 209 for (uint8_t index = numAddresses - 1; index > 0; index--) in TestChildIp6Address() local 227 for (uint8_t index = 0; index < numAddresses; index++) in TestChildIp6Address() local [all …]
|
D | test_flash.cpp | 94 for (uint16_t index = 0; index < 16; index++) in TestFlash() local 101 for (uint16_t index = 0; index < 16; index++) in TestFlash() local 110 for (uint16_t index = 0; index < 16; index++) in TestFlash() local 120 for (uint16_t index = 0; index < 16; index++) in TestFlash() local 134 for (uint16_t index = 0; index < 4; index++) in TestFlash() local 143 for (uint16_t index = 0; index < 4; index++) in TestFlash() local 170 for (uint16_t index = 0; index < 4096; index++) in TestFlash() local
|
D | test_array.cpp | 52 uint8_t index; in TestArray() local 267 for (uint8_t index = 0; index < array1.GetLength(); index++) in TestArrayCopyAndFindMatching() local 284 for (uint8_t index = 0; index < array1.GetLength(); index++) in TestArrayCopyAndFindMatching() local
|
D | test_dnssd_discovery_proxy.cpp | 312 for (uint16_t index = 0;; index++) in BrowseCallback() local 401 for (uint8_t index = 0; index < kMaxHostAddresses; index++) in ServiceCallback() local 421 for (uint8_t index = 0; index < sResolveServiceInfo.mNumHostAddresses; index++) in ServiceCallback() local 463 for (uint8_t index = 0; index < kMaxHostAddresses; index++) in AddressCallback() local 481 for (uint8_t index = 0; index < sResolveAddressInfo.mNumHostAddresses; index++) in AddressCallback() local 673 for (uint16_t index = 0; index < aResult.mAddressesLength; index++) in InvokeIp6AddrResolverCallback() local 688 for (uint16_t index = 0; index < aResult.mAddressesLength; index++) in InvokeIp4AddrResolverCallback() local 2172 for (uint16_t index = 0; index < 2; index++) in TestProxySharedResolver() local 2186 for (uint16_t index = 0; index < 2; index++) in TestProxySharedResolver() local 2276 for (uint16_t index = 0; index < 5; index++) in TestProxyFilterInvalidAddresses() local [all …]
|
D | test_dns.cpp | 376 for (uint8_t index = 0; test.mLabels[index] != nullptr; index++) in TestDnsName() local 413 for (uint8_t index = 0; test.mLabels[index] != nullptr; index++) in TestDnsName() local 531 for (uint8_t index = 0; test.mLabels[index] != nullptr; index++) in TestDnsName() local 669 for (uint8_t index = 0; index < kHeaderOffset + kGuardBlockSize; index++) in TestDnsCompressedName() local 681 for (uint8_t index = 0; index < kGuardBlockSize; index++) in TestDnsCompressedName() local 694 for (uint8_t index = 0; index < kGuardBlockSize; index++) in TestDnsCompressedName() local 1162 uint16_t index; in TestHeaderAndResourceRecords() local 1612 uint8_t index; in TestDnsTxtEntry() local
|
D | test_dns_client.cpp | 385 for (uint16_t index = 0;; index++) in BrowseCallback() local 455 for (uint8_t index = 0; index < kMaxHostAddresses; index++) in ServiceCallback() local 475 for (uint8_t index = 0; index < sResolveServiceInfo.mNumHostAddresses; index++) in ServiceCallback() local 661 for (uint8_t index = 0; index < kNumAddresses; index++) in TestDnsClient() local 860 for (uint8_t index = 0; index < kNumAddresses; index++) in TestDnsClient() local 909 for (uint8_t index = 0; index < kNumAddresses; index++) in TestDnsClient() local
|
D | test_child_table.cpp | 180 for (uint16_t index = 0; index < aChildListLength; index++) in VerifyChildTableContent() local 210 for (uint16_t index = 0; index < aChildListLength; index++) in VerifyChildTableContent() local
|
D | test_mdns.cpp | 739 for (uint16_t index = 0; index < aHost.mAddressesLength; index++) in ValidateAsProbeFor() local 788 for (uint16_t index = 0; index < aHost.mAddressesLength; index++) in Validate() local 1340 for (uint32_t index = 0; index < aNumAddrs; index++) in SendHostAddrResponse() local 1424 for (uint16_t index = 0; index < aNumAnswers; index++) in SendPtrQueryWithKnownAnswers() local 1462 for (uint16_t index = 0; index < aNumAnswers; index++) in SendEmtryPtrQueryWithKnownAnswers() local 2685 for (uint16_t index = 0; index < service.mSubTypeLabelsLength; index++) in TestServiceSubTypeReg() local 2769 for (uint16_t index = 0; index < service.mSubTypeLabelsLength; index++) in TestServiceSubTypeReg() local 2870 for (uint16_t index = 0; index < service.mSubTypeLabelsLength; index++) in TestServiceSubTypeReg() local 2928 for (uint16_t index = 0; index < service.mSubTypeLabelsLength; index++) in TestServiceSubTypeReg() local 3427 for (uint16_t index = 0; index < 7; index++) in TestQuery() local [all …]
|
D | test_ip_address.cpp | 329 uint8_t index = bit / kBitsPerByte; in CheckPrefix() local 350 uint8_t index = bit / kBitsPerByte; in CheckPrefixInIid() local 371 uint8_t index = bit / kBitsPerByte; in CheckInterfaceId() local 509 uint8_t index = (bitNumber / 8); in TestIp6Prefix() local
|
D | test_hmac_sha256.cpp | 92 uint8_t index; in TestSha256() local 233 uint8_t index; in TestHmacSha256() local
|
D | test_message_queue.cpp | 209 uint16_t index = 0; in TestMessageQueue() local
|
/openthread-latest/src/core/mac/ |
D | mac_frame.cpp | 248 uint8_t index = FindPayloadIndex(); in ValidatePsdu() local 299 uint8_t index; in FindDstPanIdIndex() local 365 uint8_t index = FindDstPanIdIndex(); in GetDstPanId() local 376 uint8_t index = FindDstPanIdIndex(); in SetDstPanId() local 402 uint8_t index = FindDstAddrIndex(); in GetDstAddr() local 433 uint8_t index = FindDstAddrIndex(); in SetDstAddr() local 461 uint8_t index = 0; in FindSrcPanIdIndex() local 531 uint8_t index = FindSrcPanIdIndex(); in GetSrcPanId() local 543 uint8_t index = FindSrcPanIdIndex(); in SetSrcPanId() local 554 uint8_t index = 0; in FindSrcAddrIndex() local [all …]
|
/openthread-latest/src/ncp/ |
D | changed_props_set.cpp | 113 for (uint8_t index = 0; index < numEntries; index++, entry++) in Add() local 135 for (uint8_t index = 0; index < numEntries; index++, entry++) in EnablePropertyFilter() local 177 for (uint8_t index = 0; index < numEntries; index++, entry++) in IsPropertyFiltered() local
|
/openthread-latest/src/cli/ |
D | cli_history.cpp | 161 for (uint16_t index = 0; (numEntries == 0) || (index < numEntries); index++) in Process() local 281 for (uint16_t index = 0; (numEntries == 0) || (index < numEntries); index++) in Process() local 396 for (uint16_t index = 0; (numEntries == 0) || (index < numEntries); index++) in Process() local 542 for (uint16_t index = 0; (numEntries == 0) || (index < numEntries); index++) in Process() local 667 for (uint16_t index = 0; (numEntries == 0) || (index < numEntries); index++) in Process() local 1109 for (uint16_t index = 0; (numEntries == 0) || (index < numEntries); index++) in ProcessRxTxHistory() local 1331 for (uint16_t index = 0; (numEntries == 0) || (index < numEntries); index++) in Process() local 1420 for (uint16_t index = 0; (numEntries == 0) || (index < numEntries); index++) in Process() local
|
D | cli_srp_client.cpp | 303 for (uint8_t index = 0; index < hostInfo->mNumAddresses; index++) in Process() local 715 for (uint16_t index = 0; index + 1 < arrayLength; index++) in ProcessServiceAdd() local 804 for (uint8_t index = 0; index < aHostInfo.mNumAddresses; index++) in OutputHostInfo() local 833 for (uint16_t index = 0; aService.mSubTypeLabels[index] != nullptr; index++) in OutputService() local
|
D | cli_dns.cpp | 505 for (size_t index = 0; index < OT_ARRAY_LENGTH(kServiceModeStrings); index++) in ParseDnsServiceMode() local 537 uint16_t index = 0; in HandleDnsAddressResponse() local 595 uint16_t index = 0; in HandleDnsBrowseResponse() local
|
D | cli_mac_filter.cpp | 274 for (size_t index = 0; index < OT_ARRAY_LENGTH(kModeCommands); index++) in Process() local
|
/openthread-latest/src/core/thread/ |
D | child.cpp | 89 Ip6AddressArray::IndexType index; in GetMlrState() local 110 Ip6AddressArray::IndexType index; in SetMlrState() local
|
/openthread-latest/tests/scripts/thread-cert/ |
D | mcast6.py | 51 def if_indextoname(index): argument
|
/openthread-latest/src/core/utils/ |
D | flash.cpp | 121 int index = 0; // This must be initialized to 0. See [Note] in Delete(). in Get() local 261 int index = 0; // This must be initialized to 0. See [Note] below. in Delete() local
|
D | history_tracker.cpp | 571 uint32_t index; in MapEntryNumberToListIndex() local 597 uint16_t index = MapEntryNumberToListIndex(entryNumber, aMaxSize); in UpdateAgedEntries() local
|
D | verhoeff_checksum.cpp | 121 uint16_t index = 0; in ComputeCode() local
|
/openthread-latest/src/core/backbone_router/ |
D | multicast_listeners_table.cpp | 186 uint16_t index = aIndex; in SiftHeapElemDown() local 227 uint16_t index = aIndex; in SiftHeapElemUp() local
|
/openthread-latest/src/core/common/ |
D | notifier.cpp | 281 for (uint8_t index = 0; index < GetArrayLength(kEventStrings); index++) in EventToString() local
|
/openthread-latest/src/core/net/ |
D | tcp6_ext.cpp | 206 size_t index; in GetIndex() local
|