API Reference Manual  1.45.0
odp_ipsec_warn_t Struct Reference

IPSEC warnings. More...

#include <ipsec_types.h>

Data Fields

union {
   struct {
      uint32_t   soft_exp_bytes: 1
 Soft lifetime expired: bytes.
 
      uint32_t   soft_exp_packets: 1
 Soft lifetime expired: packets.
 
   } 
 Warning bits.
 
   uint32_t   all
 All warning bits. More...
 
}; 
 IPSEC warnings.
 

Detailed Description

IPSEC warnings.

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

Field Documentation

◆ all

uint32_t odp_ipsec_warn_t::all

All warning bits.

This field can be used to set/clear all bits, or to perform bitwise operations over those.

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


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