|
API Reference Manual 1.51.0
|
IPSEC operation flags. More...
#include <ipsec_types.h>
Data Fields | ||
| union { | ||
| struct { | ||
| uint32_t inline_mode: 1 | ||
| Packet was processed in inline mode. More... | ||
| } | ||
| Operation flags. | ||
| uint32_t all | ||
| All flag bits. More... | ||
| }; | ||
| IPSEC operations flags. | ||
IPSEC operation flags.
Definition at line 1225 of file api/spec/ipsec_types.h.
| uint32_t odp_ipsec_op_flag_t::inline_mode |
Packet was processed in inline mode.
Definition at line 1231 of file api/spec/ipsec_types.h.
| uint32_t odp_ipsec_op_flag_t::all |
All flag bits.
This field can be used to set/clear all flags, or to perform bitwise operations over those.
Definition at line 1239 of file api/spec/ipsec_types.h.