+/* Responder-Lifetime Notification */
+struct isakmp_pl_resp_lifetime {
+ struct isakmp_gen h;
+ u_int32_t doi; /* Domain of Interpretation */
+ u_int8_t proto_id; /* Protocol-Id */
+ u_int8_t spi_size; /* SPI Size */
+ u_int16_t type; /* Notify type */
+ /* spi follows next */
+ /* data follows next */
+} __attribute__((__packed__));
+