Base class for both reassembly buffer and virtual reassembly buffer. More...
Base class for both reassembly buffer and virtual reassembly buffer.
to identify all fragments that belong to the given datagram.
#include <rb.h>
Data Fields | |
gnrc_sixlowpan_frag_rb_int_t * | ints |
intervals of already received fragments | |
uint8_t | src [IEEE802154_LONG_ADDRESS_LEN] |
source address | |
uint8_t | dst [IEEE802154_LONG_ADDRESS_LEN] |
destination address | |
uint8_t | src_len |
length of gnrc_sixlowpan_frag_rb_t::src | |
uint8_t | dst_len |
length of gnrc_sixlowpan_frag_rb_t::dst | |
uint16_t | tag |
the datagram's tag | |
uint16_t | datagram_size |
the datagram's size | |
uint16_t | current_size |
The number of bytes currently received of the complete datagram. | |
uint32_t | arrival |
time in microseconds of arrival of last received fragment | |