aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/in.h
diff options
context:
space:
mode:
authorBjoern A. Zeeb <bz@FreeBSD.org>2013-12-25 20:26:49 +0000
committerBjoern A. Zeeb <bz@FreeBSD.org>2013-12-25 20:26:49 +0000
commit415167d52b787dfd79855c495af4a5debc4349c4 (patch)
tree43b81d2c68a0b8806e7f052f189b6d8a4b1d7541 /sys/netinet/in.h
parent06c1d08d55aeed6c2bb14c2148cb1ee8811e8e98 (diff)
Notes
Diffstat (limited to 'sys/netinet/in.h')
-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 986f8b37465e8..e59c07c8e7abf 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 */