From fc5dcbef534719d6faf468db5ff9f0e8295cabd4 Mon Sep 17 00:00:00 2001 From: "Angelos D. Keromytis" Date: Mon, 21 May 2001 06:01:35 +0000 Subject: SKIPCRYPTO flag --- sys/netinet/ip_ipsp.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/netinet') diff --git a/sys/netinet/ip_ipsp.h b/sys/netinet/ip_ipsp.h index efd102e78f2..64fbf34e394 100644 --- a/sys/netinet/ip_ipsp.h +++ b/sys/netinet/ip_ipsp.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ip_ipsp.h,v 1.88 2001/05/21 03:27:48 angelos Exp $ */ +/* $OpenBSD: ip_ipsp.h,v 1.89 2001/05/21 06:01:34 angelos Exp $ */ /* * The authors of this code are John Ioannidis (ji@tla.org), @@ -267,6 +267,7 @@ struct tdb /* tunnel descriptor block */ #define TDBF_TUNNELING 0x01000 /* Force IP-IP encapsulation */ #define TDBF_NOREPLAY 0x02000 /* No replay counter present */ #define TDBF_RANDOMPADDING 0x04000 /* Random data in the ESP padding */ +#define TDBF_SKIPCRYPTO 0x08000 /* Skip actual crypto processing */ u_int32_t tdb_flags; /* Flags related to this TDB */ -- cgit v1.2.3