| Safe Haskell | None |
|---|
Data.Ip
Description
This module was taken, with modifications, from the maccatcher package.
Documentation
data Ip
String conversions
Octet conversions
fromOctets :: Word8 -> Word8 -> Word8 -> Word8 -> Ip
An IP address is 32-bits wide. This function will construct an Ip from
4 octets.