Represents the counters of dropped packets due to errors when handling NAT64 packets.

Public Attributes#

uint64_t

Errors translating IPv4 packets.

uint64_t

Errors translating IPv6 packets.

Public Attribute Documentation#

mCount4To6#

uint64_t otNat64ErrorCounters::mCount4To6[OT_NAT64_DROP_REASON_COUNT]

Errors translating IPv4 packets.


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

mCount6To4#

uint64_t otNat64ErrorCounters::mCount6To4[OT_NAT64_DROP_REASON_COUNT]

Errors translating IPv6 packets.


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