Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
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
