tfIkeDeletePhase1SAByInterface

Jump to: navigation, search

Table of Contents >> IPsec/IKE Programmer's Reference >> IPsec/IKE Function Reference


#include <trsocket.h>


int tfIkeDeletePhase1SAByInterface (ttUserInterface interfaceHandle);


Function Description

This function deletes all IKE SA's used by the given interface.


Parameters

  • interfaceHandle
    This is the interface handle to delete IKE SA's on.


Returns

  • TM_ENOERROR
    This indicates success.
  • TM_EINVAL
    The specified interfaceHandle was invalid.


Table of Contents >> IPsec/IKE Programmer's Reference >> IPsec/IKE Function Reference