ARPENTRY Struct Reference
[ARP]

ARP entry structure. More...

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.

Detailed Description

ARP entry structure.

ARP entry type.

Each network interface maintains its own ARP table.

Definition at line 141 of file if_var.h.


Field Documentation

ARPENTRY* ARPENTRY::ae_next

Linked list chain.

Definition at line 142 of file if_var.h.

uint32_t ARPENTRY::ae_ip

IP address.

Definition at line 143 of file if_var.h.

uint8_t ARPENTRY::ae_ha[6]

Hardware address.

Definition at line 144 of file if_var.h.

uint8_t ARPENTRY::ae_flags

Status flags, permanent and completed.

Definition at line 145 of file if_var.h.

uint8_t ARPENTRY::ae_outdated

Minutes since last use.

Definition at line 146 of file if_var.h.

HANDLE ARPENTRY::ae_tq

Threads waiting for entry to be completed.

Definition at line 147 of file if_var.h.


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

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