|
API Reference Manual 1.51.0
|
Capabilities regarding IPsec outbound operation parameters. More...
#include <ipsec_types.h>
Data Fields | ||
| struct { | ||
| uint8_t frag_mode:1 | ||
| fragmentation mode option supported More... | ||
| uint8_t tfc_pad:1 | ||
| TFC padding length option supported. More... | ||
| uint8_t tfc_dummy:1 | ||
| TFC dummy packet option supported. More... | ||
| uint8_t ip_param:1 | ||
| IP parameters option supported. More... | ||
| } | opt | |
| Supported outbound operation option flags. | ||
Capabilities regarding IPsec outbound operation parameters.
Definition at line 260 of file api/spec/ipsec_types.h.
| uint8_t odp_ipsec_out_op_capability_t::frag_mode |
fragmentation mode option supported
Definition at line 270 of file api/spec/ipsec_types.h.
| uint8_t odp_ipsec_out_op_capability_t::tfc_pad |
TFC padding length option supported.
Definition at line 273 of file api/spec/ipsec_types.h.
| uint8_t odp_ipsec_out_op_capability_t::tfc_dummy |
TFC dummy packet option supported.
Definition at line 276 of file api/spec/ipsec_types.h.
| uint8_t odp_ipsec_out_op_capability_t::ip_param |
IP parameters option supported.
Definition at line 279 of file api/spec/ipsec_types.h.
| struct { ... } odp_ipsec_out_op_capability_t::opt |
Supported outbound operation option flags.
If a flag is set, the corresponding option in odp_ipsec_out_opt_t is supported in outbound IPsec processing. If a flag is clear, the corresponding flag and parameter fields of odp_ipsec_out_opt_t are ignored by the IPsec outbound processing functions.