A reassembly buffer entry. More...
#include <frag.h>
Data Fields | |
gnrc_pktsnip_t * | pkt |
the (partly) reassembled packet | |
ipv6_hdr_t * | ipv6 |
the IPv6 header of gnrc_ipv6_ext_frag_rbuf_t::pkt | |
clist_node_t | limits |
The limits of the fragments in the reassembled packet. More... | |
uint32_t | id |
the identification from the fragment headers | |
uint32_t | arrival |
arrival time of last received fragment | |
uint16_t | pkt_len |
length of gnrc_ipv6_ext_frag_rbuf_t::pkt | |
uint8_t | last |
received last fragment | |
clist_node_t gnrc_ipv6_ext_frag_rbuf_t::limits |