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 437 of file ipv6.h.

Field Documentation

◆ autonomousFlag

bool_t autonomousFlag

Autonomous flag.

Definition at line 442 of file ipv6.h.

◆ onLinkFlag

bool_t onLinkFlag

On-link flag.

Definition at line 441 of file ipv6.h.

◆ permanent

bool_t permanent

Permanently assigned prefix.

Definition at line 445 of file ipv6.h.

◆ preferredLifetime

systime_t preferredLifetime

Preferred lifetime.

Definition at line 444 of file ipv6.h.

◆ prefix

Ipv6Addr prefix

IPv6 prefix information.

Definition at line 439 of file ipv6.h.

◆ prefixLen

uint8_t prefixLen

IPv6 prefix length.

Definition at line 440 of file ipv6.h.

◆ timestamp

systime_t timestamp

Timestamp to manage entry lifetime.

Definition at line 446 of file ipv6.h.

◆ validLifetime

systime_t validLifetime

Valid lifetime.

Definition at line 443 of file ipv6.h.


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