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

/barrelfish-master/lib/lwip/src/netif/
H A Detharp.c252 u8_t i = 0, age_pending = 0, age_stable = 0; local
363 } else if (arp_table[i].ctime >= age_stable) {
365 age_stable = arp_table[i].ctime;
/barrelfish-master/lib/lwip2/src/core/ipv4/
H A Detharp.c266 u16_t age_queue = 0, age_pending = 0, age_stable = 0; local
329 if (arp_table[i].ctime >= age_stable) {
331 age_stable = arp_table[i].ctime;

Completed in 16 milliseconds