6LoWPAN fragmentation buffer entry.  
 More...
6LoWPAN fragmentation buffer entry. 
Definition at line 47 of file fb.h.
#include <fb.h>
|  | 
| 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. 
 | 
|  | 
◆ datagram_size
      
        
          | uint16_t gnrc_sixlowpan_frag_fb_t::datagram_size | 
      
 
 
◆ offset
      
        
          | uint16_t gnrc_sixlowpan_frag_fb_t::offset | 
      
 
Offset of the Nth fragment from the beginning of the payload datagram. 
Definition at line 57 of file fb.h.
 
 
◆ pkt
Pointer to the IPv6 packet to be fragmented. 
Definition at line 48 of file fb.h.
 
 
◆ tag
      
        
          | uint16_t gnrc_sixlowpan_frag_fb_t::tag | 
      
 
Tag used for the fragment. 
Definition at line 56 of file fb.h.
 
 
The documentation for this struct was generated from the following file:
- sys/include/net/gnrc/sixlowpan/frag/fb.h