Home
last modified time | relevance | path

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

/openthread-latest/tests/unit/
Dtest_nat64.cpp149 printf(" ... 6To4Packets = %" PRIu64 "\n", aCounter.m6To4Packets); in PrintCounters()
382 .m6To4Packets = 1, in TestPacketCounter()
389 .m6To4Packets = 0, in TestPacketCounter()
396 .m6To4Packets = 1, in TestPacketCounter()
403 .m6To4Packets = 0, in TestPacketCounter()
454 .m6To4Packets = 1, in TestPacketCounter()
461 .m6To4Packets = 0, in TestPacketCounter()
468 .m6To4Packets = 1, in TestPacketCounter()
475 .m6To4Packets = 0, in TestPacketCounter()
/openthread-latest/src/core/net/
Dnat64_translator.cpp612 mUdp.m6To4Packets++; in Count6To4Packet()
616 mTcp.m6To4Packets++; in Count6To4Packet()
620 mIcmp.m6To4Packets++; in Count6To4Packet()
625 mTotal.m6To4Packets++; in Count6To4Packet()
/openthread-latest/include/openthread/
Dnat64.h94 uint64_t m6To4Packets; ///< Number of packets translated from IPv6 to IPv4. member
/openthread-latest/src/cli/
Dcli.cpp1014 OutputFormat("| %8s ", Uint64ToString(aCounters.m6To4Packets, u64StringBuffer)); in OutputNat64Counters()