Ipv6PrefixEntry Struct Reference

Prefix list entry. More...

#include <ipv6.h>

Data Fields

Ipv6Addr prefix
 IPv6 prefix information. More...
 
uint8_t prefixLen
 IPv6 prefix length. More...
 
bool_t onLinkFlag
 On-link flag. More...
 
bool_t autonomousFlag
 Autonomous flag. More...
 
systime_t validLifetime
 Valid lifetime. More...
 
systime_t preferredLifetime
 Preferred lifetime. More...
 
bool_t permanent
 Permanently assigned prefix. More...
 
systime_t timestamp
 Timestamp to manage entry lifetime. More...
 

Detailed Description

Prefix list entry.

Definition at line 416 of file ipv6.h.

Field Documentation

◆ autonomousFlag

bool_t autonomousFlag

Autonomous flag.

Definition at line 421 of file ipv6.h.

◆ onLinkFlag

bool_t onLinkFlag

On-link flag.

Definition at line 420 of file ipv6.h.

◆ permanent

bool_t permanent

Permanently assigned prefix.

Definition at line 424 of file ipv6.h.

◆ preferredLifetime

systime_t preferredLifetime

Preferred lifetime.

Definition at line 423 of file ipv6.h.

◆ prefix

Ipv6Addr prefix

IPv6 prefix information.

Definition at line 418 of file ipv6.h.

◆ prefixLen

uint8_t prefixLen

IPv6 prefix length.

Definition at line 419 of file ipv6.h.

◆ timestamp

systime_t timestamp

Timestamp to manage entry lifetime.

Definition at line 425 of file ipv6.h.

◆ validLifetime

systime_t validLifetime

Valid lifetime.

Definition at line 422 of file ipv6.h.


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