DPDK  2.0.0
Data Fields
ipv6_hdr Struct Reference

#include <rte_ip.h>

Data Fields

uint32_t vtc_flow
uint16_t payload_len
uint8_t proto
uint8_t hop_limits
uint8_t src_addr [16]
uint8_t dst_addr [16]

Detailed Description

IPv6 Header

Field Documentation

uint8_t dst_addr[16]

IP address of destination host(s).

uint8_t hop_limits

Hop limits.

uint16_t payload_len

IP packet length - includes sizeof(ip_header).

uint8_t proto

Protocol, next header.

uint8_t src_addr[16]

IP address of source host.

uint32_t vtc_flow

IP version, traffic class & flow label.


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