diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-05-15 22:02:08 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-05-15 22:02:08 +0000 |
commit | 17f1765495123848817f7a8637cc49428227ebdb (patch) | |
tree | 42b68202ccabc4e08e303b00d98da57b6539f188 | |
parent | 233279833ad2d2eaaed849bfcf5589c04799082c (diff) |
remove NRL pieces no longer used
-rw-r--r-- | sys/sys/mbuf.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sys/sys/mbuf.h b/sys/sys/mbuf.h index 402f7404987..d0dba6fbf75 100644 --- a/sys/sys/mbuf.h +++ b/sys/sys/mbuf.h @@ -1,4 +1,4 @@ -/* $OpenBSD: mbuf.h,v 1.22 2001/03/31 23:03:37 angelos Exp $ */ +/* $OpenBSD: mbuf.h,v 1.23 2001/05/15 22:02:07 deraadt Exp $ */ /* $NetBSD: mbuf.h,v 1.19 1996/02/09 18:25:14 christos Exp $ */ /* @@ -133,12 +133,6 @@ struct mbuf { #define M_CONF 0x0400 /* packet was encrypted (ESP-transport) */ #define M_AUTH 0x0800 /* packet was authenticated (AH) */ -#if 0 /* NRL IPv6 */ -#define M_TUNNEL 0x1000 /* packet was tunneled */ -#define M_DAD 0x2000 /* Used on outbound packets to indicate that - * this is for duplicate address detection */ -#endif - /* KAME IPv6 */ #define M_ANYCAST6 0x4000 /* received as IPv6 anycast */ |