Home
last modified time | relevance | path

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

/external/iproute2/include/
Dutils.h104 int get_time_rtt(unsigned *val, const char *arg, int *raw);
/external/iproute2/ip/
Diproute.c976 if (get_time_rtt(&rtt, *argv, &raw)) in iproute_modify()
984 if (get_time_rtt(&rto_min, *argv, &raw)) in iproute_modify()
1066 if (get_time_rtt(&win, *argv, &raw)) in iproute_modify()
/external/iproute2/lib/
Dutils.c141 int get_time_rtt(unsigned *val, const char *arg, int *raw) in get_time_rtt() function