print package:ip

Print an IP using the textual encoding. This exists mostly for debugging purposes.
>>> print (ipv4 10 0 0 25)
10.0.0.25
>>> print (ipv6 0x3124 0x0 0x0 0xDEAD 0xCAFE 0xFF 0xFE00 0x1)
3124::dead:cafe:ff:fe00:1
Print an IPv4 using the textual encoding.
Print an IPv6 using the textual encoding.
Print a Mac address using the textual encoding.
Print an IPv4Range. Helper function that exists mostly for testing purposes.
Print an IPv6Range using the textual encoding.