diff options
| -rw-r--r-- | include/netinet/in.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/include/netinet/in.h b/include/netinet/in.h index 884d925c9..fecd9a5a4 100644 --- a/include/netinet/in.h +++ b/include/netinet/in.h @@ -84,6 +84,8 @@ enum  #define IPPROTO_COMP		IPPROTO_COMP      IPPROTO_SCTP = 132,	   /* Stream Control Transmission Protocol.  */  #define IPPROTO_SCTP		IPPROTO_SCTP +    IPPROTO_MH = 135,      /* IPv6 mobility header.  */ +#define IPPROTO_MH		IPPROTO_MH      IPPROTO_UDPLITE = 136, /* UDP-Lite protocol.  */  #define IPPROTO_UDPLITE		IPPROTO_UDPLITE      IPPROTO_RAW = 255,	   /* Raw IP packets.  */ | 
