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.
Hardware address.
Definition at line 144 of file if_var.h.
Referenced by NutArpCacheQuery(), and NutArpCacheUpdate().
Status flags, permanent and completed.
Definition at line 145 of file if_var.h.
Referenced by NutArpCacheQuery(), and NutArpCacheUpdate().
Threads waiting for entry to be completed.
Definition at line 147 of file if_var.h.
Referenced by NutArpCacheQuery(), and NutArpCacheUpdate().