|
API Reference Manual
1.48.0
|
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. | |
IPSEC warnings.
Definition at line 1150 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 1166 of file api/spec/ipsec_types.h.