OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:get_time_rtt
(Results
1 - 3
of
3
) sorted by null
/external/iproute2/include/
utils.h
82
extern int
get_time_rtt
(unsigned *val, const char *arg, int *raw);
/external/iproute2/ip/
iproute.c
829
if (
get_time_rtt
(&rtt, *argv, &raw))
837
if (
get_time_rtt
(&rto_min, *argv, &raw))
889
if (
get_time_rtt
(&win, *argv, &raw))
[
all
...]
/external/iproute2/lib/
utils.c
97
*
get_time_rtt
is "translated" from a similar routine "get_time" in
99
* microseconds to the kernel and the callers of
get_time_rtt
want to
103
int
get_time_rtt
(unsigned *val, const char *arg, int *raw)
function
Completed in 398 milliseconds