otNat64Counters
#include <nat64.h>
Represents the counters for NAT64.
Summary
Public attributes |
|
---|---|
m4To6Bytes
|
uint64_t
Sum of size of packets translated from IPv4 to IPv6.
|
m4To6Packets
|
uint64_t
Number of packets translated from IPv4 to IPv6.
|
m6To4Bytes
|
uint64_t
Sum of size of packets translated from IPv6 to IPv4.
|
m6To4Packets
|
uint64_t
Number of packets translated from IPv6 to IPv4.
|
Public attributes
m4To6Bytes
uint64_t otNat64Counters::m4To6Bytes
Sum of size of packets translated from IPv4 to IPv6.
m4To6Packets
uint64_t otNat64Counters::m4To6Packets
Number of packets translated from IPv4 to IPv6.
m6To4Bytes
uint64_t otNat64Counters::m6To4Bytes
Sum of size of packets translated from IPv6 to IPv4.
m6To4Packets
uint64_t otNat64Counters::m6To4Packets
Number of packets translated from IPv6 to IPv4.
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.