Home
last modified time | relevance | path

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

/openthread-3.6.0/src/core/net/
Dnat64_translator.cpp620 mUdp.m4To6Packets++; in Count4To6Packet()
624 mTcp.m4To6Packets++; in Count4To6Packet()
628 mIcmp.m4To6Packets++; in Count4To6Packet()
633 mTotal.m4To6Packets++; in Count4To6Packet()
/openthread-3.6.0/include/openthread/
Dnat64.h97 uint64_t m4To6Packets; ///< Number of packets translated from IPv4 to IPv6. member
/openthread-3.6.0/src/cli/
Dcli.cpp914 OutputFormat("| %8s ", Uint64ToString(aCounters.m4To6Packets, u64StringBuffer)); in OutputNat64Counters()