Loading...
Searching...
No Matches
gnrc_rpl_opt_prefix_info_t Struct Reference

Prefix Information Option. More...

Detailed Description

Prefix Information Option.

See also
RFC6550, section 6.7.10, Prefix Information

Definition at line 209 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 prefix_len
 prefix length
 
uint8_t LAR_flags
 flags and resereved
 
network_uint32_t valid_lifetime
 valid lifetime
 
network_uint32_t pref_lifetime
 preferred lifetime
 
uint32_t reserved
 reserved
 
ipv6_addr_t prefix
 prefix used for Stateless Address Autoconfiguration
 

Field Documentation

◆ LAR_flags

uint8_t gnrc_rpl_opt_prefix_info_t::LAR_flags

flags and resereved

Definition at line 214 of file structs.h.

◆ length

uint8_t gnrc_rpl_opt_prefix_info_t::length

option length without the first two bytes

Definition at line 211 of file structs.h.

◆ pref_lifetime

network_uint32_t gnrc_rpl_opt_prefix_info_t::pref_lifetime

preferred lifetime

Definition at line 216 of file structs.h.

◆ prefix

ipv6_addr_t gnrc_rpl_opt_prefix_info_t::prefix

prefix used for Stateless Address Autoconfiguration

Definition at line 218 of file structs.h.

◆ prefix_len

uint8_t gnrc_rpl_opt_prefix_info_t::prefix_len

prefix length

Definition at line 213 of file structs.h.

◆ reserved

uint32_t gnrc_rpl_opt_prefix_info_t::reserved

reserved

Definition at line 217 of file structs.h.

◆ type

uint8_t gnrc_rpl_opt_prefix_info_t::type

option type

Definition at line 210 of file structs.h.

◆ valid_lifetime

network_uint32_t gnrc_rpl_opt_prefix_info_t::valid_lifetime

valid lifetime

Definition at line 215 of file structs.h.


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