Symbol: monotime
crypto/openssh/channels.c
1313
monotime() >= sc->x11_refuse_time) {
crypto/openssh/channels.c
1853
c->notbefore = monotime() + 1;
crypto/openssh/channels.c
1982
c->notbefore = monotime() + 1;
crypto/openssh/channels.c
2018
c->notbefore = monotime() + 1;
crypto/openssh/channels.c
2504
c->notbefore = monotime() + 1;
crypto/openssh/channels.c
2604
now = monotime();
crypto/openssh/channels.c
387
ssh->chanctxt->lastused = monotime();
crypto/openssh/clientloop.c
1621
if (monotime() >= control_persist_exit_time) {
crypto/openssh/clientloop.c
1782
if (x11_refuse_time != 0 && monotime() >= x11_refuse_time) {
crypto/openssh/clientloop.c
258
control_persist_exit_time = monotime() +
crypto/openssh/clientloop.c
379
now = monotime() + 1;
crypto/openssh/clientloop.c
491
server_alive_time = monotime() + options.server_alive_interval;
crypto/openssh/clientloop.c
753
monotime() >= server_alive_time) {
crypto/openssh/misc.h
97
time_t monotime(void);
crypto/openssh/moduli.c
543
time_now = monotime();
crypto/openssh/packet.c
1077
(int64_t)state->rekey_time + state->rekey_interval <= monotime())
crypto/openssh/packet.c
1395
state->rekey_time = monotime();
crypto/openssh/packet.c
2292
monotime();
crypto/openssh/packet.c
2565
state->rekey_time = monotime();
crypto/openssh/serverloop.c
163
now = monotime();
crypto/openssh/serverloop.c
231
now = monotime(); /* need to reset after ppoll() */
crypto/openssh/srclimit.c
280
now = monotime();
crypto/openssh/srclimit.c
396
now = monotime();
crypto/openssh/srclimit.c
467
now = monotime();
crypto/openssh/ssh-agent.c
1047
time_t deadline = 0, now = monotime();
crypto/openssh/ssh-agent.c
1297
*deathp = monotime() + seconds;
crypto/openssh/ssh-agent.c
1412
death = monotime() + lifetime;
crypto/openssh/ssh-agent.c
1600
death = monotime() + lifetime;
crypto/openssh/sshd.c
572
now = monotime();