Add definitions for IPPROTO numbers 55-57.

This commit is contained in:
Jeroen Ruigrok van der Werven 2001-02-14 13:51:20 +00:00
parent befdaf4e65
commit e61c4bedda
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=72486

View file

@ -101,7 +101,9 @@
#define IPPROTO_INLSP 52 /* Integ. Net Layer Security */
#define IPPROTO_SWIPE 53 /* IP with encryption */
#define IPPROTO_NHRP 54 /* Next Hop Resolution */
/* 55-57: Unassigned */
#define IPPROTO_MOBILE 55 /* IP Mobility */
#define IPPROTO_TLSP 56 /* Transport Layer Security */
#define IPPROTO_SKIP 57 /* SKIP */
#define IPPROTO_ICMPV6 58 /* ICMP6 */
#define IPPROTO_NONE 59 /* IP6 no next header */
#define IPPROTO_DSTOPTS 60 /* IP6 destination option */