Loading...
Searching...
No Matches
gnrc_rpl_opt_transit_t Struct Reference

Transit Option. More...

Detailed Description

Transit Option.

See also
RFC6550, section 6.7.8, Transit Information

Definition at line 194 of file structs.h.

#include <structs.h>

Data Fields

uint8_t type
 option type
 
uint8_t length
 option length without the first two bytes
 
uint8_t e_flags
 external flag indicates external routes
 
uint8_t path_control
 limits the number of DAO parents
 
uint8_t path_sequence
 increased value for route updates
 
uint8_t path_lifetime
 lifetime of routes
 

Field Documentation

◆ e_flags

uint8_t gnrc_rpl_opt_transit_t::e_flags

external flag indicates external routes

Definition at line 197 of file structs.h.

◆ length

uint8_t gnrc_rpl_opt_transit_t::length

option length without the first two bytes

Definition at line 196 of file structs.h.

◆ path_control

uint8_t gnrc_rpl_opt_transit_t::path_control

limits the number of DAO parents

Definition at line 198 of file structs.h.

◆ path_lifetime

uint8_t gnrc_rpl_opt_transit_t::path_lifetime

lifetime of routes

Definition at line 200 of file structs.h.

◆ path_sequence

uint8_t gnrc_rpl_opt_transit_t::path_sequence

increased value for route updates

Definition at line 199 of file structs.h.

◆ type

uint8_t gnrc_rpl_opt_transit_t::type

option type

Definition at line 195 of file structs.h.


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