Loading...
Searching...
No Matches
sixlowpan_frag_t Struct Reference

General and 1st 6LoWPAN fragmentation header. More...

Detailed Description

General and 1st 6LoWPAN fragmentation header.

Note
The general 6LoWPAN fragmentation header refers to the first 4 bytes of a FRAG0 or FRAGN fragmentation header, which are identical.
See also
RFC 4944, section 5.3

Definition at line 113 of file sixlowpan.h.

#include <sixlowpan.h>

Data Fields

network_uint16_t disp_size
 Dispatch and datagram size.
 
network_uint16_t tag
 datagram tag
 

Field Documentation

◆ disp_size

network_uint16_t sixlowpan_frag_t::disp_size

Dispatch and datagram size.

The 5 most significant bits are the dispatch, the remaining bits are the size.

Definition at line 120 of file sixlowpan.h.

◆ tag

network_uint16_t sixlowpan_frag_t::tag

datagram tag

Definition at line 121 of file sixlowpan.h.


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