Searched refs:m4To6Packets (Results 1 – 4 of 4) sorted by relevance
/openthread-latest/tests/unit/ |
D | test_nat64.cpp | 147 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/ |
D | nat64_translator.cpp | 634 mUdp.m4To6Packets++; in Count4To6Packet() 638 mTcp.m4To6Packets++; in Count4To6Packet() 642 mIcmp.m4To6Packets++; in Count4To6Packet() 647 mTotal.m4To6Packets++; in Count4To6Packet()
|
/openthread-latest/include/openthread/ |
D | nat64.h | 92 uint64_t m4To6Packets; ///< Number of packets translated from IPv4 to IPv6. member
|
/openthread-latest/src/cli/ |
D | cli.cpp | 1012 OutputFormat("| %8s ", Uint64ToString(aCounters.m4To6Packets, u64StringBuffer)); in OutputNat64Counters()
|