- added function to retrieve responder spi
This commit is contained in:
@@ -92,6 +92,14 @@ struct message_s {
|
|||||||
*/
|
*/
|
||||||
u_int32_t (*get_message_id) (message_t *this);
|
u_int32_t (*get_message_id) (message_t *this);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @brief Gets the responder SPI of the message.
|
||||||
|
*
|
||||||
|
* @param this message_t object
|
||||||
|
* @return responder spi of the message
|
||||||
|
*/
|
||||||
|
u_int64_t (*get_responder_spi) (message_t *this);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Sets the IKE_SA ID of the message.
|
* @brief Sets the IKE_SA ID of the message.
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user