Loading...
Searching...
No Matches
gnrc_rpl_dao_t Struct Reference

Destination Advertisement Object. More...

Detailed Description

Destination Advertisement Object.

See also
RFC6550, section 6.4, Destination Advertisement Object

Definition at line 154 of file structs.h.

#include <structs.h>

Data Fields

uint8_t instance_id
 id of the instance
 
uint8_t k_d_flags
 K and D flags.
 
uint8_t reserved
 reserved
 
uint8_t dao_sequence
 sequence of the DAO, needs to be used for DAO-ACK
 

Field Documentation

◆ dao_sequence

uint8_t gnrc_rpl_dao_t::dao_sequence

sequence of the DAO, needs to be used for DAO-ACK

Definition at line 158 of file structs.h.

◆ instance_id

uint8_t gnrc_rpl_dao_t::instance_id

id of the instance

Definition at line 155 of file structs.h.

◆ k_d_flags

uint8_t gnrc_rpl_dao_t::k_d_flags

K and D flags.

Definition at line 156 of file structs.h.

◆ reserved

uint8_t gnrc_rpl_dao_t::reserved

reserved

Definition at line 157 of file structs.h.


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