|
API Reference Manual 1.51.0
|
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. | ||
IPSEC warnings.
Definition at line 1181 of file api/spec/ipsec_types.h.
| uint32_t odp_ipsec_warn_t::soft_exp_bytes |
Soft lifetime expired: bytes.
Definition at line 1187 of file api/spec/ipsec_types.h.
| uint32_t odp_ipsec_warn_t::soft_exp_packets |
Soft lifetime expired: packets.
Definition at line 1190 of file api/spec/ipsec_types.h.
| 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.