Searched refs:get_time_rtt (Results 1 – 3 of 3) sorted by relevance
/external/iproute2/include/ |
D | utils.h | 104 int get_time_rtt(unsigned *val, const char *arg, int *raw);
|
/external/iproute2/ip/ |
D | iproute.c | 976 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/ |
D | utils.c | 141 int get_time_rtt(unsigned *val, const char *arg, int *raw) in get_time_rtt() function
|