Loading...
Searching...
No Matches
gnrc_rpl_dio_t Struct Reference

DIO Base Object. More...

Detailed Description

DIO Base Object.

See also
RFC6550, section 6.3.1, Format of the DIO Base Object

Definition at line 90 of file structs.h.

#include <structs.h>

Data Fields

uint8_t instance_id
 id of the instance
 
uint8_t version_number
 version number of the DODAG
 
network_uint16_t rank
 rank of the parent emitting the DIO
 
uint8_t g_mop_prf
 grounded, MOP, preferred flags
 
uint8_t dtsn
 Destination Advertisement Trigger Sequence Number.
 
uint8_t flags
 unused
 
uint8_t reserved
 reserved
 
ipv6_addr_t dodag_id
 id of the dodag
 

Field Documentation

◆ dodag_id

ipv6_addr_t gnrc_rpl_dio_t::dodag_id

id of the dodag

Definition at line 98 of file structs.h.

◆ dtsn

uint8_t gnrc_rpl_dio_t::dtsn

Destination Advertisement Trigger Sequence Number.

Definition at line 95 of file structs.h.

◆ flags

uint8_t gnrc_rpl_dio_t::flags

unused

Definition at line 96 of file structs.h.

◆ g_mop_prf

uint8_t gnrc_rpl_dio_t::g_mop_prf

grounded, MOP, preferred flags

Definition at line 94 of file structs.h.

◆ instance_id

uint8_t gnrc_rpl_dio_t::instance_id

id of the instance

Definition at line 91 of file structs.h.

◆ rank

network_uint16_t gnrc_rpl_dio_t::rank

rank of the parent emitting the DIO

Definition at line 93 of file structs.h.

◆ reserved

uint8_t gnrc_rpl_dio_t::reserved

reserved

Definition at line 97 of file structs.h.

◆ version_number

uint8_t gnrc_rpl_dio_t::version_number

version number of the DODAG

Definition at line 92 of file structs.h.


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