Dallas Semiconductor DS80C400 C Libraries Home Page

Main Page   Data Structures   File List   Data Fields   Globals  

netstat_arp_entry Struct Reference

#include <rom400_netstat.h>


Detailed Description

Structure for a single ARP entry. The netstat_get_arp_table function returns a pointer to a table that contains NETSTAT_ARP_ENTRIES of this structure. Each entry maps an Ethernet MAC address to an IPv4 address.


Data Fields

unsigned char flags
 Flags: NETSTAT_ARP_USED, NETSTAT_ARP_REPLYPENDING or NETSTAT_ARP_STATIC.

unsigned char ttl
 Time to live for this entry (in ticks).

unsigned char mac [6]
 MAC address associated with this entry.

unsigned char ip [4]
 IPv4 address for the MAC address.


The documentation for this struct was generated from the following file:
Copyright 2004 Dallas Semiconductor, Inc.. Documentation generated by Doxygen.