API Reference Manual 1.51.0
Loading...
Searching...
No Matches
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. More...
 
      odp_ipsec_warn_t   warn 
 IPSEC warnings. More...
 
   }  
 IPSEC errors and warnings.
 
   uint64_t   all 
 All status bits. More...
 
};  
 IPSEC status bits.
 

Detailed Description

IPSEC operation status.

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

Field Documentation

◆ error

odp_ipsec_error_t odp_ipsec_op_status_t::error

IPSEC errors.

Examples
ipsec_api/odp_ipsec.c, and odp_ipsec.c.

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

◆ warn

odp_ipsec_warn_t odp_ipsec_op_status_t::warn

IPSEC warnings.

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

◆ 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 1218 of file api/spec/ipsec_types.h.


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