NdpContext Struct Reference
NDP context. More...
#include <ndp.h>
Data Fields | |
| uint32_t | reachableTime |
| The time a node assumes a neighbor is reachable. More... | |
| uint32_t | retransTimer |
| The time between retransmissions of NS messages. More... | |
| uint_t | dupAddrDetectTransmits |
| Maximum number of NS messages sent while performing DAD. More... | |
| systime_t | minRtrSolicitationDelay |
| Minimum delay before transmitting the first RS message. More... | |
| systime_t | maxRtrSolicitationDelay |
| Maximum delay before transmitting the first RS message. More... | |
| systime_t | rtrSolicitationInterval |
| Time interval between retransmissions of RS messages. More... | |
| uint_t | maxRtrSolicitations |
| Number of retransmissions for RS messages. More... | |
| uint_t | rtrSolicitationCount |
| Retransmission counter for RS messages. More... | |
| bool_t | rtrAdvReceived |
| Valid RA message received. More... | |
| systime_t | timestamp |
| Timestamp to manage retransmissions. More... | |
| systime_t | timeout |
| Timeout value. More... | |
| bool_t | enable |
| Enable address resolution using Neighbor Discovery protocol. More... | |
| NdpNeighborCacheEntry | neighborCache [NDP_NEIGHBOR_CACHE_SIZE] |
| Neighbor cache. More... | |
| NdpDestCacheEntry | destCache [NDP_DEST_CACHE_SIZE] |
| Destination cache. More... | |
Detailed Description
Field Documentation
◆ destCache
| NdpDestCacheEntry destCache[NDP_DEST_CACHE_SIZE] |
◆ dupAddrDetectTransmits
| uint_t dupAddrDetectTransmits |
◆ enable
| bool_t enable |
◆ maxRtrSolicitationDelay
| systime_t maxRtrSolicitationDelay |
◆ maxRtrSolicitations
| uint_t maxRtrSolicitations |
◆ minRtrSolicitationDelay
| systime_t minRtrSolicitationDelay |
◆ neighborCache
| NdpNeighborCacheEntry neighborCache[NDP_NEIGHBOR_CACHE_SIZE] |
◆ reachableTime
| uint32_t reachableTime |
◆ retransTimer
| uint32_t retransTimer |
◆ rtrAdvReceived
◆ rtrSolicitationCount
| uint_t rtrSolicitationCount |
◆ rtrSolicitationInterval
| systime_t rtrSolicitationInterval |
◆ timeout
◆ timestamp
The documentation for this struct was generated from the following file:
- cyclone_tcp/ipv6/ndp.h
