Webserver+3d print

Dependents:   Nucleo

Embed: (wiki syntax)

« Back to documentation index

NdpContext Struct Reference

NdpContext Struct Reference

NDP context. More...

#include <ndp.h>

Data Fields

uint32_t reachableTime
 The time a node assumes a neighbor is reachable.
uint32_t retransTimer
 The time between retransmissions of NS messages.
uint_t dupAddrDetectTransmits
 Maximum number of NS messages sent while performing DAD.
systime_t minRtrSolicitationDelay
 Minimum delay before transmitting the first RS message.
systime_t maxRtrSolicitationDelay
 Maximum delay before transmitting the first RS message.
systime_t rtrSolicitationInterval
 Time interval between retransmissions of RS messages.
uint_t maxRtrSolicitations
 Number of retransmissions for RS messages.
uint_t rtrSolicitationCount
 Retransmission counter for RS messages.
bool_t rtrAdvReceived
 Valid RA message received.
systime_t timestamp
 Timestamp to manage retransmissions.
systime_t timeout
 Timeout value.
NdpNeighborCacheEntry neighborCache [NDP_NEIGHBOR_CACHE_SIZE]
 Neighbor cache.
NdpDestCacheEntry destCache [NDP_DEST_CACHE_SIZE]
 Destination cache.

Detailed Description

NDP context.

Definition at line 565 of file ndp.h.


Field Documentation

NdpDestCacheEntry destCache[NDP_DEST_CACHE_SIZE]

Destination cache.

Definition at line 579 of file ndp.h.

Maximum number of NS messages sent while performing DAD.

Definition at line 569 of file ndp.h.

Maximum delay before transmitting the first RS message.

Definition at line 571 of file ndp.h.

Number of retransmissions for RS messages.

Definition at line 573 of file ndp.h.

Minimum delay before transmitting the first RS message.

Definition at line 570 of file ndp.h.

NdpNeighborCacheEntry neighborCache[NDP_NEIGHBOR_CACHE_SIZE]

Neighbor cache.

Definition at line 578 of file ndp.h.

uint32_t reachableTime

The time a node assumes a neighbor is reachable.

Definition at line 567 of file ndp.h.

uint32_t retransTimer

The time between retransmissions of NS messages.

Definition at line 568 of file ndp.h.

Valid RA message received.

Definition at line 575 of file ndp.h.

Retransmission counter for RS messages.

Definition at line 574 of file ndp.h.

Time interval between retransmissions of RS messages.

Definition at line 572 of file ndp.h.

systime_t timeout

Timeout value.

Definition at line 577 of file ndp.h.

systime_t timestamp

Timestamp to manage retransmissions.

Definition at line 576 of file ndp.h.