- added deletion of IKE_SA

This commit is contained in:
Jan Hutter
2005-12-12 14:14:52 +00:00
parent 6db4e80b56
commit e9c0ca15e1
7 changed files with 267 additions and 29 deletions
+9
View File
@@ -95,6 +95,15 @@ struct ike_sa_t {
* - NOT_FOUND if request doesn't have to be retransmited
*/
status_t (*retransmit_request) (ike_sa_t *this, u_int32_t message_id);
/**
* @brief Sends a request to delete IKE_SA.
*
* Only supported in state IKE_SA_ESTABLISHED
*
* @param this calling object
*/
void (*send_delete_ike_sa_request) (ike_sa_t *this);
/**
* @brief Get the id of the SA.