Convert an (UNSIGNED-BYTE 32) IPv4 address to a dotted string.
Convert a dotted IPv4 address to a (SIMPLE-ARRAY (UNSIGNED-BYTE 8) 4).
Convert a colon-separated IPv6 address to a (SIMPLE-ARRAY (UNSIGNED-BYTE 16) 8).
Convert an (SIMPLE-ARRAY (UNSIGNED-BYTE 16) 8) to a colon-separated IPv6 address.
case
may be:downcase
or:upcase
.
Convert a string address (dotted or colon-separated) to a vector address. If the string is not a valid address, return
nil
.