API Reference Manual 1.51.0
Loading...
Searching...
No Matches
odp_ipsec_out_op_capability_t Struct Reference

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.
 

Detailed Description

Capabilities regarding IPsec outbound operation parameters.

Definition at line 260 of file api/spec/ipsec_types.h.

Field Documentation

◆ frag_mode

uint8_t odp_ipsec_out_op_capability_t::frag_mode

fragmentation mode option supported

Examples
odp_sysinfo.c.

Definition at line 270 of file api/spec/ipsec_types.h.

◆ tfc_pad

uint8_t odp_ipsec_out_op_capability_t::tfc_pad

TFC padding length option supported.

Examples
odp_sysinfo.c.

Definition at line 273 of file api/spec/ipsec_types.h.

◆ tfc_dummy

uint8_t odp_ipsec_out_op_capability_t::tfc_dummy

TFC dummy packet option supported.

Examples
odp_sysinfo.c.

Definition at line 276 of file api/spec/ipsec_types.h.

◆ ip_param

uint8_t odp_ipsec_out_op_capability_t::ip_param

IP parameters option supported.

Examples
odp_sysinfo.c.

Definition at line 279 of file api/spec/ipsec_types.h.

◆ [struct]

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.

Examples
odp_sysinfo.c.

The documentation for this struct was generated from the following file: