@CHIP-RTOS C Library - TCP/IP API
IPsec_Status
Read out the status of the IP security function within
the system's TCP/IP stack. int IPsec_Status(int *error_code) ;
Parameters
error_code
- Optional output parameter is the
error code
reported when IP Security initialization was not successful.
Set this parameter to NULL if not interested.
Return Value
- Enumerator:
IPSEC_OFF (0) - Not started yet.
IPSEC_FAILED (1) - Startup failed, perhaps insufficient
memory.
IPSEC_READY (2) - Ready for operation.
Comments
- The optional error code value returned to error_code
will be non-zero if the reported state is IPSEC_FAILED.
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-
| SC12 | SC13 | SC11 | SC1x3 | SC2x |
-
| n/a | n/a | n/a | V1.07 | V1.00 |
Supported by @CHIP-RTOS C Library since version
This API List
List of C Libraries
@CHIP-RTOS Main Index
End of document
|