OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:first_rx
(Results
1 - 2
of
2
) sorted by relevancy
/src/sbin/ping/
ping.c
206
static struct timespec last_rx,
first_rx
;
variable in typeref:struct:
1102
if (
first_rx
.tv_sec == 0)
1103
first_rx
= last_rx;
1428
double r = diffsec(&last_rx, &
first_rx
);
ping.c
206
static struct timespec last_rx,
first_rx
;
variable in typeref:struct:
1102
if (
first_rx
.tv_sec == 0)
1103
first_rx
= last_rx;
1428
double r = diffsec(&last_rx, &
first_rx
);
Completed in 29 milliseconds
Indexes created Tue Aug 04 00:24:20 UTC 2026