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

/barrelfish-master/include/lwip2/lwip/prot/
H A Dautoip.h62 #define MAX_CONFLICTS 10 /* (max conflicts before rate limiting) */ macro
/barrelfish-master/include/lwip/lwip/
H A Dautoip.h67 #define MAX_CONFLICTS 10 /* (max conflicts before rate limiting) */ macro
/barrelfish-master/lib/lwip/src/core/ipv4/
H A Dautoip.c296 * if we tried more then MAX_CONFLICTS we must limit our rate for
301 if (autoip->tried_llipaddr > MAX_CONFLICTS) {
/barrelfish-master/lib/lwip2/src/core/ipv4/
H A Dautoip.c316 * if we tried more then MAX_CONFLICTS we must limit our rate for
320 if (autoip->tried_llipaddr > MAX_CONFLICTS) {

Completed in 102 milliseconds