Searched refs:get_time_rtt (Results 1 - 3 of 3) sorted by relevance

/external/iproute2/include/
H A Dutils.h82 extern int get_time_rtt(unsigned *val, const char *arg, int *raw);
/external/iproute2/ip/
H A Diproute.c832 if (get_time_rtt(&rtt, *argv, &raw))
840 if (get_time_rtt(&rto_min, *argv, &raw))
892 if (get_time_rtt(&win, *argv, &raw))
/external/iproute2/lib/
H A Dutils.c97 * get_time_rtt is "translated" from a similar routine "get_time" in
99 * microseconds to the kernel and the callers of get_time_rtt want to
103 int get_time_rtt(unsigned *val, const char *arg, int *raw) function

Completed in 1450 milliseconds