Loading...
Searching...
No Matches
ndp_opt_pi_t Struct Reference

Prefix information option format. More...

Detailed Description

Prefix information option format.

See also
RFC 4861, section 4.6.2

Definition at line 312 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 valid_ltime
 valid lifetime
 
network_uint32_t pref_ltime
 preferred lifetime
 
network_uint32_t resv
 reserved field
 
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_pi_t::flags

flags

Definition at line 316 of file ndp.h.

◆ len

uint8_t ndp_opt_pi_t::len

length in units of 8 octets

Definition at line 314 of file ndp.h.

◆ pref_ltime

network_uint32_t ndp_opt_pi_t::pref_ltime

preferred lifetime

Definition at line 318 of file ndp.h.

◆ prefix

ipv6_addr_t ndp_opt_pi_t::prefix

prefix

Definition at line 320 of file ndp.h.

◆ prefix_len

uint8_t ndp_opt_pi_t::prefix_len

prefix length

Definition at line 315 of file ndp.h.

◆ resv

network_uint32_t ndp_opt_pi_t::resv

reserved field

Definition at line 319 of file ndp.h.

◆ type

uint8_t ndp_opt_pi_t::type

option type

Definition at line 313 of file ndp.h.

◆ valid_ltime

network_uint32_t ndp_opt_pi_t::valid_ltime

valid lifetime

Definition at line 317 of file ndp.h.


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