Loading...
Searching...
No Matches
ipv6_ext_frag_t Struct Reference

Fragment header definition. More...

Detailed Description

Fragment header definition.

Definition at line 39 of file frag.h.

#include <frag.h>

Data Fields

uint8_t nh
 next header
 
uint8_t resv
 reserved
 
network_uint16_t offset_flags
 11-bit fragment offset and flags
 
network_uint32_t id
 identification
 

Field Documentation

◆ id

network_uint32_t ipv6_ext_frag_t::id

identification

Definition at line 52 of file frag.h.

◆ nh

uint8_t ipv6_ext_frag_t::nh

next header

Definition at line 40 of file frag.h.

◆ offset_flags

network_uint16_t ipv6_ext_frag_t::offset_flags

11-bit fragment offset and flags

+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| Fragment Offset |Res|M|
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+

Definition at line 51 of file frag.h.

◆ resv

uint8_t ipv6_ext_frag_t::resv

reserved

Definition at line 41 of file frag.h.


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