Dependents:   Nucleo

Embed: (wiki syntax)

« Back to documentation index

Ipv6AddrEntry Struct Reference

Ipv6AddrEntry Struct Reference

IPv6 address entry. More...

#include <ipv6.h>

Data Fields

Ipv6Addr addr
 IPv6 address.
Ipv6AddrState state
 IPv6 address state.
bool_t duplicate
 The address is a duplicate.
systime_t validLifetime
 Valid lifetime.
systime_t preferredLifetime
 Preferred lifetime.
bool_t permanent
 Permanently assigned address.
systime_t timestamp
 Timestamp to manage entry lifetime.
systime_t dadTimeout
 Timeout value for Duplicate Address Detection.
uint_t dadRetransmitCount
 Retransmission counter for Duplicate Address Detection.

Detailed Description

IPv6 address entry.

Definition at line 392 of file ipv6.h.


Field Documentation

Ipv6Addr addr

IPv6 address.

Definition at line 394 of file ipv6.h.

Retransmission counter for Duplicate Address Detection.

Definition at line 402 of file ipv6.h.

systime_t dadTimeout

Timeout value for Duplicate Address Detection.

Definition at line 401 of file ipv6.h.

bool_t duplicate

The address is a duplicate.

Definition at line 396 of file ipv6.h.

bool_t permanent

Permanently assigned address.

Definition at line 399 of file ipv6.h.

systime_t preferredLifetime

Preferred lifetime.

Definition at line 398 of file ipv6.h.

IPv6 address state.

Definition at line 395 of file ipv6.h.

systime_t timestamp

Timestamp to manage entry lifetime.

Definition at line 400 of file ipv6.h.

systime_t validLifetime

Valid lifetime.

Definition at line 397 of file ipv6.h.