Loading...
Searching...
No Matches
gnrc_rpl_p2p_dro_t Struct Reference

P2P Discovery Reply Object (P2P-DRO) More...

Detailed Description

P2P Discovery Reply Object (P2P-DRO)

See also
RFC 6997, section 8, P2P Discovery Reply Object (P2P-DRO)

Definition at line 56 of file p2p_structs.h.

#include <p2p_structs.h>

Data Fields

uint8_t instance_id
 id of the instance
 
uint8_t version_number
 version number of the DODAG
 
network_uint16_t flags_rev
 flags and reserved
 
ipv6_addr_t dodag_id
 id of the dodag
 

Field Documentation

◆ dodag_id

ipv6_addr_t gnrc_rpl_p2p_dro_t::dodag_id

id of the dodag

Definition at line 60 of file p2p_structs.h.

◆ flags_rev

network_uint16_t gnrc_rpl_p2p_dro_t::flags_rev

flags and reserved

Definition at line 59 of file p2p_structs.h.

◆ instance_id

uint8_t gnrc_rpl_p2p_dro_t::instance_id

id of the instance

Definition at line 57 of file p2p_structs.h.

◆ version_number

uint8_t gnrc_rpl_p2p_dro_t::version_number

version number of the DODAG

Definition at line 58 of file p2p_structs.h.


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