API Reference Manual 1.51.0
Loading...
Searching...
No Matches
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.
 
uint8_t dscp
 IPv6 Differentiated Services Code Point.
 
uint8_t hlimit
 IPv6 hop limit.
 

Detailed Description

IPv6 header parameters.

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

Field Documentation

◆ src_addr

void* odp_ipsec_ipv6_param_t::src_addr

IPv6 source address (NETWORK ENDIAN)

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

◆ dst_addr

void* odp_ipsec_ipv6_param_t::dst_addr

IPv6 destination address (NETWORK ENDIAN)

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

◆ flabel

uint32_t odp_ipsec_ipv6_param_t::flabel

IPv6 flow label.

The default value is 0.

Definition at line 678 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 681 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 684 of file api/spec/ipsec_types.h.


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