📄️ INET_NTOA
Converts a 32-bit integer to an IPv4 address.
📄️ INET_ATON
Converts an IPv4 address to a 32-bit integer.
📄️ IPV4_NUM_TO_STRING
Converts a 32-bit integer to an IPv4 address.
📄️ IPV4_STRING_TO_NUM
Converts an IPv4 address to a 32-bit integer.
📄️ TRY_INET_ATON
tryinetaton function is used to take the dotted-quad representation of an IPv4 address as a string and returns the numeric value of the given IP address in form of an integer.
📄️ TRY_INET_NTOA
tryinetntoa function is used to take the IPv4 address in network byte order and then it returns the address as a dotted-quad string representation.
📄️ TRY_IPV4_NUM_TO_STRING
Converts a 32-bit integer to an IPv4 address.
📄️ TRY_IPV4_STRING_TO_NUM
Converts an IPv4 address to a 32-bit integer.