Home
last modified time | relevance | path

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

/openthread-3.6.0/src/core/net/
Dnat64_translator.cpp621 mUdp.m4To6Bytes += aPacketSize; in Count4To6Packet()
625 mTcp.m4To6Bytes += aPacketSize; in Count4To6Packet()
629 mIcmp.m4To6Bytes += aPacketSize; in Count4To6Packet()
634 mTotal.m4To6Bytes += aPacketSize; in Count4To6Packet()
/openthread-3.6.0/include/openthread/
Dnat64.h98 uint64_t m4To6Bytes; ///< Sum of size of packets translated from IPv4 to IPv6. member
/openthread-3.6.0/src/cli/
Dcli.cpp915 OutputFormat("| %12s ", Uint64ToString(aCounters.m4To6Bytes, u64StringBuffer)); in OutputNat64Counters()