diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-01-10 02:37:34 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-01-10 02:37:34 +0000 |
commit | 3b2f220a9c74bf997dc81293f7d9f77b5f9732a2 (patch) | |
tree | 065c414c2e3be7a2d8106cf62234a81fcda6786a /sys/netinet6/in6.h | |
parent | 6cc74912ac69928134b22c8720035bd8a64c7e08 (diff) |
merge INPROTO_* tables
Diffstat (limited to 'sys/netinet6/in6.h')
-rw-r--r-- | sys/netinet6/in6.h | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/sys/netinet6/in6.h b/sys/netinet6/in6.h index 59bada0f90a..c4149883ce3 100644 --- a/sys/netinet6/in6.h +++ b/sys/netinet6/in6.h @@ -20,27 +20,6 @@ didn't get a copy, you may request one from <license@ipv6.nrl.navy.mil>. #include <sys/param.h> #endif /* __bsdi__ && !defined(_BSDI_VERSION) */ -/* - * Next header types (called Protocols in netinet/in.h). - */ - -#define IPPROTO_HOPOPTS 0 /* Hop-by-hop option header. */ -#define IPPROTO_IPV4 4 /* IPv4 in IPv6 (?!?) */ -/* BAD PLACE #define IPPROTO_IPV6 41 IPv6 in IPv6 */ -#define IPPROTO_ROUTING 43 /* Routing header. */ -#define IPPROTO_FRAGMENT 44 /* Fragmentation/reassembly header. */ -#define IPPROTO_ESP 50 /* Encapsulating security payload. */ -#define IPPROTO_AH 51 /* Authentication header. */ -#define IPPROTO_ICMPV6 58 /* ICMP for IPv6 */ -#define IPPROTO_NONE 59 /* No next header */ -#define IPPROTO_DSTOPTS 60 /* Destination options header. */ - -/* - * Following are TBD, and subject to change rapidly - */ -#define IPPROTO_RAW 255 /* Payload of unknown type? */ -#define IPPROTO_MAX 256 /* Upper bound for next header type. */ - /* IPPROTO type macros. */ #define IS_PREFRAG(x) ( (x)==IPPROTO_HOPOPTS || (x)==IPPROTO_ROUTING || \ |