enum icmp6_msg_type

ICMPv6 message type enumeration

#include <tapi_icmp6.h>

enum icmp6_msg_type {
    ICMP6_DEST_UNREACH   = 1,
    ICMP6_PACKET_TOO_BIG,
    ICMP6_TIME_EXCEEDED,
    ICMP6_PARAM_PROB,
    ICMP6_ECHO_REQUEST   = 128,
    ICMP6_ECHO_REPLY,
    ICMP6_MLD_QUERY,
    ICMP6_MLD_REPORT,
    ICMP6_MLD_DONE,
    ICMP6_ROUTER_SOL,
    ICMP6_ROUTER_ADV,
    ICMP6_NEIGHBOR_SOL,
    ICMP6_NEIGHBOR_ADV,
};