tfSadbRecordClear
Table of Contents >> IPsec/IKE Programmer's Reference >> IPsec/IKE Function Reference
| #include <trsocket.h> |
| void tfSadbRecordClear | (ttUser32Bit options); |
Function Description
This function is called to clear the SAD table. All SAâs, including inbound and outbound, will be deleted.
Parameters
- options
- Zero if the SAD is not locked by the calling procedure, or TM_IPSEC_DATABASE_LOCKED if SAD is already locked by the calling procedure. For manual usage, this is always zero.
Returns
- None
Table of Contents >> IPsec/IKE Programmer's Reference >> IPsec/IKE Function Reference