Webserver+3d print
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
bool_t isRouter |
MacAddr macAddr |
NdpQueueItem queue[NDP_MAX_PENDING_PACKETS] |
uint_t retransmitCount |
Generated on Tue Jul 12 2022 17:10:24 by
