DPDK  21.08.0
Data Fields
rte_ipv6_hdr Struct Reference

#include <rte_ip.h>

Data Fields

rte_be32_t vtc_flow
 
rte_be16_t payload_len
 
uint8_t proto
 
uint8_t hop_limits
 
uint8_t src_addr [16]
 
uint8_t dst_addr [16]
 

Detailed Description

IPv6 Header

Examples:
examples/ip_fragmentation/main.c, examples/ip_pipeline/pipeline.c, examples/ip_reassembly/main.c, examples/ipsec-secgw/flow.c, examples/ipsec-secgw/ipsec-secgw.c, examples/ipsec-secgw/sa.c, examples/l3fwd-acl/main.c, examples/l3fwd-power/main.c, examples/l3fwd/l3fwd_em.c, examples/l3fwd/l3fwd_fib.c, examples/l3fwd/l3fwd_lpm.c, and examples/performance-thread/l3fwd-thread/main.c.

Definition at line 433 of file rte_ip.h.

Field Documentation

◆ vtc_flow

rte_be32_t vtc_flow

IP version, traffic class & flow label.

Examples:
examples/ipsec-secgw/sa.c.

Definition at line 434 of file rte_ip.h.

◆ payload_len

rte_be16_t payload_len

IP payload size, including ext. headers

Examples:
examples/ipsec-secgw/ipsec-secgw.c.

Definition at line 435 of file rte_ip.h.

◆ proto

uint8_t proto

Protocol, next header.

Examples:
examples/ipsec-secgw/ipsec-secgw.c, examples/l3fwd-power/main.c, and examples/l3fwd/l3fwd_em.c.

Definition at line 436 of file rte_ip.h.

◆ hop_limits

uint8_t hop_limits

Hop limits.

Definition at line 437 of file rte_ip.h.

◆ src_addr

uint8_t src_addr[16]

IP address of source host.

Examples:
examples/ipsec-secgw/flow.c, examples/ipsec-secgw/sa.c, examples/l3fwd-acl/main.c, and examples/l3fwd-power/main.c.

Definition at line 438 of file rte_ip.h.

◆ dst_addr

uint8_t dst_addr[16]

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