Home | History | Annotate | Download | only in misc

Lines Matching defs:rtt

1334 	double rtt = 0;
1391 printf(" rtt:%g/%g", (double)info->tcpi_rtt/1000,
1400 rtt = (double) info->tcpi_rtt;
1407 rtt = vinfo->tcpv_rtt;
1410 if (rtt > 0 && info->tcpi_snd_mss && info->tcpi_snd_cwnd) {
1414 / rtt));