pub unsafe extern "C" fn otNat64GetCidr(
aInstance: *mut otInstance,
aCidr: *mut otIp4Cidr,
) -> otError
Expand description
Gets the IPv4 CIDR configured in the NAT64 translator.
Available when OPENTHREAD_CONFIG_NAT64_TRANSLATOR_ENABLE
is enabled.
@param[in] aInstance A pointer to an OpenThread instance. @param[out] aCidr A pointer to an otIp4Cidr. Where the CIDR will be filled.