OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:next_tx
(Results
1 - 2
of
2
) sorted by relevancy
/src/sbin/ping/
ping.c
205
static struct timespec now, clear_cache, last_tx,
next_tx
, first_tx;
variable in typeref:struct:
763
sec = diffsec(&
next_tx
, &now);
767
sec = diffsec(&
next_tx
, &now);
974
if (
next_tx
.tv_sec == 0) {
976
next_tx
= now;
984
waittime = diffsec(&
next_tx
, &now);
987
next_tx
.tv_sec += (int)(-waittime);
992
next_tx
.tv_nsec += numskip * interval_tv.tv_nsec;
998
while (
next_tx
.tv_nsec >= 1000000000) {
999
next_tx
.tv_sec++
[
all
...]
/src/sbin/ping6/
ping6.c
219
static struct timespec now, last_tx,
next_tx
, first_tx;
variable in typeref:struct:
952
sec = diffsec(&
next_tx
, &now);
956
sec = diffsec(&
next_tx
, &now);
1183
if (
next_tx
.tv_sec == 0) {
1185
next_tx
= now;
1193
if (diffsec(&
next_tx
, &now) <= interval.tv_sec) {
1195
timespecadd(&
next_tx
, &interval, &
next_tx
);
1196
} while (diffsec(&
next_tx
, &now) < -0.1);
Completed in 15 milliseconds
Indexes created Sat Apr 04 00:22:49 UTC 2026