Searched refs:monotime (Results 1 - 8 of 8) sorted by relevance

/freebsd-10-stable/crypto/openssh/
H A Dmisc.h60 time_t monotime(void);
H A Dssh-agent.c544 time_t deadline = 0, now = monotime();
656 death = monotime() + seconds;
673 death = monotime() + lifetime;
782 death = monotime() + seconds;
794 death = monotime() + lifetime;
H A Dclientloop.c277 control_persist_exit_time = monotime() +
388 now = monotime() + 1;
621 time_t minwait_secs = 0, server_alive_time = 0, now = monotime();
716 if (server_alive_time != 0 && server_alive_time <= monotime())
1701 if (monotime() >= control_persist_exit_time) {
1947 if (x11_refuse_time != 0 && (u_int)monotime() >= x11_refuse_time) {
H A Dmoduli.c539 time_now = monotime();
H A Dpacket.c1106 state->rekey_time + state->rekey_interval <= monotime())
1400 state->rekey_time = monotime();
2424 monotime();
2764 state->rekey_time = monotime();
H A Dchannels.c922 if (x11_refuse_time != 0 && (u_int)monotime() >= x11_refuse_time) {
1379 c->notbefore = monotime() + 1;
1547 c->notbefore = monotime() + 1;
1584 c->notbefore = monotime() + 1;
1988 c->notbefore = monotime() + 1;
2155 now = monotime();
H A Dssh_namespace.h479 #define monotime Fssh_monotime macro
H A Dmisc.c949 monotime(void) function

Completed in 274 milliseconds