Searched refs:otNat64Counters (Results 1 – 3 of 3) sorted by relevance
95 typedef struct otNat64Counters struct101 } otNat64Counters; argument109 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.
481 void OutputNat64Counters(const otNat64Counters &aCounters);
910 void Interpreter::OutputNat64Counters(const otNat64Counters &aCounters) in OutputNat64Counters()