Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
newtype Ipv4Address Source #
Instances
newtype Ipv4NetMask Source #
Instances
Ipv4Block | |
|
isValidIpv4Block :: Ipv4Block -> Bool Source #
bitPower :: Ipv4NetMask -> Word64 Source #
isCanonical :: Ipv4Block -> Bool Source #
ipv4AddressToText :: Ipv4Address -> Text Source #
ipv4AddressToWords :: Ipv4Address -> (Word8, Word8, Word8, Word8) Source #