Home
last modified time | relevance | path

Searched defs:index (Results 1 – 25 of 82) sorted by relevance

1234

/openthread-latest/tests/unit/
Dtest_child.cpp53 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 …]
Dtest_flash.cpp94 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
Dtest_array.cpp52 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
Dtest_dnssd_discovery_proxy.cpp312 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 …]
Dtest_dns.cpp376 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
Dtest_dns_client.cpp385 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
Dtest_child_table.cpp180 for (uint16_t index = 0; index < aChildListLength; index++) in VerifyChildTableContent() local
210 for (uint16_t index = 0; index < aChildListLength; index++) in VerifyChildTableContent() local
Dtest_mdns.cpp739 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 …]
Dtest_ip_address.cpp329 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
Dtest_hmac_sha256.cpp92 uint8_t index; in TestSha256() local
233 uint8_t index; in TestHmacSha256() local
Dtest_message_queue.cpp209 uint16_t index = 0; in TestMessageQueue() local
/openthread-latest/src/core/mac/
Dmac_frame.cpp248 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/
Dchanged_props_set.cpp113 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/
Dcli_history.cpp161 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
Dcli_srp_client.cpp303 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
Dcli_dns.cpp505 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
Dcli_mac_filter.cpp274 for (size_t index = 0; index < OT_ARRAY_LENGTH(kModeCommands); index++) in Process() local
/openthread-latest/src/core/thread/
Dchild.cpp89 Ip6AddressArray::IndexType index; in GetMlrState() local
110 Ip6AddressArray::IndexType index; in SetMlrState() local
/openthread-latest/tests/scripts/thread-cert/
Dmcast6.py51 def if_indextoname(index): argument
/openthread-latest/src/core/utils/
Dflash.cpp121 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
Dhistory_tracker.cpp571 uint32_t index; in MapEntryNumberToListIndex() local
597 uint16_t index = MapEntryNumberToListIndex(entryNumber, aMaxSize); in UpdateAgedEntries() local
Dverhoeff_checksum.cpp121 uint16_t index = 0; in ComputeCode() local
/openthread-latest/src/core/backbone_router/
Dmulticast_listeners_table.cpp186 uint16_t index = aIndex; in SiftHeapElemDown() local
227 uint16_t index = aIndex; in SiftHeapElemUp() local
/openthread-latest/src/core/common/
Dnotifier.cpp281 for (uint8_t index = 0; index < GetArrayLength(kEventStrings); index++) in EventToString() local
/openthread-latest/src/core/net/
Dtcp6_ext.cpp206 size_t index; in GetIndex() local

1234