Loading...
Searching...
No Matches
gnrc_rpl_dao_ack_t Struct Reference

Destination Advertisement Object Acknowledgement. More...

Detailed Description

Destination Advertisement Object Acknowledgement.

See also
RFC6550, section 6.5, Destination Advertisement Object Acknowledgement

Definition at line 167 of file structs.h.

#include <structs.h>

Data Fields

uint8_t instance_id
 id of the instance
 
uint8_t d_reserved
 if set, indicates that the DODAG id should be included
 
uint8_t dao_sequence
 sequence must be equal to the sequence from the DAO object
 
uint8_t status
 indicates completion
 

Field Documentation

◆ d_reserved

uint8_t gnrc_rpl_dao_ack_t::d_reserved

if set, indicates that the DODAG id should be included

Definition at line 169 of file structs.h.

◆ dao_sequence

uint8_t gnrc_rpl_dao_ack_t::dao_sequence

sequence must be equal to the sequence from the DAO object

Definition at line 170 of file structs.h.

◆ instance_id

uint8_t gnrc_rpl_dao_ack_t::instance_id

id of the instance

Definition at line 168 of file structs.h.

◆ status

uint8_t gnrc_rpl_dao_ack_t::status

indicates completion

Definition at line 171 of file structs.h.


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