www.beck-ipc.com

@CHIP-RTOS C Library V2.06 - TCP/IP API


IPsec_IKE_Phase1_Delete

Remove one of the IKE phase 1 transforms.

int IPsec_IKE_Phase1_Delete(int index) ;

Parameters

index

Index 0 or 1 selects which of two phase 1 IKE transforms is to be deleted.

Return Value

error code, zero on success.  

Comments

This function removes one of the two IKE phase 1 transforms which the user can set.   If both user settable phase 1 transforms are not present, then the default transform will be used.

See Also

RTOS API

This library function invokes a RTOS software interrupt.   Refer to the RTOS API function IPSEC_VECTORS for more details.

Supported since or modified in @CHIP-RTOS version

    SC12SC13SC11SC1x3
    n/an/an/aV1.07

Supported by @CHIP-RTOS C Library since version

    CLIB
    V2.06

This API List
List of C Libraries
@CHIP-RTOS Main Index


End of document