_ARPENTRY Struct Reference
[ARPARP]

Collaboration diagram for _ARPENTRY:

Collaboration graph
[legend]

Detailed Description

ARP entry structure.

Each network interface maintains its own ARP table.

Definition at line 132 of file if_var.h.

Data Fields

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


Field Documentation

ARPENTRY* _ARPENTRY::ae_next

Linked list chain.

Definition at line 133 of file if_var.h.

u_long _ARPENTRY::ae_ip

IP address.

Definition at line 134 of file if_var.h.

u_char _ARPENTRY::ae_ha[6]

Hardware address.

Definition at line 135 of file if_var.h.

Referenced by NutArpCacheQuery(), and NutArpCacheUpdate().

u_char _ARPENTRY::ae_flags

Status flags, permanent and completed.

Definition at line 136 of file if_var.h.

Referenced by NutArpCacheQuery(), and NutArpCacheUpdate().

u_char _ARPENTRY::ae_outdated

Minutes since last use.

Definition at line 137 of file if_var.h.

Referenced by NutArpCacheUpdate().

HANDLE _ARPENTRY::ae_tq

Threads waiting for entry to be completed.

Definition at line 138 of file if_var.h.

Referenced by NutArpCacheUpdate().


The documentation for this struct was generated from the following file:
© 2000-2007 by egnite Software GmbH - visit http://www.ethernut.de/