Skip to main content
Open topic with navigation CAPL Functions » TCP/IP API » ipsecAssociationRelease

ipsecAssociationRelease

Valid for: CANoe DE • CANoe4SW DE Note
  • The function is dependent on the selected stack.
  • It is not possible to modify the security association database of the operating system TCP/IP stack.

Function Syntax

Description

Release a security association record object. The association handle is invalid after calling this function. A security association record can be created with ipsecAssociationInit or with ipsecAssociationDatabaseGetSpi.

Parameters

  • association: Handle to an association object.

Return Values

  • 0: Success
  • -1: Failed

Example