Lines Matching full:nat64
131 * Type represents the NAT64 mode.
135 …kNat64Unspecified = OT_DNS_NAT64_UNSPECIFIED, ///< NAT64 mode is not specified. Use default NAT64 …
136 kNat64Allow = OT_DNS_NAT64_ALLOW, ///< Allow NAT64 address translation.
137 kNat64Disallow = OT_DNS_NAT64_DISALLOW, ///< Disallow NAT64 address translation.
202 * Gets the NAT64 mode.
204 * @returns The NAT64 mode.
321 // in the additional data section for NAT64 address synthesis.
372 * @retval kErrorInvalidState No NAT64 prefix (applicable only when NAT64 is allowed).
632 …cessful response is received, the addresses are returned from @p aCallback as NAT64 IPv6 translated
646 …* @retval kErrorInvalidArgs The host name is not valid format or NAT64 is not enabled in config.
647 …rrorInvalidState Cannot send query since Thread interface is not up, or there is no NAT64 prefix.