Lines Matching full:found

248  * the address. If no match is found, create a new entry with this address set,
258 * @param ipaddr IP address to find in ARP cache, or to add if not found.
263 * entry is found or could be recycled.
293 /* no empty entry found yet and now we do find one? */ in etharp_find_entry()
295 LWIP_DEBUGF(ETHARP_DEBUG, ("etharp_find_entry: found empty entry %"U16_F"\n", (u16_t)i)); in etharp_find_entry()
303 …LWIP_DEBUGF(ETHARP_DEBUG | LWIP_DBG_TRACE, ("etharp_find_entry: found matching entry %"U16_F"\n", … in etharp_find_entry()
304 /* found exact IP address match, simply bail out */ in etharp_find_entry()
343 /* or no empty entry found and not allowed to recycle? */ in etharp_find_entry()
345 …LWIP_DEBUGF(ETHARP_DEBUG | LWIP_DBG_TRACE, ("etharp_find_entry: no empty entry found and not allow… in etharp_find_entry()
363 /* 2) found recyclable stable entry? */ in etharp_find_entry()
370 /* 3) found recyclable pending entry without queued packets? */ in etharp_find_entry()
375 /* 4) found recyclable pending entry with queued packets? */ in etharp_find_entry()
380 /* no empty or recyclable entries found */ in etharp_find_entry()
382 …BUGF(ETHARP_DEBUG | LWIP_DBG_TRACE, ("etharp_find_entry: no empty or recyclable entries found\n")); in etharp_find_entry()
386 /* { empty or recyclable entry found } */ in etharp_find_entry()
465 /* bail out if no entry could be found */
547 * ERR_MEM: entry wasn't found
559 /* bail out if no entry could be found */
568 /* entry found, free it */
600 * @return table index if found, -1 otherwise
966 /* found an existing, stable entry */
971 /* no stable entry found, use the (slower) query function: