API Reference Manual  1.45.0
odp_ipsec_op_status_t Struct Reference

IPSEC operation status. More...

#include <ipsec_types.h>

Collaboration diagram for odp_ipsec_op_status_t:
[legend]

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.
 

Detailed Description

IPSEC operation status.

Definition at line 1167 of file api/spec/ipsec_types.h.

Field Documentation

◆ all

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.

Examples
odp_ipsecfwd.c.

Definition at line 1182 of file api/spec/ipsec_types.h.


The documentation for this struct was generated from the following file: