Sergey Pastor / 1

Dependents:   Nucleo

Embed: (wiki syntax)

« Back to documentation index

NdpDestCacheEntry Struct Reference

NdpDestCacheEntry Struct Reference

Destination cache entry. More...

#include <ndp.h>

Data Fields

Ipv6Addr destAddr
 Destination IPv6 address.
Ipv6Addr nextHop
 IPv6 address of the next-hop neighbor.
size_t pathMtu
 Path MTU.
systime_t timestamp
 Timestamp to manage entry lifetime.

Detailed Description

Destination cache entry.

Definition at line 552 of file ndp.h.


Field Documentation

Ipv6Addr destAddr

Destination IPv6 address.

Definition at line 554 of file ndp.h.

Ipv6Addr nextHop

IPv6 address of the next-hop neighbor.

Definition at line 555 of file ndp.h.

size_t pathMtu

Path MTU.

Definition at line 556 of file ndp.h.

systime_t timestamp

Timestamp to manage entry lifetime.

Definition at line 557 of file ndp.h.