Searched refs:old_stable (Results 1 - 2 of 2) sorted by relevance

/barrelfish-master/lib/lwip/src/netif/
H A Detharp.c250 s8_t old_pending = ARP_TABLE_SIZE, old_stable = ARP_TABLE_SIZE; local
364 old_stable = i;
397 else if (old_stable < ARP_TABLE_SIZE) {
399 i = old_stable;
/barrelfish-master/lib/lwip2/src/core/ipv4/
H A Detharp.c260 s8_t old_pending = ARP_TABLE_SIZE, old_stable = ARP_TABLE_SIZE; local
324 /* don't record old_stable for static entries since they never expire */
330 old_stable = i;
362 if (old_stable < ARP_TABLE_SIZE) {
364 i = old_stable;

Completed in 39 milliseconds