ArpCacheEntry Struct Reference
ARP cache entry. More...
#include <arp.h>
Data Fields | |
| ArpState | state |
| Reachability state. More... | |
| Ipv4Addr | ipAddr |
| Unicast IPv4 address. More... | |
| MacAddr | macAddr |
| Link layer address associated with the IPv4 address. More... | |
| systime_t | timestamp |
| Timestamp to manage entry lifetime. More... | |
| systime_t | timeout |
| Timeout value. More... | |
| uint_t | retransmitCount |
| Retransmission counter. More... | |
| ArpQueueItem | queue [ARP_MAX_PENDING_PACKETS] |
| Packets waiting for address resolution to complete. More... | |
| uint_t | queueSize |
| Number of queued packets. More... | |
Detailed Description
Field Documentation
◆ ipAddr
◆ macAddr
| MacAddr macAddr |
◆ queue
◆ queueSize
◆ retransmitCount
◆ state
◆ timeout
◆ timestamp
The documentation for this struct was generated from the following file:
- cyclone_tcp/ipv4/arp.h
