]> git.saurik.com Git - apple/network_cmds.git/blobdiff - racoon.tproj/isakmp.h
network_cmds-245.1.3.tar.gz
[apple/network_cmds.git] / racoon.tproj / isakmp.h
index cbc8c993da7cdf109d84ba98a0243912f8997a99..25e4990b2ab3b014240f79456bbd47a2809f17e6 100644 (file)
@@ -85,8 +85,22 @@ struct isakmp {
 #define ISAKMP_NPTYPE_N                11      /* Notification */
 #define ISAKMP_NPTYPE_D                12      /* Delete */
 #define ISAKMP_NPTYPE_VID      13      /* Vendor ID */
 #define ISAKMP_NPTYPE_N                11      /* Notification */
 #define ISAKMP_NPTYPE_D                12      /* Delete */
 #define ISAKMP_NPTYPE_VID      13      /* Vendor ID */
-#define ISAKMP_NPTYPE_NATD     15      /* NAT detection hash value */
-#define ISAKMP_NPTYPE_MAX      16
+
+/* NAT-T up to draft-ietf-ipsec-nat-t-ike-04 */
+#define ISAKMP_NPTYPE_NATD_DRAFT       130     /* NAT Discovery */
+#define ISAKMP_NPTYPE_NATOA_DRAFT      131     /* NAT Original Address */
+
+
+/* NAT-T draft-ietf-ipsec-nat-t-ike-05 and later */
+/* XXX conflicts with values assigned to RFC 3547 */
+#define ISAKMP_NPTYPE_NATD_BADDRAFT            15      /* NAT Discovery */
+#define ISAKMP_NPTYPE_NATOA_BADDRAFT   16      /* NAT Original Address */
+
+
+#define ISAKMP_NPTYPE_NATD_RFC 20      /* NAT Discovery */
+#define ISAKMP_NPTYPE_NATOA_RFC        21      /* NAT Original Address */
+
+
                        /*      128 - 255 Private Use */
 
 /*
                        /*      128 - 255 Private Use */
 
 /*
@@ -350,6 +364,15 @@ struct isakmp_pl_d {
        /* SPI(es) */
 } __attribute__((__packed__));
 
        /* SPI(es) */
 } __attribute__((__packed__));
 
+/* natoa payload */
+struct isakmp_pl_natoa {
+       struct isakmp_gen h;
+       u_int8_t id_type;               /* address type */
+       u_int8_t reserved1;             /* reserved */
+       u_int16_t reserved2;    /* reserved */
+       /* IP address */
+} __attribute__((__packed__));
+
 
 #endif /* __ISAKMP_H__ */
 
 
 #endif /* __ISAKMP_H__ */