The header for fragments.
When all fields are compressed and HC_UDP is not used, we use this structure. If HC_UDP is used, the ttl is in another spot, and we use the sicslowpan_hc1_hc_udp structure HC1 followed by HC_UDP An address context for IPHC address compression each context can have upto 8 bytes
#include <sicslowpan.h>
Data Fields | |
uint8_t | number |
uint8_t | prefix [8] |
uint8_t | used |
uint8_t sicslowpan_addr_context::number |
Referenced by compress_hdr_hc06().
uint8_t sicslowpan_addr_context::prefix[8] |
Referenced by uncompress_hdr_hc06().
uint8_t sicslowpan_addr_context::used |
Referenced by addr_context_lookup_by_number(), and addr_context_lookup_by_prefix().