Found 4 other functions taking a
otIp4Cidr
argument:
Converts a human-readable IPv4 CIDR string into a binary representation.
Converts the IPv4 CIDR to a string. The string format uses quad-dotted notation of four bytes in the address with the length of prefix (e.g., "127.0.0.1/32"). If the resulting string does not fit in @p aBuffer (within its @p aSize characters), the string will be truncated but the outputted string is always null-terminated.
Sets the CIDR used when setting the source address of the outgoing translated IPv4 packets. Is available only when OPENTHREAD_CONFIG_NAT64_TRANSLATOR_ENABLE is enabled. @sa otBorderRouterSend @sa otBorderRouterSetReceiveCallback
Gets the IPv4 CIDR configured in the NAT64 translator. Available when `OPENTHREAD_CONFIG_NAT64_TRANSLATOR_ENABLE` is enabled.