API Reference Manual  1.45.1
odp_ipsec_test_capability_t Struct Reference

IPSEC TEST capability. More...

#include <ipsec_types.h>

Data Fields

struct {
   odp_bool_t   seq_num
 Next sequence number value. More...
 
   odp_bool_t   antireplay_window_top
 Highest authenticated sequence number. More...
 
sa_operations
 Parameters supported for sa_update.
 

Detailed Description

IPSEC TEST capability.

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

Field Documentation

◆ seq_num

odp_bool_t odp_ipsec_test_capability_t::seq_num

Next sequence number value.

See also
ODP_IPSEC_TEST_SA_UPDATE_SEQ_NUM
Examples
odp_sysinfo.c.

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

◆ antireplay_window_top

odp_bool_t odp_ipsec_test_capability_t::antireplay_window_top

Highest authenticated sequence number.

See also
ODP_IPSEC_TEST_SA_UPDATE_ANTIREPLAY_WINDOW_TOP
Examples
odp_sysinfo.c.

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


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