All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Loading...
Searching...
No Matches

An entry in the 6LoWPAN reassembly buffer. More...

Detailed Description

An entry in the 6LoWPAN reassembly buffer.

A recipient of a fragment SHALL use

Definition at line 98 of file rb.h.

#include <rb.h>

Public Member Functions

 BITFIELD (received, SIXLOWPAN_SFR_ACK_BITMAP_SIZE)
 Bitmap for received fragments.
 

Data Fields

gnrc_sixlowpan_frag_rb_base_t super
 base class
 
gnrc_pktsnip_tpkt
 The reassembled packet in the packet buffer.
 
int8_t offset_diff
 offset change due to recompression
 

Member Function Documentation

◆ BITFIELD()

gnrc_sixlowpan_frag_rb_t::BITFIELD ( received ,
SIXLOWPAN_SFR_ACK_BITMAP_SIZE  )

Bitmap for received fragments.

Note
Only available with module gnrc_sixlowpan_frag_sfr compiled in.

Field Documentation

◆ offset_diff

int8_t gnrc_sixlowpan_frag_rb_t::offset_diff

offset change due to recompression

Definition at line 113 of file rb.h.

◆ pkt

gnrc_pktsnip_t* gnrc_sixlowpan_frag_rb_t::pkt

The reassembled packet in the packet buffer.

Definition at line 103 of file rb.h.

◆ super

gnrc_sixlowpan_frag_rb_base_t gnrc_sixlowpan_frag_rb_t::super

base class

Definition at line 99 of file rb.h.


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