HomeSort by: relevance | last modified time | path
    Searched defs:tmax (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/libc/rpc/
svc_vc.c 755 struct timeval tv, tdiff, tmax; local in function:__svc_clean_idle
759 tmax.tv_sec = tmax.tv_usec = 0;
785 if (timercmp(&tdiff, &tmax, >)) {
786 tmax = tdiff;
  /src/sbin/ping/
ping.c 197 static double tmax = 0.0; variable in typeref:typename:double
778 sec = MAX(2 * tmax, 10 * interval) -
1123 if (triptime > tmax)
1124 tmax = triptime;
1424 prec, tmax * 1000.0,
  /src/sbin/ping6/
ping6.c 225 static double tmax = 0.0; /* maximum round trip time */ variable in typeref:typename:double
967 sec = MAX(2 * tmax, 10 * interval.tv_sec) -
1358 if (triptime > tmax)
1359 tmax = triptime;
2023 tmin, avg, tmax, dev);

Completed in 50 milliseconds