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

/illumos-gate/usr/src/lib/libslp/clib/
H A Dslp_net.c339 int maxwait, timeout, noresults, anyresults; local
355 maxwait = slp_get_mcmaxwait();
356 maxwait = maxwait ? maxwait : SLP_DEFAULT_MAXWAIT;
360 final_to = now + maxwait;
1079 /* if we've exceeded maxwait, break out */

Completed in 47 milliseconds