iPXE
Data Fields
ipv6_routing_header Struct Reference

IPv6 routing header. More...

#include <ipv6.h>

Data Fields

struct ipv6_extension_header_common common
 Extension header common fields. More...
 
uint8_t type
 Routing type. More...
 
uint8_t remaining
 Segments left. More...
 
uint8_t data [0]
 Type-specific data. More...
 

Detailed Description

IPv6 routing header.

Definition at line 88 of file ipv6.h.

Field Documentation

◆ common

struct ipv6_extension_header_common ipv6_routing_header::common

Extension header common fields.

Definition at line 90 of file ipv6.h.

◆ type

uint8_t ipv6_routing_header::type

Routing type.

Definition at line 92 of file ipv6.h.

◆ remaining

uint8_t ipv6_routing_header::remaining

Segments left.

Definition at line 94 of file ipv6.h.

◆ data

uint8_t ipv6_routing_header::data[0]

Type-specific data.

Definition at line 96 of file ipv6.h.


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