Data type to describe limits of a single fragment in the reassembly buffer. More...
Data type to describe limits of a single fragment in the reassembly buffer.
#include <frag.h>
Data Fields | |
| struct gnrc_ipv6_ext_frag_limits * | next | 
| limits of next fragment  | |
| uint16_t | start | 
| the start (= offset) of the fragment  | |
| uint16_t | end | 
| the exclusive end (= offset + length) of the fragment  | |