otNat64SetIp4Cidr() is only used within ESP-IDF.
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsRelatedReferences

Return value

OT_ERROR_INVALID_ARGS The given CIDR is not a valid IPv4 CIDR for NAT64. OT_ERROR_NONE Successfully set the CIDR for NAT64.

Notes

A valid CIDR must have a non-zero prefix length. The actual addresses pool is limited by the size of the mapping pool and the number of addresses available in the CIDR block. This function can be called at any time, but the NAT64 translator will be reset and all existing sessions will be expired when updating the configured CIDR.

References

from examples