/* Macros: */
                /** ICMP message type constant, indicating an ICMP ECHO Reply message. */
                #define ICMP_TYPE_ECHOREPLY              0
 
                /** ICMP message type constant, indicating a packet destination is unreachable. */
                #define ICMP_TYPE_DESTINATIONUNREACHABLE 3
        /* Macros: */
                /** ICMP message type constant, indicating an ICMP ECHO Reply message. */
                #define ICMP_TYPE_ECHOREPLY              0
 
                /** ICMP message type constant, indicating a packet destination is unreachable. */
                #define ICMP_TYPE_DESTINATIONUNREACHABLE 3