Searched refs:ARP_TMR_INTERVAL (Results 1 - 4 of 4) sorted by relevance

/barrelfish-2018-10-04/include/lwip2/lwip/
H A Detharp.h64 #define ARP_TMR_INTERVAL 1000 macro
/barrelfish-2018-10-04/include/lwip/netif/
H A Detharp.h117 #define ARP_TMR_INTERVAL 5000 macro
/barrelfish-2018-10-04/lib/lwip/src/api/
H A Dtcpip.c135 sys_timeout(ARP_TMR_INTERVAL, arp_timer, NULL);
232 sys_timeout(ARP_TMR_INTERVAL, arp_timer, NULL);
/barrelfish-2018-10-04/lib/lwip2/src/core/
H A Dtimeouts.c82 {ARP_TMR_INTERVAL, HANDLER(etharp_tmr)},

Completed in 36 milliseconds