summaryrefslogtreecommitdiffstats
path: root/sys/netinet
diff options
context:
space:
mode:
authorbz <bz@FreeBSD.org>2013-12-25 20:26:49 +0000
committerbz <bz@FreeBSD.org>2013-12-25 20:26:49 +0000
commit66725ba1ff3e0717e5d6c3d76b3a8b61be37f563 (patch)
tree43b81d2c68a0b8806e7f052f189b6d8a4b1d7541 /sys/netinet
parent94313c222cf9260ea8f6789f43241e11baaa76d4 (diff)
downloadFreeBSD-src-66725ba1ff3e0717e5d6c3d76b3a8b61be37f563.zip
FreeBSD-src-66725ba1ff3e0717e5d6c3d76b3a8b61be37f563.tar.gz
Add more (IPv6) related Internet Protocols:
- Host Identity Protocol (RFC5201) - Shim6 Protocol (RFC5533) - 2x experimentation and testing (RFC3692, RFC4727) This does not indicate interest to implement/support these protocols, but they are part of the "IPv6 Extension Header Types" [1] based on RFC7045 and might thus be needed by filtering and next header parsing implementations. References: [1] http://www.iana.org/assignments/ipv6-parameters Obtained from: http://www.iana.org/assignments/protocol-numbers MFC after: 1 week
Diffstat (limited to 'sys/netinet')
-rw-r--r--sys/netinet/in.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/netinet/in.h b/sys/netinet/in.h
index 986f8b3..e59c07c 100644
--- a/sys/netinet/in.h
+++ b/sys/netinet/in.h
@@ -237,12 +237,16 @@ __END_DECLS
#define IPPROTO_IPCOMP 108 /* payload compression (IPComp) */
#define IPPROTO_SCTP 132 /* SCTP */
#define IPPROTO_MH 135 /* IPv6 Mobility Header */
+#define IPPROTO_HIP 139 /* IP6 Host Identity Protocol */
+#define IPPROTO_SHIM6 140 /* IP6 Shim6 Protocol */
/* 101-254: Partly Unassigned */
#define IPPROTO_PIM 103 /* Protocol Independent Mcast */
#define IPPROTO_CARP 112 /* CARP */
#define IPPROTO_PGM 113 /* PGM */
#define IPPROTO_MPLS 137 /* MPLS-in-IP */
#define IPPROTO_PFSYNC 240 /* PFSYNC */
+#define IPPROTO_RESERVED_253 253 /* Reserved */
+#define IPPROTO_RESERVED_254 254 /* Reserved */
/* 255: Reserved */
/* BSD Private, local use, namespace incursion, no longer used */
#define IPPROTO_OLD_DIVERT 254 /* OLD divert pseudo-proto */
OpenPOWER on IntegriCloud