API Reference Manual
1.46.0
|
IPSEC operation status. More...
#include <ipsec_types.h>
Data Fields | |
union { | |
struct { | |
odp_ipsec_error_t error | |
IPSEC errors. | |
odp_ipsec_warn_t warn | |
IPSEC warnings. | |
} | |
IPSEC errors and warnings. | |
uint64_t all | |
All status bits. More... | |
}; | |
IPSEC status bits. | |
IPSEC operation status.
Definition at line 1167 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 1182 of file api/spec/ipsec_types.h.