OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:monotime
(Results
1 - 9
of
9
) sorted by relevancy
/src/crypto/external/bsd/openssh/dist/
namespace.h
56
#define
monotime
ssh_monotime
macro
misc.h
104
time_t
monotime
(void);
clientloop.c
258
control_persist_exit_time =
monotime
() +
379
now =
monotime
() + 1;
491
server_alive_time =
monotime
() + options.server_alive_interval;
754
monotime
() >= server_alive_time) {
1652
if (
monotime
() >= control_persist_exit_time) {
1813
if (x11_refuse_time != 0 &&
monotime
() >= x11_refuse_time) {
serverloop.c
186
now =
monotime
();
257
now =
monotime
(); /* need to reset after ppoll() */
packet.c
1117
(int64_t)state->rekey_time + state->rekey_interval <=
monotime
())
1449
state->rekey_time =
monotime
();
2357
monotime
();
2635
state->rekey_time =
monotime
();
3026
uint64_t epoch = (uint64_t)time(NULL) -
monotime
();
moduli.c
496
time_now =
monotime
();
ssh-agent.c
1058
time_t deadline = 0, now =
monotime
();
1312
*deathp =
monotime
() + seconds;
1407
death =
monotime
() + lifetime;
1595
death =
monotime
() + lifetime;
channels.c
406
ssh->chanctxt->lastused =
monotime
();
1407
monotime
() >= sc->x11_refuse_time) {
1954
c->notbefore =
monotime
() + 1;
2083
c->notbefore =
monotime
() + 1;
2119
c->notbefore =
monotime
() + 1;
2587
c->notbefore =
monotime
() + 1;
2687
now =
monotime
();
5392
return lastused != 0 &&
monotime
() <= lastused + 1;
misc.c
1782
monotime
(void)
function
3009
/* Specify a poll/ppoll deadline at wall clock
monotime
'when' (timespec) */
3027
/* Specify a poll/ppoll deadline at wall clock
monotime
'when' */
Completed in 33 milliseconds
Indexes created Mon Jun 22 00:25:11 UTC 2026