API Reference Manual  1.45.0
odp_ipsec_ipv6_param_t Struct Reference

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...
 

Detailed Description

IPv6 header parameters.

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

Field Documentation

◆ flabel

uint32_t odp_ipsec_ipv6_param_t::flabel

IPv6 flow label.

The default value is 0.

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

◆ dscp

uint8_t odp_ipsec_ipv6_param_t::dscp

IPv6 Differentiated Services Code Point.

The default value is 0.

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

◆ hlimit

uint8_t odp_ipsec_ipv6_param_t::hlimit

IPv6 hop limit.

The default value is 255.

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


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