API Reference Manual
1.46.0
|
IPSEC operation flags. More...
#include <ipsec_types.h>
Data Fields | |
union { | |
struct { | |
uint32_t inline_mode: 1 | |
Packet was processed in inline mode. | |
} | |
Operation flags. | |
uint32_t all | |
All flag bits. More... | |
}; | |
IPSEC operations flags. | |
IPSEC operation flags.
Definition at line 1189 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 1203 of file api/spec/ipsec_types.h.