|
API Reference Manual 1.51.0
|
IPSEC SA option flags. More...
#include <ipsec_types.h>
Data Fields | |
| uint32_t | esn: 1 |
| Extended Sequence Numbers (ESN) | |
| uint32_t | udp_encap: 1 |
| UDP encapsulation. | |
| uint32_t | copy_dscp: 1 |
| Copy DSCP bits. | |
| uint32_t | copy_flabel: 1 |
| Copy IPv6 Flow Label. | |
| uint32_t | copy_df: 1 |
| Copy IPv4 Don't Fragment bit. | |
| uint32_t | dec_ttl: 1 |
| Decrement inner packet Time To Live (TTL) field. | |
IPSEC SA option flags.
Definition at line 713 of file api/spec/ipsec_types.h.
| uint32_t odp_ipsec_sa_opt_t::esn |
Extended Sequence Numbers (ESN)
Definition at line 719 of file api/spec/ipsec_types.h.
| uint32_t odp_ipsec_sa_opt_t::udp_encap |
UDP encapsulation.
Definition at line 727 of file api/spec/ipsec_types.h.
| uint32_t odp_ipsec_sa_opt_t::copy_dscp |
Copy DSCP bits.
Definition at line 737 of file api/spec/ipsec_types.h.
| uint32_t odp_ipsec_sa_opt_t::copy_flabel |
Copy IPv6 Flow Label.
Definition at line 745 of file api/spec/ipsec_types.h.
| uint32_t odp_ipsec_sa_opt_t::copy_df |
Copy IPv4 Don't Fragment bit.
Definition at line 753 of file api/spec/ipsec_types.h.
| uint32_t odp_ipsec_sa_opt_t::dec_ttl |
Decrement inner packet Time To Live (TTL) field.
Definition at line 762 of file api/spec/ipsec_types.h.