Entry in the 6LoWPAN context buffer. More...

Detailed Description

Entry in the 6LoWPAN context buffer.

Definition at line 55 of file ctx.h.

#include <ctx.h>

Data Fields

ipv6_addr_t prefix
 The prefix associated to this context.
 
uint8_t prefix_len
 Length of gnrc_sixlowpan_ctx_t::prefix in bit.
 
uint8_t flags_id
 4-bit flags, 4-bit Context ID. More...
 
uint16_t ltime
 Lifetime in minutes this context is valid. More...
 

Field Documentation

◆ flags_id

uint8_t gnrc_sixlowpan_ctx_t::flags_id

4-bit flags, 4-bit Context ID.

Note
This needs to be here to easily translate prefixes to ID.

The flags are defined as above.

Definition at line 66 of file ctx.h.

◆ ltime

uint16_t gnrc_sixlowpan_ctx_t::ltime

Lifetime in minutes this context is valid.

See also
6LoWPAN Context Option

Definition at line 74 of file ctx.h.


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