otNat64ErrorCounters

#include <nat64.h>

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

Summary

Public attributes

mCount4To6[OT_NAT64_DROP_REASON_COUNT]
uint64_t
Errors translating IPv4 packets.
mCount6To4[OT_NAT64_DROP_REASON_COUNT]
uint64_t
Errors translating IPv6 packets.

Public attributes

mCount4To6

uint64_t otNat64ErrorCounters::mCount4To6[OT_NAT64_DROP_REASON_COUNT]

Errors translating IPv4 packets.

mCount6To4

uint64_t otNat64ErrorCounters::mCount6To4[OT_NAT64_DROP_REASON_COUNT]

Errors translating IPv6 packets.

Resources

OpenThread API Reference topics originate from the source code, available on GitHub. For more information, or to contribute to our documentation, refer to Resources.