Loading...
Searching...
No Matches
gnrc_rpl_p2p_opt_rdo_t Struct Reference

P2P Route Discovery Object (RDO) Option. More...

Detailed Description

P2P Route Discovery Object (RDO) Option.

See also
RFC 6997, section 7, P2P Route Discovery Option (P2P-RDO)

Definition at line 42 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
 

Field Documentation

◆ compr_flags

uint8_t gnrc_rpl_p2p_opt_rdo_t::compr_flags

flags and number of elided prefix octets

Definition at line 45 of file p2p_structs.h.

◆ length

uint8_t gnrc_rpl_p2p_opt_rdo_t::length

length of option, not including first two bytes

Definition at line 44 of file p2p_structs.h.

◆ lmn

uint8_t gnrc_rpl_p2p_opt_rdo_t::lmn

lifetime, maxrank/nexthop

Definition at line 46 of file p2p_structs.h.

◆ target

ipv6_addr_t gnrc_rpl_p2p_opt_rdo_t::target

target address

Definition at line 47 of file p2p_structs.h.

◆ type

uint8_t gnrc_rpl_p2p_opt_rdo_t::type

Option Type: 0x0a.

Definition at line 43 of file p2p_structs.h.


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