P2P Discovery Reply Object Acknowledgement (P2P-DRO-ACK) More...
P2P Discovery Reply Object Acknowledgement (P2P-DRO-ACK)
Definition at line 68 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 | seq_rev |
| sequence number and reserved | |
| ipv6_addr_t | dodag_id |
| id of the dodag | |
| ipv6_addr_t gnrc_rpl_p2p_dro_ack_t::dodag_id |
id of the dodag
Definition at line 72 of file p2p_structs.h.
| uint8_t gnrc_rpl_p2p_dro_ack_t::instance_id |
id of the instance
Definition at line 69 of file p2p_structs.h.
| network_uint16_t gnrc_rpl_p2p_dro_ack_t::seq_rev |
sequence number and reserved
Definition at line 71 of file p2p_structs.h.
| uint8_t gnrc_rpl_p2p_dro_ack_t::version_number |
version number of the DODAG
Definition at line 70 of file p2p_structs.h.