KallistiOS git master
Independent SDK for the Sega Dreamcast
Loading...
Searching...
No Matches
ipv6_hdr_t Struct Reference

IPv6 Packet header. More...

#include <kos/net.h>

Data Fields

uint8 version_lclass
 Version and low-order class byte.
 
uint8 hclass_lflow
 High-order class byte, low-order flow byte.
 
uint16 lclass
 Low-order class byte.
 
uint16 length
 Length.
 
uint8 next_header
 Next header type.
 
uint8 hop_limit
 Hop limit.
 
struct in6_addr src_addr
 Source IP address.
 
struct in6_addr dst_addr
 Destination IP address.
 

Detailed Description

IPv6 Packet header.

Field Documentation

◆ dst_addr

struct in6_addr ipv6_hdr_t::dst_addr

Destination IP address.

◆ hclass_lflow

uint8 ipv6_hdr_t::hclass_lflow

High-order class byte, low-order flow byte.

◆ hop_limit

uint8 ipv6_hdr_t::hop_limit

Hop limit.

◆ lclass

uint16 ipv6_hdr_t::lclass

Low-order class byte.

◆ length

uint16 ipv6_hdr_t::length

Length.

◆ next_header

uint8 ipv6_hdr_t::next_header

Next header type.

◆ src_addr

struct in6_addr ipv6_hdr_t::src_addr

Source IP address.

◆ version_lclass

uint8 ipv6_hdr_t::version_lclass

Version and low-order class byte.


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