API Reference Manual
1.46.0
|
IPSEC SA option flags. More...
#include <ipsec_types.h>
Data Fields | |
uint32_t | esn: 1 |
Extended Sequence Numbers (ESN) More... | |
uint32_t | udp_encap: 1 |
UDP encapsulation. More... | |
uint32_t | copy_dscp: 1 |
Copy DSCP bits. More... | |
uint32_t | copy_flabel: 1 |
Copy IPv6 Flow Label. More... | |
uint32_t | copy_df: 1 |
Copy IPv4 Don't Fragment bit. More... | |
uint32_t | dec_ttl: 1 |
Decrement inner packet Time To Live (TTL) field. More... | |
IPSEC SA option flags.
Definition at line 677 of file api/spec/ipsec_types.h.
uint32_t odp_ipsec_sa_opt_t::esn |
Extended Sequence Numbers (ESN)
Definition at line 683 of file api/spec/ipsec_types.h.
uint32_t odp_ipsec_sa_opt_t::udp_encap |
UDP encapsulation.
Definition at line 691 of file api/spec/ipsec_types.h.
uint32_t odp_ipsec_sa_opt_t::copy_dscp |
Copy DSCP bits.
Definition at line 701 of file api/spec/ipsec_types.h.
uint32_t odp_ipsec_sa_opt_t::copy_flabel |
Copy IPv6 Flow Label.
Definition at line 709 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 717 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 726 of file api/spec/ipsec_types.h.