|
API Reference Manual 1.51.0
|
IPSEC outbound operation parameters. More...
#include <ipsec_types.h>
Data Fields | |
| int | num_sa |
| Number of SAs. | |
| int | num_opt |
| Number of outbound operation options. | |
| const odp_ipsec_sa_t * | sa |
| Pointer to an array of IPSEC SAs. | |
| const odp_ipsec_out_opt_t * | opt |
| Pointer to an array of outbound operation options. | |
IPSEC outbound operation parameters.
Definition at line 1315 of file api/spec/ipsec_types.h.
| int odp_ipsec_out_param_t::num_sa |
Number of SAs.
Outbound IPSEC operation needs SA from application. Use either single SA for all packets, or a SA per packet.
Valid values are:
Definition at line 1325 of file api/spec/ipsec_types.h.
| int odp_ipsec_out_param_t::num_opt |
Number of outbound operation options.
Valid values are:
Definition at line 1334 of file api/spec/ipsec_types.h.
| const odp_ipsec_sa_t* odp_ipsec_out_param_t::sa |
Pointer to an array of IPSEC SAs.
Definition at line 1337 of file api/spec/ipsec_types.h.
| const odp_ipsec_out_opt_t* odp_ipsec_out_param_t::opt |
Pointer to an array of outbound operation options.
May be NULL when num_opt is zero.
Definition at line 1343 of file api/spec/ipsec_types.h.