HomeSort by: relevance | last modified time | path
    Searched refs:INF_MAX_DELAY (Results 1 - 5 of 5) sorted by relevancy

  /src/external/mpl/dhcp/dist/includes/
dhcp6.h 212 #define INF_MAX_DELAY 1
  /src/external/bsd/dhcpcd/dist/src/
dhcp6.h 135 #define INF_MAX_DELAY 1
dhcp6.c 1803 state->IMD = INF_MAX_DELAY;
  /src/external/mpl/dhcp/dist/tests/DHCPv6/
dhcp_client.pm 79 $INF_MAX_DELAY = 1;
102 $INF_MAX_DELAY $INF_TIMEOUT $INF_MAX_RT $REL_TIMEOUT
  /src/external/mpl/dhcp/dist/client/
dhc6.c 1543 * between 0 and INF_MAX_DELAY seconds. The good news is
1544 * INF_MAX_DELAY is 1.
1548 tv.tv_usec += (random() % (INF_MAX_DELAY * 100)) * 10000;

Completed in 37 milliseconds