Add missing constants from RFCs 4443 and 6550

This commit is contained in:
George V. Neville-Neil 2016-06-06 00:35:45 +00:00
parent aa06dfc9c3
commit 8b2b91eee0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=301478

View File

@ -144,6 +144,9 @@ struct icmp6_hdr {
#define ICMP6_DST_UNREACH_BEYONDSCOPE 2 /* beyond scope of source address */
#define ICMP6_DST_UNREACH_ADDR 3 /* address unreachable */
#define ICMP6_DST_UNREACH_NOPORT 4 /* port unreachable */
#define ICMP6_DST_UNREACH_POLICY 5 /* failed ingress/egress policy */
#define ICMP6_DST_UNREACH_REJECT 6 /* Reject route to destination */
#define ICMP6_DST_UNREACH_SRCROUTE 7 /* Error in source routing header */
#define ICMP6_TIME_EXCEED_TRANSIT 0 /* ttl==0 in transit */
#define ICMP6_TIME_EXCEED_REASSEMBLY 1 /* ttl==0 in reass */