- showHostAddress :: HostAddress -> String
- showHostAddress6 :: HostAddress6 -> String
- type HostAddress = Word32
- type HostAddress6 = (Word32, Word32, Word32, Word32)
Documentation
showHostAddress :: HostAddress -> StringSource
Converts a HostAddress to a String in dot-decimal notation
showHostAddress6 :: HostAddress6 -> StringSource
Converts a IPv6 HostAddress6 to standard hex notation
type HostAddress = Word32Source