API Reference Manual 1.51.0
Loading...
Searching...
No Matches
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. More...
 
      uint32_t   soft_exp_packets: 1 
 Soft lifetime expired: packets. More...
 
   }  
 Warning bits.
 
   uint32_t   all 
 All warning bits. More...
 
};  
 IPSEC warnings.
 

Detailed Description

IPSEC warnings.

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

Field Documentation

◆ soft_exp_bytes

uint32_t odp_ipsec_warn_t::soft_exp_bytes

Soft lifetime expired: bytes.

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

◆ soft_exp_packets

uint32_t odp_ipsec_warn_t::soft_exp_packets

Soft lifetime expired: packets.

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

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


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