Loading...
Searching...
No Matches
gnrc_rpl_opt_dis_solicited_t Struct Reference

DIS Solicited Information option. More...

Detailed Description

DIS Solicited Information option.

See also
RFC6550, section 6.7.9, Solicited Information

Definition at line 139 of file structs.h.

#include <structs.h>

Data Fields

uint8_t type
 Option Type: 0x07.
 
uint8_t length
 Option Length: 19 bytes.
 
uint8_t instance_id
 id of the instance
 
uint8_t VID_flags
 V|I|D predicate options followed by 5 bit unused flags.
 
ipv6_addr_t dodag_id
 DODAG ID predicate.
 
uint8_t version_number
 version number of the DODAG
 

Field Documentation

◆ dodag_id

ipv6_addr_t gnrc_rpl_opt_dis_solicited_t::dodag_id

DODAG ID predicate.

Definition at line 144 of file structs.h.

◆ instance_id

uint8_t gnrc_rpl_opt_dis_solicited_t::instance_id

id of the instance

Definition at line 142 of file structs.h.

◆ length

uint8_t gnrc_rpl_opt_dis_solicited_t::length

Option Length: 19 bytes.

Definition at line 141 of file structs.h.

◆ type

uint8_t gnrc_rpl_opt_dis_solicited_t::type

Option Type: 0x07.

Definition at line 140 of file structs.h.

◆ version_number

uint8_t gnrc_rpl_opt_dis_solicited_t::version_number

version number of the DODAG

Definition at line 145 of file structs.h.

◆ VID_flags

uint8_t gnrc_rpl_opt_dis_solicited_t::VID_flags

V|I|D predicate options followed by 5 bit unused flags.

Definition at line 143 of file structs.h.


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