|
API Reference Manual 1.51.0
|
IPSEC status content. More...
#include <ipsec_types.h>
Data Fields | |
| odp_ipsec_status_id_t | id |
| IPSEC status ID. | |
| odp_ipsec_sa_t | sa |
| IPSEC SA that was target of the operation. | |
| int | result |
| Result of the operation. | |
| odp_ipsec_warn_t | warn |
| Warnings of an ODP_IPSEC_STATUS_WARN status event. | |
IPSEC status content.
Definition at line 1507 of file api/spec/ipsec_types.h.
| odp_ipsec_status_id_t odp_ipsec_status_t::id |
IPSEC status ID.
Definition at line 1509 of file api/spec/ipsec_types.h.
| odp_ipsec_sa_t odp_ipsec_status_t::sa |
IPSEC SA that was target of the operation.
Definition at line 1512 of file api/spec/ipsec_types.h.
| int odp_ipsec_status_t::result |
Result of the operation.
0: Success <0: Failure
Definition at line 1519 of file api/spec/ipsec_types.h.
| odp_ipsec_warn_t odp_ipsec_status_t::warn |
Warnings of an ODP_IPSEC_STATUS_WARN status event.
Definition at line 1522 of file api/spec/ipsec_types.h.