OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:timespec_to_sec
(Results
1 - 2
of
2
) sorted by relevancy
/src/sbin/ping/
ping.c
227
static double
timespec_to_sec
(const struct timespec *);
748
last =
timespec_to_sec
(&clear_cache) + maxwait;
759
d_last = last -
timespec_to_sec
(&now);
1380
timespec_to_sec
(const struct timespec *tp)
function
/src/sbin/ping6/
ping6.c
274
static double
timespec_to_sec
(const struct timespec *tp);
921
last =
timespec_to_sec
(&now) + deadline;
948
d_last = last -
timespec_to_sec
(&now);
2503
timespec_to_sec
(const struct timespec *tp)
function
Completed in 55 milliseconds
Indexes created Thu Jul 16 00:26:27 UTC 2026