Searched refs:m4To6Bytes (Results 1 – 4 of 4) sorted by relevance
/openthread-latest/tests/unit/ |
D | test_nat64.cpp | 148 printf(" ... 4To6Bytes = %" PRIu64 "\n", aCounter.m4To6Bytes); in PrintCounters() 381 .m4To6Bytes = 0, in TestPacketCounter() 388 .m4To6Bytes = 0, in TestPacketCounter() 395 .m4To6Bytes = 0, in TestPacketCounter() 402 .m4To6Bytes = 0, in TestPacketCounter() 453 .m4To6Bytes = 0, in TestPacketCounter() 460 .m4To6Bytes = 0, in TestPacketCounter() 467 .m4To6Bytes = 0, in TestPacketCounter() 474 .m4To6Bytes = 0, in TestPacketCounter()
|
/openthread-latest/src/core/net/ |
D | nat64_translator.cpp | 635 mUdp.m4To6Bytes += aPacketSize; in Count4To6Packet() 639 mTcp.m4To6Bytes += aPacketSize; in Count4To6Packet() 643 mIcmp.m4To6Bytes += aPacketSize; in Count4To6Packet() 648 mTotal.m4To6Bytes += aPacketSize; in Count4To6Packet()
|
/openthread-latest/include/openthread/ |
D | nat64.h | 93 uint64_t m4To6Bytes; ///< Sum of size of packets translated from IPv4 to IPv6. member
|
/openthread-latest/src/cli/ |
D | cli.cpp | 1013 OutputFormat("| %12s ", Uint64ToString(aCounters.m4To6Bytes, u64StringBuffer)); in OutputNat64Counters()
|