Webserver+3d print

Dependents:   Nucleo

Embed: (wiki syntax)

« Back to documentation index

NdpNeighborCacheEntry Struct Reference

NdpNeighborCacheEntry Struct Reference

Neighbor cache entry. More...

#include <ndp.h>

Data Fields

NdpState state
 Reachability state.
Ipv6Addr ipAddr
 Unicast IPv6 address.
MacAddr macAddr
 Link layer address associated with the IPv6 address.
bool_t isRouter
 A flag indicating whether the neighbor is a router or a host.
systime_t timestamp
 Timestamp to manage entry lifetime.
systime_t timeout
 Timeout value.
uint_t retransmitCount
 Retransmission counter.
NdpQueueItem queue [NDP_MAX_PENDING_PACKETS]
 Packets waiting for address resolution to complete.
uint_t queueSize
 Number of queued packets.

Detailed Description

Neighbor cache entry.

Definition at line 534 of file ndp.h.


Field Documentation

Ipv6Addr ipAddr

Unicast IPv6 address.

Definition at line 537 of file ndp.h.

bool_t isRouter

A flag indicating whether the neighbor is a router or a host.

Definition at line 539 of file ndp.h.

MacAddr macAddr

Link layer address associated with the IPv6 address.

Definition at line 538 of file ndp.h.

NdpQueueItem queue[NDP_MAX_PENDING_PACKETS]

Packets waiting for address resolution to complete.

Definition at line 543 of file ndp.h.

uint_t queueSize

Number of queued packets.

Definition at line 544 of file ndp.h.

Retransmission counter.

Definition at line 542 of file ndp.h.

Reachability state.

Definition at line 536 of file ndp.h.

systime_t timeout

Timeout value.

Definition at line 541 of file ndp.h.

systime_t timestamp

Timestamp to manage entry lifetime.

Definition at line 540 of file ndp.h.