|
API Reference Manual 1.51.0
|
IPSEC operation status. More...
#include <ipsec_types.h>
Data Fields | ||
| union { | ||
| struct { | ||
| odp_ipsec_error_t error | ||
| IPSEC errors. More... | ||
| odp_ipsec_warn_t warn | ||
| IPSEC warnings. More... | ||
| } | ||
| IPSEC errors and warnings. | ||
| uint64_t all | ||
| All status bits. More... | ||
| }; | ||
| IPSEC status bits. | ||
IPSEC operation status.
Definition at line 1203 of file api/spec/ipsec_types.h.
| odp_ipsec_error_t odp_ipsec_op_status_t::error |
IPSEC errors.
Definition at line 1209 of file api/spec/ipsec_types.h.
| odp_ipsec_warn_t odp_ipsec_op_status_t::warn |
IPSEC warnings.
Definition at line 1212 of file api/spec/ipsec_types.h.
| uint64_t odp_ipsec_op_status_t::all |
All status bits.
Combines all error and warning bits. For example, 'status.all != ODP_IPSEC_OK' checks if there are any errors or warnings.
Definition at line 1218 of file api/spec/ipsec_types.h.