Microchip® Advanced Software Framework

etharp_entry Struct Reference

Data Fields

u16_t ctime
 
struct eth_addr ethaddr
 
ip_addr_t ipaddr
 
struct netifnetif
 
struct pbufq
 Pointer to a single pending outgoing packet on this ARP entry. More...
 
u8_t state
 

struct eth_addr etharp_entry::ethaddr
ip_addr_t etharp_entry::ipaddr

Referenced by etharp_find_addr().

struct netif* etharp_entry::netif
struct pbuf* etharp_entry::q

Pointer to a single pending outgoing packet on this ARP entry.

Referenced by etharp_free_entry(), etharp_query(), and etharp_update_arp_entry().