Loading...
Searching...
No Matches
ndp_opt_ri_t Struct Reference

Route information option format. More...

Detailed Description

Route information option format.

See also
RFC 4191, section 2.3

Definition at line 329 of file ndp.h.

#include <ndp.h>

Data Fields

uint8_t type
 option type
 
uint8_t len
 length in units of 8 octets
 
uint8_t prefix_len
 prefix length
 
uint8_t flags
 flags
 
network_uint32_t route_ltime
 route lifetime
 
ipv6_addr_t prefix
 prefix
 
- Data Fields inherited from ndp_opt_t
uint8_t type
 option type
 
uint8_t len
 length in units of 8 octets
 

Field Documentation

◆ flags

uint8_t ndp_opt_ri_t::flags

flags

Definition at line 333 of file ndp.h.

◆ len

uint8_t ndp_opt_ri_t::len

length in units of 8 octets

Definition at line 331 of file ndp.h.

◆ prefix

ipv6_addr_t ndp_opt_ri_t::prefix

prefix

Definition at line 335 of file ndp.h.

◆ prefix_len

uint8_t ndp_opt_ri_t::prefix_len

prefix length

Definition at line 332 of file ndp.h.

◆ route_ltime

network_uint32_t ndp_opt_ri_t::route_ltime

route lifetime

Definition at line 334 of file ndp.h.

◆ type

uint8_t ndp_opt_ri_t::type

option type

Definition at line 330 of file ndp.h.


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