OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:d_last
(Results
1 - 2
of
2
) sorted by relevancy
/src/sbin/ping/
ping.c
742
double sec, last,
d_last
;
local in function:doit
748
d_last
= 0;
751
d_last
= 365*24*60*60;
758
d_last
= last - timespec_to_sec(&now);
760
if (ntransmitted < npackets &&
d_last
> 0) {
770
if (
d_last
< sec)
771
sec =
d_last
;
780
if (
d_last
< sec)
781
sec =
d_last
;
/src/sbin/ping6/
ping6.c
913
double sec, last,
d_last
;
local in function:doit
922
d_last
= 0;
925
d_last
= 365*24*60*60;
948
d_last
= last - timespec_to_sec(&now);
950
if (ntransmitted < npackets &&
d_last
> 0) {
960
if (
d_last
< sec)
961
sec =
d_last
;
969
if (
d_last
< sec)
970
sec =
d_last
;
Completed in 24 milliseconds
Indexes created Tue Sep 30 20:09:53 GMT 2025