Transit Option.
More...
#include <structs.h>
|
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
|
|
◆ 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 |
The documentation for this struct was generated from the following file: