KallistiOS git master
Independent SDK for the Sega Dreamcast
|
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. | |
IPv6 Packet header.
struct in6_addr ipv6_hdr_t::dst_addr |
Destination IP address.
uint8 ipv6_hdr_t::hclass_lflow |
High-order class byte, low-order flow byte.
uint8 ipv6_hdr_t::hop_limit |
Hop limit.
uint16 ipv6_hdr_t::lclass |
Low-order class byte.
uint16 ipv6_hdr_t::length |
Length.
uint8 ipv6_hdr_t::next_header |
Next header type.
struct in6_addr ipv6_hdr_t::src_addr |
Source IP address.
uint8 ipv6_hdr_t::version_lclass |
Version and low-order class byte.