Home
last modified time | relevance | path

Searched defs:counter (Results 1 – 12 of 12) sorted by relevance

/openthread-latest/tests/unit/
Dtest_util.cpp41 uint16_t counter; in DumpBuffer() local
/openthread-latest/third_party/mbedtls/repo/library/
Dchacha20.c183 uint32_t counter) in mbedtls_chacha20_starts()
247 uint32_t counter, in mbedtls_chacha20_crypt()
Dpkcs5.c281 unsigned char counter[4]; in pkcs5_pbkdf2_hmac() local
Drsa.c1620 unsigned char counter[4]; in mgf_mask() local
/openthread-latest/third_party/tcplp/bsdtcp/
Dtcp_fastopen.c504 tcp_fastopen_decrement_counter(unsigned int *counter) in tcp_fastopen_decrement_counter()
/openthread-latest/src/core/mac/
Dmac_types.cpp236 uint32_t counter = 0; in Get() local
278 uint32_t counter = 0; in GetMaximum() local
/openthread-latest/src/cli/
Dcli.cpp697 for (const BaCounterName &counter : kBaCounterNames) in OutputBorderAgentCounters() local
2172 for (const BrCounterName &counter : kCounterNames) in OutputBorderRouterCounters() local
2352 for (const MacCounterName &counter : kTxCounterNames) in Process() local
2359 for (const MacCounterName &counter : kRxCounterNames) in Process() local
2428 for (const MleCounterName &counter : kCounterNames) in Process() local
2446 for (const MleTimeCounterName &counter : kTimeCounterNames) in Process() local
2509 for (const IpCounterName &counter : kCounterNames) in Process() local
7736 for (const CounterName &counter : kCounterNames) in OutputNetworkDiagMacCounters() local
7777 for (const CounterName &counter : kCounterNames) in OutputNetworkDiagMleCounters() local
7782 for (const TimeCounterName &counter : kTimeCounterNames) in OutputNetworkDiagMleCounters() local
/openthread-latest/third_party/mbedtls/repo/tests/include/test/
Dssl_helpers.h87 size_t counter; member
/openthread-latest/src/core/thread/
Dmle.cpp659 uint16_t counter = mAttachCounter - 1; in GetAttachStartDelay() local
4880 uint32_t counter; in AppendLinkFrameCounterTlv() local
4963 uint8_t counter = 0; in AppendAddressRegistrationTlv() local
/openthread-latest/src/core/net/
Dip6.cpp1407 otPacketsAndBytes *counter = nullptr; in UpdateBorderRoutingCounters() local
Ddns_client.cpp170 for (uint16_t counter = 0; counter < kMaxCnameAliasNameChanges; counter++) in CheckForHostNameAlias() local
/openthread-latest/tests/scripts/thread-cert/
Dnode.py407 def _process_traffic_counters(self, counter): argument
419 def _process_packet_counters(self, counter): argument