Searched refs:m6To4Packets (Results 1 – 4 of 4) sorted by relevance
/openthread-latest/tests/unit/ |
D | test_nat64.cpp | 149 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/ |
D | nat64_translator.cpp | 612 mUdp.m6To4Packets++; in Count6To4Packet() 616 mTcp.m6To4Packets++; in Count6To4Packet() 620 mIcmp.m6To4Packets++; in Count6To4Packet() 625 mTotal.m6To4Packets++; in Count6To4Packet()
|
/openthread-latest/include/openthread/ |
D | nat64.h | 94 uint64_t m6To4Packets; ///< Number of packets translated from IPv6 to IPv4. member
|
/openthread-latest/src/cli/ |
D | cli.cpp | 1014 OutputFormat("| %8s ", Uint64ToString(aCounters.m6To4Packets, u64StringBuffer)); in OutputNat64Counters()
|