Loading...
Searching...
No Matches
gnrc_rpl_opt_dodag_conf_t Struct Reference

DODAG Configuration Option. More...

Detailed Description

DODAG Configuration Option.

See also
RFC6550, section 6.7.6, DODAG Configuration

Definition at line 107 of file structs.h.

#include <structs.h>

Data Fields

uint8_t type
 Option Type: 0x04.
 
uint8_t length
 length of option, not including first two bytes
 
uint8_t flags_a_pcs
 flags
 
uint8_t dio_int_doubl
 trickle Imax parameter
 
uint8_t dio_int_min
 trickle Imin parameter
 
uint8_t dio_redun
 trickle k parameter
 
network_uint16_t max_rank_inc
 allowable increase in rank
 
network_uint16_t min_hop_rank_inc
 DAGRank(rank) = floor(rank/MinHopRankIncrease)
 
network_uint16_t ocp
 Objective Code Point.
 
uint8_t reserved
 reserved
 
uint8_t default_lifetime
 lifetime of RPL routes (lifetime * lifetime_unit)
 
network_uint16_t lifetime_unit
 unit in seconds
 

Field Documentation

◆ default_lifetime

uint8_t gnrc_rpl_opt_dodag_conf_t::default_lifetime

lifetime of RPL routes (lifetime * lifetime_unit)

Definition at line 118 of file structs.h.

◆ dio_int_doubl

uint8_t gnrc_rpl_opt_dodag_conf_t::dio_int_doubl

trickle Imax parameter

Definition at line 111 of file structs.h.

◆ dio_int_min

uint8_t gnrc_rpl_opt_dodag_conf_t::dio_int_min

trickle Imin parameter

Definition at line 112 of file structs.h.

◆ dio_redun

uint8_t gnrc_rpl_opt_dodag_conf_t::dio_redun

trickle k parameter

Definition at line 113 of file structs.h.

◆ flags_a_pcs

uint8_t gnrc_rpl_opt_dodag_conf_t::flags_a_pcs

flags

Definition at line 110 of file structs.h.

◆ length

uint8_t gnrc_rpl_opt_dodag_conf_t::length

length of option, not including first two bytes

Definition at line 109 of file structs.h.

◆ lifetime_unit

network_uint16_t gnrc_rpl_opt_dodag_conf_t::lifetime_unit

unit in seconds

Definition at line 119 of file structs.h.

◆ max_rank_inc

network_uint16_t gnrc_rpl_opt_dodag_conf_t::max_rank_inc

allowable increase in rank

Definition at line 114 of file structs.h.

◆ min_hop_rank_inc

network_uint16_t gnrc_rpl_opt_dodag_conf_t::min_hop_rank_inc

DAGRank(rank) = floor(rank/MinHopRankIncrease)

Definition at line 115 of file structs.h.

◆ ocp

network_uint16_t gnrc_rpl_opt_dodag_conf_t::ocp

Objective Code Point.

Definition at line 116 of file structs.h.

◆ reserved

uint8_t gnrc_rpl_opt_dodag_conf_t::reserved

reserved

Definition at line 117 of file structs.h.

◆ type

uint8_t gnrc_rpl_opt_dodag_conf_t::type

Option Type: 0x04.

Definition at line 108 of file structs.h.


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