-- Hoogle documentation, generated by Haddock
-- See Hoogle, http://www.haskell.org/hoogle/
-- | Definitions for using ICMP with the `socket` library
--
-- Definitions for using ICMP with the socket library
@package socket-icmp
@version 0.1.0.1
module System.Socket.Option.HeaderInclude
-- | Represents the IP_HDRINCL option. It determines whether or
-- not to assume the IP header is included in any data sent over the
-- socket
data HeaderInclude
HeaderInclude :: Bool -> HeaderInclude
instance GHC.Show.Show System.Socket.Option.HeaderInclude.HeaderInclude
instance GHC.Classes.Eq System.Socket.Option.HeaderInclude.HeaderInclude
instance System.Socket.Internal.SocketOption.SocketOption System.Socket.Option.HeaderInclude.HeaderInclude
module System.Socket.Protocol.ICMP
-- | Represents the ICMP protocol (with the header IPPROTO_ICMP)
data ICMP
instance System.Socket.Internal.Socket.Protocol System.Socket.Protocol.ICMP.ICMP