Home
last modified time | relevance | path

Searched refs:otNat64Counters (Results 1 – 3 of 3) sorted by relevance

/openthread-3.6.0/include/openthread/
Dnat64.h95 typedef struct otNat64Counters struct
101 } otNat64Counters; argument
109 otNat64Counters mTotal; ///< Counters for sum of all protocols.
110 otNat64Counters mIcmp; ///< Counters for ICMP and ICMPv6.
111 otNat64Counters mUdp; ///< Counters for UDP.
112 otNat64Counters mTcp; ///< Counters for TCP.
/openthread-3.6.0/src/cli/
Dcli.hpp481 void OutputNat64Counters(const otNat64Counters &aCounters);
Dcli.cpp910 void Interpreter::OutputNat64Counters(const otNat64Counters &aCounters) in OutputNat64Counters()