Subsequent 6LoWPAN fragmentation header. More...
Subsequent 6LoWPAN fragmentation header.
Definition at line 133 of file sixlowpan.h.
#include <sixlowpan.h>
Data Fields | |
network_uint16_t | disp_size |
Dispatch and datagram size. | |
network_uint16_t | tag |
datagram tag | |
uint8_t | offset |
offset | |
Data Fields inherited from sixlowpan_frag_t | |
network_uint16_t | disp_size |
Dispatch and datagram size. | |
network_uint16_t | tag |
datagram tag | |
network_uint16_t sixlowpan_frag_n_t::disp_size |
Dispatch and datagram size.
The 5 most significant bits are the dispatch, the remaining bits are the size.
Definition at line 140 of file sixlowpan.h.
uint8_t sixlowpan_frag_n_t::offset |
offset
Definition at line 142 of file sixlowpan.h.
network_uint16_t sixlowpan_frag_n_t::tag |
datagram tag
Definition at line 141 of file sixlowpan.h.