Data Fields | |
u8_t | ctime |
struct eth_addr | ethaddr |
ip_addr_t | ipaddr |
struct netif * | netif |
struct pbuf * | q |
Pointer to a single pending outgoing packet on this ARP entry. More... | |
u8_t | state |
u8_t etharp_entry::ctime |
Referenced by etharp_find_entry(), etharp_free_entry(), etharp_tmr(), and etharp_update_arp_entry().
struct eth_addr etharp_entry::ethaddr |
Referenced by etharp_find_addr(), etharp_free_entry(), and etharp_output_to_arp_index().
ip_addr_t etharp_entry::ipaddr |
Referenced by etharp_find_addr().
struct netif* etharp_entry::netif |
Referenced by etharp_free_entry(), and etharp_update_arp_entry().
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().
u8_t etharp_entry::state |