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