Home
last modified time | relevance | path

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

/openthread-latest/tests/unit/
Dtest_nat64.cpp147 printf(" ... 4To6Packets = %" PRIu64 "\n", aCounter.m4To6Packets); in PrintCounters()
380 .m4To6Packets = 0, in TestPacketCounter()
387 .m4To6Packets = 0, in TestPacketCounter()
394 .m4To6Packets = 0, in TestPacketCounter()
401 .m4To6Packets = 0, in TestPacketCounter()
452 .m4To6Packets = 0, in TestPacketCounter()
459 .m4To6Packets = 0, in TestPacketCounter()
466 .m4To6Packets = 0, in TestPacketCounter()
473 .m4To6Packets = 0, in TestPacketCounter()
/openthread-latest/src/core/net/
Dnat64_translator.cpp634 mUdp.m4To6Packets++; in Count4To6Packet()
638 mTcp.m4To6Packets++; in Count4To6Packet()
642 mIcmp.m4To6Packets++; in Count4To6Packet()
647 mTotal.m4To6Packets++; in Count4To6Packet()
/openthread-latest/include/openthread/
Dnat64.h92 uint64_t m4To6Packets; ///< Number of packets translated from IPv4 to IPv6. member
/openthread-latest/src/cli/
Dcli.cpp1012 OutputFormat("| %8s ", Uint64ToString(aCounters.m4To6Packets, u64StringBuffer)); in OutputNat64Counters()