ip-0.2: Library for IP and MAC addresses

Safe HaskellNone
LanguageHaskell2010

Net.IPv4

Synopsis

Documentation

dotDecimalParser :: Parser IPv4 Source

This does not do an endOfInput check because it is reused in the range parser implementation.

fromOctets' :: Word32 -> Word32 -> Word32 -> Word32 -> IPv4 Source

This is sort of a misnomer. It takes Word32 to make dotDecimalParser probably perform better.