otNat64AddressMappingIterator
#include <nat64.h>
Used to iterate through NAT64 address mappings.
Summary
The fields in this type are opaque (intended for use by OpenThread core only) and therefore should not be accessed or used by caller.
Before using an iterator, it MUST be initialized using otNat64InitAddressMappingIterator()
.
The member fields in this struct are for internal OpenThread stack use and should not be accessed directly.
Public attributes |
|
---|---|
mData32
|
uint32_t
|
mPtr
|
const void *
|
Public attributes
mData32
uint32_t otNat64AddressMappingIterator::mData32
mPtr
const void * otNat64AddressMappingIterator::mPtr
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.