network-house-0.1.0.3: data and parsers for Ethernet, TCP, UDP, IPv4, IPv6, ICMP, DHCP, TFTP
Safe HaskellSafe-Inferred
LanguageHaskell2010

Net.DHCP_Client

Documentation

init :: forall {m} {r :: Type -> Type}. (DelayIO m, ForkIO m, RefIO r m) => ([Char] -> m ()) -> Interface m (Packet InPacket) (Packet OutPacket) -> m (Addr, Maybe Addr, Addr) Source #

solicit :: forall {r :: Type -> Type} {m} {a} {b}. (RefIO r m, ForkIO m, DelayIO m) => m a -> m b -> m b Source #

solicit' :: forall {m} {r :: Type -> Type} {a} {b}. (RefIO r m, ForkIO m, DelayIO m) => Int -> m a -> m b -> m b Source #