Home
last modified time | relevance | path

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

/openthread-latest/tests/unit/
Dtest_nat64.cpp148 printf(" ... 4To6Bytes = %" PRIu64 "\n", aCounter.m4To6Bytes); in PrintCounters()
381 .m4To6Bytes = 0, in TestPacketCounter()
388 .m4To6Bytes = 0, in TestPacketCounter()
395 .m4To6Bytes = 0, in TestPacketCounter()
402 .m4To6Bytes = 0, in TestPacketCounter()
453 .m4To6Bytes = 0, in TestPacketCounter()
460 .m4To6Bytes = 0, in TestPacketCounter()
467 .m4To6Bytes = 0, in TestPacketCounter()
474 .m4To6Bytes = 0, in TestPacketCounter()
/openthread-latest/src/core/net/
Dnat64_translator.cpp635 mUdp.m4To6Bytes += aPacketSize; in Count4To6Packet()
639 mTcp.m4To6Bytes += aPacketSize; in Count4To6Packet()
643 mIcmp.m4To6Bytes += aPacketSize; in Count4To6Packet()
648 mTotal.m4To6Bytes += aPacketSize; in Count4To6Packet()
/openthread-latest/include/openthread/
Dnat64.h93 uint64_t m4To6Bytes; ///< Sum of size of packets translated from IPv4 to IPv6. member
/openthread-latest/src/cli/
Dcli.cpp1013 OutputFormat("| %12s ", Uint64ToString(aCounters.m4To6Bytes, u64StringBuffer)); in OutputNat64Counters()