Searched refs:m6To4Bytes (Results 1 – 4 of 4) sorted by relevance
/openthread-latest/tests/unit/ |
D | test_nat64.cpp | 150 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/ |
D | nat64_translator.cpp | 613 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/ |
D | nat64.h | 95 uint64_t m6To4Bytes; ///< Sum of size of packets translated from IPv6 to IPv4. member
|
/openthread-latest/src/cli/ |
D | cli.cpp | 1015 OutputLine("| %12s |", Uint64ToString(aCounters.m6To4Bytes, u64StringBuffer)); in OutputNat64Counters()
|