OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:max_conflicts
(Results
1 - 5
of
5
) sorted by null
/external/dhcpcd-6.8.2/
arp.h
39
#define
MAX_CONFLICTS
10
ipv4ll.c
194
if (++state->conflicts ==
MAX_CONFLICTS
)
200
state->conflicts >=
MAX_CONFLICTS
?
/external/syslinux/core/lwip/src/include/ipv4/lwip/
autoip.h
71
#define
MAX_CONFLICTS
10 /* (max conflicts before rate limiting) */
/external/mesa3d/src/util/
register_allocate.c
363
int
max_conflicts
= 0;
local
377
max_conflicts
= MAX2(
max_conflicts
, conflicts);
379
regs->classes[b]->q[c] =
max_conflicts
;
/external/syslinux/core/lwip/src/core/ipv4/
autoip.c
359
* if we tried more then
MAX_CONFLICTS
we must limit our rate for
363
if(autoip->tried_llipaddr >
MAX_CONFLICTS
) {
Completed in 474 milliseconds