HomeSort by relevance Sort by last modified time
    Searched refs:get_time_rtt (Results 1 - 3 of 3) sorted by null

  /external/iproute2/include/
utils.h 104 int get_time_rtt(unsigned *val, const char *arg, int *raw);
  /external/iproute2/ip/
iproute.c 977 if (get_time_rtt(&rtt, *argv, &raw))
985 if (get_time_rtt(&rto_min, *argv, &raw))
1067 if (get_time_rtt(&win, *argv, &raw))
    [all...]
  /external/iproute2/lib/
utils.c 135 * get_time_rtt is "translated" from a similar routine "get_time" in
137 * microseconds to the kernel and the callers of get_time_rtt want to
141 int get_time_rtt(unsigned *val, const char *arg, int *raw) function

Completed in 345 milliseconds