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.


m4To6Bytes#

uint64_t otNat64Counters::m4To6Bytes

Sum of size of packets translated from IPv4 to IPv6.


m6To4Packets#

uint64_t otNat64Counters::m6To4Packets

Number of packets translated from IPv6 to IPv4.


m6To4Bytes#

uint64_t otNat64Counters::m6To4Bytes

Sum of size of packets translated from IPv6 to IPv4.