Sponsor:

Your company here, and a link to your site. Click to find out more.

rte_ipv6_hdr - Man Page

Synopsis

#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

Definition at line 523 of file rte_ip.h.

Field Documentation

rte_be32_t vtc_flow

IP version, traffic class & flow label.

Definition at line 524 of file rte_ip.h.

rte_be16_t payload_len

IP payload size, including ext. headers

Definition at line 525 of file rte_ip.h.

uint8_t proto

Protocol, next header.

Definition at line 526 of file rte_ip.h.

uint8_t hop_limits

Hop limits.

Definition at line 527 of file rte_ip.h.

uint8_t src_addr[16]

IP address of source host.

Definition at line 528 of file rte_ip.h.

uint8_t dst_addr[16]

IP address of destination host(s).

Definition at line 529 of file rte_ip.h.

Author

Generated automatically by Doxygen for DPDK from the source code.

Info

Version 23.11.0 DPDK