Nut/OS  4.10.3
API Reference
_ARPENTRY Struct Reference

ARP entry structure. More...

#include <net/if_var.h>

Collaboration diagram for _ARPENTRY:

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.

Detailed Description

ARP entry structure.

Each network interface maintains its own ARP table.

Definition at line 141 of file if_var.h.


Field Documentation

Linked list chain.

Definition at line 142 of file if_var.h.

IP address.

Definition at line 143 of file if_var.h.

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().

Minutes since last use.

Definition at line 146 of file if_var.h.

Referenced by NutArpCacheUpdate().

Threads waiting for entry to be completed.

Definition at line 147 of file if_var.h.

Referenced by NutArpCacheQuery(), and NutArpCacheUpdate().


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