P2P Route Discovery Object (RDO) Option. More...
P2P Route Discovery Object (RDO) Option.
Definition at line 41 of file p2p_structs.h.
#include <p2p_structs.h>
Data Fields | |
| uint8_t | type | 
| Option Type: 0x0a.   | |
| uint8_t | length | 
| length of option, not including first two bytes   | |
| uint8_t | compr_flags | 
| flags and number of elided prefix octets   | |
| uint8_t | lmn | 
| lifetime, maxrank/nexthop   | |
| ipv6_addr_t | target | 
| target address   | |
| uint8_t gnrc_rpl_p2p_opt_rdo_t::compr_flags | 
flags and number of elided prefix octets
Definition at line 44 of file p2p_structs.h.
| uint8_t gnrc_rpl_p2p_opt_rdo_t::length | 
length of option, not including first two bytes
Definition at line 43 of file p2p_structs.h.
| uint8_t gnrc_rpl_p2p_opt_rdo_t::lmn | 
lifetime, maxrank/nexthop
Definition at line 45 of file p2p_structs.h.
| ipv6_addr_t gnrc_rpl_p2p_opt_rdo_t::target | 
target address
Definition at line 46 of file p2p_structs.h.
| uint8_t gnrc_rpl_p2p_opt_rdo_t::type | 
Option Type: 0x0a.
Definition at line 42 of file p2p_structs.h.