_ARPENTRY Struct Reference
[ARP]

Collaboration diagram for _ARPENTRY:

Collaboration graph
[legend]

Detailed Description

ARP entry structure.

Each network interface maintains its own ARP table.

Definition at line 137 of file if_var.h.


Data Fields

ARPENTRYae_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.

Field Documentation

Linked list chain.

Definition at line 138 of file if_var.h.

IP address.

Definition at line 139 of file if_var.h.

Hardware address.

Definition at line 140 of file if_var.h.

Referenced by NutArpCacheQuery(), and NutArpCacheUpdate().

Status flags, permanent and completed.

Definition at line 141 of file if_var.h.

Referenced by NutArpCacheQuery(), and NutArpCacheUpdate().

Minutes since last use.

Definition at line 142 of file if_var.h.

Referenced by NutArpCacheUpdate().

Threads waiting for entry to be completed.

Definition at line 143 of file if_var.h.

Referenced by NutArpCacheQuery(), and NutArpCacheUpdate().


The documentation for this struct was generated from the following file:

© 2000-2007 by egnite Software GmbH - visit http://www.ethernut.de/