54 #define ICMP6_DST_UNREACH 1
55 #define ICMP6_PACKET_TOO_BIG 2
56 #define ICMP6_TIME_EXCEEDED 3
57 #define ICMP6_PARAM_PROB 4
58 #define ICMP6_ECHO_REQUEST 128
59 #define ICMP6_ECHO_REPLY 129
65 #define ICMP6_REDIRECT 137
73 #define ICMP6_DST_UNREACH_NOROUTE 0
74 #define ICMP6_DST_UNREACH_ADMIN 1
75 #define ICMP6_DST_UNREACH_NOTNEIGHBOR 2
76 #define ICMP6_DST_UNREACH_BEYONDSCOPE 2
77 #define ICMP6_DST_UNREACH_ADDR 3
78 #define ICMP6_DST_UNREACH_NOPORT 4
83 #define ICMP6_TIME_EXCEED_TRANSIT 0
84 #define ICMP6_TIME_EXCEED_REASSEMBLY 1
89 #define ICMP6_PARAMPROB_HEADER 0
90 #define ICMP6_PARAMPROB_NEXTHEADER 1
91 #define ICMP6_PARAMPROB_OPTION 2
95 #define UIP_ICMP6_ECHO_REQUEST_LEN 4
98 #define UIP_ICMP6_ERROR_LEN 4