Each network interface maintains its own ARP table.
Definition at line 132 of file if_var.h.
Data Fields | |
ARPENTRY * | ae_next |
Linked list chain. | |
u_long | ae_ip |
IP address. | |
u_char | ae_ha [6] |
Hardware address. | |
u_char | ae_flags |
Status flags, permanent and completed. | |
u_char | ae_outdated |
Minutes since last use. | |
HANDLE | ae_tq |
Threads waiting for entry to be completed. |
Hardware address.
Definition at line 135 of file if_var.h.
Referenced by NutArpCacheQuery(), and NutArpCacheUpdate().
Status flags, permanent and completed.
Definition at line 136 of file if_var.h.
Referenced by NutArpCacheQuery(), and NutArpCacheUpdate().
Threads waiting for entry to be completed.
Definition at line 138 of file if_var.h.
Referenced by NutArpCacheQuery(), and NutArpCacheUpdate().