6LoWPAN fragmentation buffer entry. More...
#include <fb.h>
Data Fields | |
gnrc_pktsnip_t * | pkt |
Pointer to the IPv6 packet to be fragmented. | |
uint16_t | datagram_size |
Length of just the (uncompressed) IPv6 packet to be fragmented. | |
uint16_t | tag |
Tag used for the fragment. | |
uint16_t | offset |
Offset of the Nth fragment from the beginning of the payload datagram. | |