Add missing constants from RFCs 4443 and 6550
This commit is contained in:
parent
aa06dfc9c3
commit
8b2b91eee0
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user