Nut/OS  5.0.5
API Reference
_ARPENTRY Struct Reference

ARP entry structure. More...

#include <net/if_var.h>

Collaboration diagram for _ARPENTRY:
[legend]

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.


Field Documentation

Linked list chain.

Hardware address.

Referenced by NutArpCacheQuery(), and NutArpCacheUpdate().

Status flags, permanent and completed.

Referenced by NutArpCacheQuery(), and NutArpCacheUpdate().

Minutes since last use.

Referenced by NutArpCacheUpdate().

Threads waiting for entry to be completed.

Referenced by NutArpCacheQuery(), and NutArpCacheUpdate().


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