NdpNeighborCacheEntry Struct Reference
Neighbor cache entry. More...
#include <ndp.h>
Data Fields | |
| NdpState | state |
| Reachability state. More... | |
| Ipv6Addr | ipAddr |
| Unicast IPv6 address. More... | |
| MacAddr | macAddr |
| Link layer address associated with the IPv6 address. More... | |
| bool_t | isRouter |
| A flag indicating whether the neighbor is a router or a host. More... | |
| systime_t | timestamp |
| Timestamp to manage entry lifetime. More... | |
| systime_t | timeout |
| Timeout value. More... | |
| uint_t | retransmitCount |
| Retransmission counter. More... | |
| NdpQueueItem | queue [NDP_MAX_PENDING_PACKETS] |
| Packets waiting for address resolution to complete. More... | |
| uint_t | queueSize |
| Number of queued packets. More... | |
Detailed Description
Field Documentation
◆ ipAddr
◆ isRouter
| bool_t isRouter |
◆ macAddr
| MacAddr macAddr |
◆ queue
◆ queueSize
◆ retransmitCount
◆ state
◆ timeout
◆ timestamp
The documentation for this struct was generated from the following file:
- cyclone_tcp/ipv6/ndp.h
