Loading...
Searching...
No Matches
gnrc_rpl_opt_target_t Struct Reference

Target Option. More...

Detailed Description

Target Option.

See also
RFC6550, section 6.7.7, RPL Target

Definition at line 180 of file structs.h.

#include <structs.h>

Data Fields

uint8_t type
 option type
 
uint8_t length
 option length without the first two bytes
 
uint8_t flags
 unused
 
uint8_t prefix_length
 number of valid leading bits in the IPv6 prefix
 
ipv6_addr_t target
 IPv6 prefix, address or multicast group.
 

Field Documentation

◆ flags

uint8_t gnrc_rpl_opt_target_t::flags

unused

Definition at line 183 of file structs.h.

◆ length

uint8_t gnrc_rpl_opt_target_t::length

option length without the first two bytes

Definition at line 182 of file structs.h.

◆ prefix_length

uint8_t gnrc_rpl_opt_target_t::prefix_length

number of valid leading bits in the IPv6 prefix

Definition at line 184 of file structs.h.

◆ target

ipv6_addr_t gnrc_rpl_opt_target_t::target

IPv6 prefix, address or multicast group.

Definition at line 185 of file structs.h.

◆ type

uint8_t gnrc_rpl_opt_target_t::type

option type

Definition at line 181 of file structs.h.


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