OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rtt
(Results
26 - 29
of
29
) sorted by null
1
2
/external/iputils/
ping_common.c
11
int
rtt
;
variable
442
int est =
rtt
?
rtt
/8 : interval*1000;
541
rtt_addend += (
rtt
< 8*50000 ?
rtt
/8 : 50000);
901
if (!
rtt
)
902
rtt
= triptime*8;
904
rtt
+= triptime-
rtt
/8;
1038
printf("
rtt
min/avg/max/mdev = %ld.%03ld/%lu.%03ld/%ld.%03ld/%ld.%03ld ms"
[
all
...]
/frameworks/base/services/common_time/
common_time_server.cpp
965
int64_t
rtt
= (clientRxLocalTime - clientTxLocalTime);
local
[
all
...]
/external/kernel-headers/original/linux/
tcp.h
261
/*
RTT
measurement */
264
__u32 mdev_max; /* maximal mdev for the last
rtt
period */
340
/* Receiver side
RTT
estimation */
342
__u32
rtt
;
member in struct:tcp_sock::__anon22965
/external/iproute2/misc/
ss.c
1334
double
rtt
= 0;
local
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
));
[
all
...]
Completed in 1763 milliseconds
1
2