socket-icmp-0.1.0.1: Definitions for using ICMP with the `socket` library

Safe HaskellNone
LanguageHaskell2010

System.Socket.Protocol.ICMP

Synopsis

Documentation

data ICMP Source #

Represents the ICMP protocol (with the header IPPROTO_ICMP)

Instances
Protocol ICMP Source # 
Instance details

Defined in System.Socket.Protocol.ICMP

Methods

protocolNumber :: ICMP -> CInt #