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

/barrelfish-master/include/lwip2/lwip/prot/
H A Dautoip.h63 #define RATE_LIMIT_INTERVAL 60 /* seconds (delay between successive attempts) */ macro
/barrelfish-master/include/lwip/lwip/
H A Dautoip.h68 #define RATE_LIMIT_INTERVAL 60 /* seconds (delay between successive attempts) */ macro
/barrelfish-master/lib/lwip/src/core/ipv4/
H A Dautoip.c302 autoip->ttw = RATE_LIMIT_INTERVAL * AUTOIP_TICKS_PER_SECOND;
/barrelfish-master/lib/lwip2/src/core/ipv4/
H A Dautoip.c321 autoip->ttw = RATE_LIMIT_INTERVAL * AUTOIP_TICKS_PER_SECOND;

Completed in 41 milliseconds