-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | Definitions for ICMP with the `socket` library -- -- Definitions for ICMP with the socket library @package socket-icmp @version 0.1.0.0 module System.Socket.Option.HeaderInclude -- | Represents the IP_HDRINCL option. It determines whether or -- not 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