Loading...
Searching...
No Matches

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

Detailed Description

Entry in the 6LoWPAN context buffer.

Definition at line 57 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.
 
uint16_t ltime
 Lifetime in minutes this context is valid.
 

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 68 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 76 of file ctx.h.

◆ prefix

ipv6_addr_t gnrc_sixlowpan_ctx_t::prefix

The prefix associated to this context.

Definition at line 58 of file ctx.h.

◆ prefix_len

uint8_t gnrc_sixlowpan_ctx_t::prefix_len

Length of gnrc_sixlowpan_ctx_t::prefix in bit.

Definition at line 59 of file ctx.h.


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