Home
last modified time | relevance | path

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

/openthread-latest/tests/unit/
Dtest_nat64.cpp150 printf(" ... 6To4Bytes = %" PRIu64 "\n", aCounter.m6To4Bytes); in PrintCounters()
383 .m6To4Bytes = 12, in TestPacketCounter()
390 .m6To4Bytes = 0, in TestPacketCounter()
397 .m6To4Bytes = 12, in TestPacketCounter()
404 .m6To4Bytes = 0, in TestPacketCounter()
455 .m6To4Bytes = 12, in TestPacketCounter()
462 .m6To4Bytes = 0, in TestPacketCounter()
469 .m6To4Bytes = 12, in TestPacketCounter()
476 .m6To4Bytes = 0, in TestPacketCounter()
/openthread-latest/src/core/net/
Dnat64_translator.cpp613 mUdp.m6To4Bytes += aPacketSize; in Count6To4Packet()
617 mTcp.m6To4Bytes += aPacketSize; in Count6To4Packet()
621 mIcmp.m6To4Bytes += aPacketSize; in Count6To4Packet()
626 mTotal.m6To4Bytes += aPacketSize; in Count6To4Packet()
/openthread-latest/include/openthread/
Dnat64.h95 uint64_t m6To4Bytes; ///< Sum of size of packets translated from IPv6 to IPv4. member
/openthread-latest/src/cli/
Dcli.cpp1015 OutputLine("| %12s |", Uint64ToString(aCounters.m6To4Bytes, u64StringBuffer)); in OutputNat64Counters()