Loading...
Searching...
No Matches

Data type to describe limits of a single fragment in the reassembly buffer. More...

Detailed Description

Data type to describe limits of a single fragment in the reassembly buffer.

Definition at line 59 of file frag.h.

#include <frag.h>

Data Fields

struct gnrc_ipv6_ext_frag_limitsnext
 limits of next fragment
 
uint16_t start
 the start (= offset) of the fragment
 
uint16_t end
 the exclusive end (= offset + length) of the fragment
 

Field Documentation

◆ end

uint16_t gnrc_ipv6_ext_frag_limits::end

the exclusive end (= offset + length) of the fragment

Definition at line 62 of file frag.h.

◆ next

struct gnrc_ipv6_ext_frag_limits* gnrc_ipv6_ext_frag_limits::next

limits of next fragment

Definition at line 60 of file frag.h.

◆ start

uint16_t gnrc_ipv6_ext_frag_limits::start

the start (= offset) of the fragment

Definition at line 61 of file frag.h.


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