ARP entry structure. More...
#include <net/if_var.h>
Data Fields | |
ARPENTRY * | ae_next |
Linked list chain. | |
uint32_t | ae_ip |
IP address. | |
uint8_t | ae_ha [6] |
Hardware address. | |
uint8_t | ae_flags |
Status flags, permanent and completed. | |
uint8_t | ae_outdated |
Minutes since last use. | |
HANDLE | ae_tq |
Threads waiting for entry to be completed. |
ARP entry structure.
Each network interface maintains its own ARP table.
Linked list chain.
IP address.
Hardware address.
Referenced by NutArpCacheQuery(), and NutArpCacheUpdate().
Status flags, permanent and completed.
Referenced by NutArpCacheQuery(), and NutArpCacheUpdate().
Minutes since last use.
Referenced by NutArpCacheUpdate().
Threads waiting for entry to be completed.
Referenced by NutArpCacheQuery(), and NutArpCacheUpdate().