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 94 int get_time_rtt(unsigned *val, const char *arg, int *raw);
  /external/iproute2/ip/
iproute.c 1019 if (get_time_rtt(&rtt, *argv, &raw))
1028 if (get_time_rtt(&rto_min, *argv, &raw))
1116 if (get_time_rtt(&win, *argv, &raw))
    [all...]
  /external/iproute2/lib/
utils.c 149 * get_time_rtt is "translated" from a similar routine "get_time" in
151 * microseconds to the kernel and the callers of get_time_rtt want to
155 int get_time_rtt(unsigned int *val, const char *arg, int *raw) function

Completed in 295 milliseconds