Home
last modified time | relevance | path

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

/external/iproute2/include/
Dutils.h94 int get_time_rtt(unsigned *val, const char *arg, int *raw);
/external/iproute2/ip/
Diproute.c1019 if (get_time_rtt(&rtt, *argv, &raw)) in iproute_modify()
1028 if (get_time_rtt(&rto_min, *argv, &raw)) in iproute_modify()
1116 if (get_time_rtt(&win, *argv, &raw)) in iproute_modify()
/external/iproute2/lib/
Dutils.c155 int get_time_rtt(unsigned int *val, const char *arg, int *raw) in get_time_rtt() function