HomeSort by relevance Sort by last modified time
    Searched refs:MAX_CONFLICTS (Results 1 - 4 of 4) 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/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 392 milliseconds