diff options
| author | Bjoern A. Zeeb <bz@FreeBSD.org> | 2013-12-25 20:26:49 +0000 |
|---|---|---|
| committer | Bjoern A. Zeeb <bz@FreeBSD.org> | 2013-12-25 20:26:49 +0000 |
| commit | 415167d52b787dfd79855c495af4a5debc4349c4 (patch) | |
| tree | 43b81d2c68a0b8806e7f052f189b6d8a4b1d7541 /sys/netinet/in.h | |
| parent | 06c1d08d55aeed6c2bb14c2148cb1ee8811e8e98 (diff) | |
Notes
Diffstat (limited to 'sys/netinet/in.h')
| -rw-r--r-- | sys/netinet/in.h | 4 |
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 */ |
