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/src/core/mac/
Dmac_types.cpp205 uint32_t counter = 0; in Get() local
247 uint32_t counter = 0; in GetMaximum() 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/cli/
Dcli.cpp2080 for (const BrCounterName &counter : kCounterNames) in OutputBorderRouterCounters() local
2260 for (const MacCounterName &counter : kTxCounterNames) in Process() local
2267 for (const MacCounterName &counter : kRxCounterNames) in Process() local
2334 for (const MleCounterName &counter : kCounterNames) in Process() local
2352 for (const MleTimeCounterName &counter : kTimeCounterNames) in Process() local
2415 for (const IpCounterName &counter : kCounterNames) in Process() local
8057 for (const CounterName &counter : kCounterNames) in OutputNetworkDiagMacCounters() local
8098 for (const CounterName &counter : kCounterNames) in OutputNetworkDiagMleCounters() local
8103 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.cpp652 uint16_t counter = mAttachCounter - 1; in GetAttachStartDelay() local
4508 uint32_t counter; in AppendLinkFrameCounterTlv() local
4591 uint8_t counter = 0; in AppendAddressRegistrationTlv() local
/openthread-latest/src/core/net/
Dip6.cpp1425 otPacketsAndBytes *counter = nullptr; in UpdateBorderRoutingCounters() local
Ddns_client.cpp178 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