Home
last modified time | relevance | path

Searched refs:rtt (Results 1 – 14 of 14) sorted by relevance

/external/iputils/
Dclockdiff.c117 long rtt = 1000; variable
210 long tmo = rtt + rtt_sigma; in measure()
242 rtt = (rtt * 3 + diff)/4; in measure()
243 rtt_sigma = (rtt_sigma *3 + abs(diff-rtt))/4; in measure()
390 long tmo = rtt + rtt_sigma; in measure_opt()
458 rtt = (rtt * 3 + diff)/4; in measure_opt()
459 rtt_sigma = (rtt_sigma *3 + abs(diff-rtt))/4; in measure_opt()
680 rtt, rtt_sigma, min_rtt, in main()
Dping_common.c11 int rtt; variable
442 int est = rtt ? rtt/8 : interval*1000; in update_interval()
541 rtt_addend += (rtt < 8*50000 ? rtt/8 : 50000); in pinger()
906 if (!rtt) in gather_statistics()
907 rtt = triptime*8; in gather_statistics()
909 rtt += triptime-rtt/8; in gather_statistics()
1058 comma, ipg/1000, ipg%1000, rtt/8000, (rtt/8)%1000); in finish()
1083 rtt/8000, (rtt/8)%1000, in status()
Dping_common.h169 extern int rtt;
DRELNOTES450 (printing rtt in some funny units). Michael noticed that "sec" is not
549 * Option -A to adapt to network rtt.
612 * tracepath*, handle case of routers initializing rtt to 128.
624 If to follow along this line, we have to print rtt equal to 0. 8)
637 * ping/ping6: microsecond rtt measurements. me.
/external/mesa3d/src/mesa/state_tracker/
Dst_atom_framebuffer.c56 struct pipe_resource *resource = strb->rtt ? strb->rtt->pt : strb->texture; in update_renderbuffer_surface()
124 if (strb->rtt || in update_framebuffer_state()
147 if (strb->rtt) { in update_framebuffer_state()
Dst_cb_fbo.h61 struct st_texture_object *rtt; /**< GL render to texture's texture */ member
Dst_cb_fbo.c427 strb->rtt = stObj; in st_render_texture()
484 strb->rtt = NULL; in st_finish_render_texture()
/external/libnl/lib/route/
Droute_utils.c146 __ADD(RTAX_RTT, rtt)
/external/tcpdump/
DsctpHeader.h219 struct sctpHBrequest rtt; member
/external/iproute2/ip/
Diproute.c826 unsigned rtt; in iproute_modify() local
832 if (get_time_rtt(&rtt, *argv, &raw)) in iproute_modify()
835 (raw) ? rtt : rtt * 8); in iproute_modify()
/external/iproute2/misc/
Dss.c1334 double rtt = 0; in tcp_show_info() local
1400 rtt = (double) info->tcpi_rtt; in tcp_show_info()
1407 rtt = vinfo->tcpv_rtt; in tcp_show_info()
1410 if (rtt > 0 && info->tcpi_snd_mss && info->tcpi_snd_cwnd) { in tcp_show_info()
1414 / rtt)); in tcp_show_info()
/external/iproute2/doc/
Dip-cref.tex1290 \item \verb|rtt NUMBER|
1603 cache <src-direct,redirect> mtu 1500 rtt 300 iif eth0
1605 cache mtu 1500 rtt 300
1751 cache used 2 age 12sec mtu 1500 rtt 300
1754 cache used 2 age 15sec mtu 1500 rtt 300
1757 cache users 1 used 1 age 23sec mtu 1500 rtt 300
1760 cache used 2 age 20sec mtu 1500 rtt 300
1763 cache used 2 age 33sec mtu 1500 rtt 300
1765 cache users 1 used 1 age 45sec mtu 1500 rtt 300
1849 cache mtu 1500 rtt 300
[all …]
/external/iputils/doc/
Dping.sgml68 On networks with low rtt this mode is essentially equivalent to flood mode.
/external/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.td5033 // rss >= rtt -> !(rtt > rss).