Searched refs:maxtimeout (Results 1 - 1 of 1) sorted by relevance

/solaris-userland-s11u3/components/net-snmp/sun/agent/modules/healthMonitor/
H A DhealthMonitor.c2771 float maxtimeout, maxbadxid; local
2804 maxtimeout = threshold_timeouts * calls / 100.0;
2806 if (timeouts < maxtimeout) {
2811 * maxtimeout
2819 if ((maxtimeout <= timeouts) && (badxids <= maxbadxid)) {
2824 * This will be the case when timeout >= maxtimeout AND

Completed in 18 milliseconds