Lines Matching full:entries
150 * Free a complete queue of etharp entries
175 /** Clean up ARP table entries */
200 * Clears expired entries in the ARP table.
203 * in order to expire entries in the ARP table.
211 /* remove expired entries from the ARP table */ in etharp_tmr()
226 /* clean up entries that have just been expired */ in etharp_tmr()
254 * In all cases, attempt to create new entries from an empty entry. If no
255 * empty entries are available and ETHARP_FLAG_TRY_HARD flag is set, recycle
256 * old entries. Heuristic choose the least important entry for recycling.
288 * until 5 matches, or all entries are searched for. in etharp_find_entry()
326 /* don't record old_stable for static entries since they never expire */ in etharp_find_entry()
368 /* no queued packets should exist on stable entries */ 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()
575 * Remove all ARP table entries of the specified netif.
1008 * - ERR_MEM Hardware address unknown, and no more ARP entries available