|
API Reference Manual
1.48.0
|
IPv6 header parameters. More...
#include <ipsec_types.h>
Data Fields | |
| void * | src_addr |
| IPv6 source address (NETWORK ENDIAN) | |
| void * | dst_addr |
| IPv6 destination address (NETWORK ENDIAN) | |
| uint32_t | flabel |
| IPv6 flow label. More... | |
| uint8_t | dscp |
| IPv6 Differentiated Services Code Point. More... | |
| uint8_t | hlimit |
| IPv6 hop limit. More... | |
IPv6 header parameters.
Definition at line 639 of file api/spec/ipsec_types.h.
| uint32_t odp_ipsec_ipv6_param_t::flabel |
| uint8_t odp_ipsec_ipv6_param_t::dscp |
IPv6 Differentiated Services Code Point.
The default value is 0.
Definition at line 650 of file api/spec/ipsec_types.h.
| uint8_t odp_ipsec_ipv6_param_t::hlimit |