iPXE
Data Fields
ipv6_fragment_header Struct Reference

IPv6 fragment header. More...

#include <ipv6.h>

Data Fields

struct ipv6_extension_header_common common
 Extension header common fields. More...
 
uint16_t offset_more
 Fragment offset (13 bits), reserved, more fragments (1 bit) More...
 
uint32_t ident
 Identification. More...
 

Detailed Description

IPv6 fragment header.

Definition at line 100 of file ipv6.h.

Field Documentation

◆ common

struct ipv6_extension_header_common ipv6_fragment_header::common

Extension header common fields.

Definition at line 102 of file ipv6.h.

◆ offset_more

uint16_t ipv6_fragment_header::offset_more

Fragment offset (13 bits), reserved, more fragments (1 bit)

Definition at line 104 of file ipv6.h.

Referenced by ipv6_fragment_offset(), and ipv6_more_fragments().

◆ ident

uint32_t ipv6_fragment_header::ident

Identification.

Definition at line 106 of file ipv6.h.

Referenced by ipv6_is_fragment().


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