ot::Ip6::Prefix::IsValidNat64() const method
Indicates whether or not the prefix has a valid length for use as a NAT64 prefix. A NAT64 prefix must have one of the following lengths: 32, 40, 48, 56, 64, or 96 (per RFC 6052).
Syntax
bool IsValidNat64(void) const;
Return value
TRUE If the prefix has a valid length for use as a NAT64 prefix. FALSE If the prefix does not have a valid length for use as a NAT64 prefix.