Found 8 other functions taking a
otIp4Address
argument:
Parses a string as an IPv4 address.
Converts a human-readable IPv4 address string into a binary representation.
Sets the IPv6 address by performing NAT64 address translation from the preferred NAT64 prefix and the given IPv4 address as specified in RFC 6052.
Parses the argument as an IPv4 address.
Test if two IPv4 addresses are the same.
Set @p aIp4Address by performing NAT64 address translation from @p aIp6Address as specified in RFC 6052. The NAT64 @p aPrefixLength MUST be one of the following values: 32, 40, 48, 56, 64, or 96, otherwise the behavior of this method is undefined.
Extracts the IPv4 address from a given IPv4-mapped IPv6 address. An IPv4-mapped IPv6 address consists of an 80-bit prefix of zeros, the next 16 bits set to ones, and the remaining, least-significant 32 bits contain the IPv4 address, e.g., `::ffff:192.0.2.128` representing `192.0.2.128`.
Converts the address to a string. The string format uses quad-dotted notation of four bytes in the address (e.g., "127.0.0.1"). 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.