NdpDestCacheEntry Struct Reference

Destination cache entry. More...

#include <ndp.h>

Data Fields

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

Detailed Description

Destination cache entry.

Definition at line 566 of file ndp.h.

Field Documentation

◆ destAddr

Ipv6Addr destAddr

Destination IPv6 address.

Definition at line 568 of file ndp.h.

◆ nextHop

Ipv6Addr nextHop

IPv6 address of the next-hop neighbor.

Definition at line 569 of file ndp.h.

◆ pathMtu

size_t pathMtu

Path MTU.

Definition at line 570 of file ndp.h.

◆ timestamp

systime_t timestamp

Timestamp to manage entry lifetime.

Definition at line 571 of file ndp.h.


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