P2P Discovery Reply Object (P2P-DRO) More...
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 | |
ipv6_addr_t gnrc_rpl_p2p_dro_t::dodag_id |
id of the dodag
Definition at line 60 of file p2p_structs.h.
network_uint16_t gnrc_rpl_p2p_dro_t::flags_rev |
flags and reserved
Definition at line 59 of file p2p_structs.h.
uint8_t gnrc_rpl_p2p_dro_t::instance_id |
id of the instance
Definition at line 57 of file p2p_structs.h.
uint8_t gnrc_rpl_p2p_dro_t::version_number |
version number of the DODAG
Definition at line 58 of file p2p_structs.h.