]> git.saurik.com Git - apple/ipsec.git/blobdiff - ipsec-tools/racoon/isakmp_frag.h
ipsec-93.10.tar.gz
[apple/ipsec.git] / ipsec-tools / racoon / isakmp_frag.h
index 52ee10a4251bd73496e5091ed79d67603548ed35..f2d4c335916972391bed4d002d3bce78c1225030 100644 (file)
@@ -1,4 +1,6 @@
-/*     $Id: isakmp_frag.h,v 1.2 2004/10/24 16:51:24 manubsd Exp $ */
+/*     $NetBSD: isakmp_frag.h,v 1.5 2006/09/18 20:32:40 manu Exp $     */
+
+/*     Id: isakmp_frag.h,v 1.3 2005/04/09 16:25:24 manubsd Exp */
 
 /*
  * Copyright (C) 2004 Emmanuel Dreyfus 
  * SUCH DAMAGE.
  */
 
+/* These are the values from parsing "remote {}"
+   block of the config file. */
+#define ISAKMP_FRAG_OFF                FLASE   /* = 0 */
+#define ISAKMP_FRAG_ON         TRUE    /* = 1 */
+#define ISAKMP_FRAG_FORCE      2
+
 /* IKE fragmentation capabilities */
+#define VENDORID_FRAG_IDENT    0x80000000
 #define VENDORID_FRAG_BASE     0x40000000
 #define VENDORID_FRAG_AGG      0x80000000