Represents the counters for NAT64.

Public Attributes#

uint64_t

Number of packets translated from IPv4 to IPv6.

uint64_t

Sum of size of packets translated from IPv4 to IPv6.

uint64_t

Number of packets translated from IPv6 to IPv4.

uint64_t

Sum of size of packets translated from IPv6 to IPv4.

Public Attribute Documentation#

m4To6Packets#

uint64_t otNat64Counters::m4To6Packets

Number of packets translated from IPv4 to IPv6.


Definition at line 92 of file include/openthread/nat64.h

m4To6Bytes#

uint64_t otNat64Counters::m4To6Bytes

Sum of size of packets translated from IPv4 to IPv6.


Definition at line 93 of file include/openthread/nat64.h

m6To4Packets#

uint64_t otNat64Counters::m6To4Packets

Number of packets translated from IPv6 to IPv4.


Definition at line 94 of file include/openthread/nat64.h

m6To4Bytes#

uint64_t otNat64Counters::m6To4Bytes

Sum of size of packets translated from IPv6 to IPv4.


Definition at line 95 of file include/openthread/nat64.h