lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [lwip-users] Using ARP to get MAC address


From: Tomas D.
Subject: Re: [lwip-users] Using ARP to get MAC address
Date: Sun, 19 Feb 2012 15:42:09 +0200
User-agent: Mozilla/5.0 (Windows NT 5.1; rv:10.0.2) Gecko/20120216 Thunderbird/10.0.2

If find_entry() is returning 0 (i.e. it has a row for that IP addr at index 0) 
but etharp_find_addr() is returning -1 that must mean that the arp_table.state 
for that row is not ETHARP_STATE_STABLE.  What is it?  That will show you the 
problem.

Hello,
exactly, find_entry() returns 0 as index, but arp_table.state returns ETHARP_STATE_PENDING. I can't get it to go ETHARP_STATE_STABLE. Maybe someone could drop me some pointers how to solve this?

Thank You.

Tomas D.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]