Searched defs:rttmax (Results 1 - 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/traceroute/ |
H A D | traceroute.c | 1611 double rttmin, rttmax; local 1707 &rttmax, &rttsum, &rttssq); 1772 print_stats(probe, nreceived, rttmin, rttmax, rttsum, 2037 record_stats(double rtt, int *nreceived, double *rttmin, double *rttmax, argument 2042 *rttmax = rtt; 2049 if (rtt > *rttmax) 2050 *rttmax = rtt; 2063 print_stats(int ntransmitted, int nreceived, double rttmin, double rttmax, argument 2080 Printf("/%.3f", rttmax);
|
Completed in 54 milliseconds