Searched defs:tol (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/stand/lib/inet/
H A Ddhcpv4.c310 * attempts are made to get a valid response. If 'tol' is not zero,
311 * then this function will wait for 'tol' milliseconds for more than one
318 uint32_t tol)
357 wait_time = prom_gettime() + tol;
379 wait_time = now + tol;
394 if (tol != 0) {
317 inet(uint32_t size, struct in_addr *src, struct in_addr *dest, uint32_t tries, uint32_t tol) argument

Completed in 250 milliseconds