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

/external/openssh/
H A Dmisc.h57 time_t monotime(void);
H A Dprogressmeter.c135 now = monotime();
253 start = last_update = monotime();
H A Dssh-agent.c516 time_t deadline = 0, now = monotime();
628 death = monotime() + seconds;
645 death = monotime() + lifetime;
753 death = monotime() + seconds;
765 death = monotime() + lifetime;
H A Dclientloop.c277 control_persist_exit_time = monotime() +
369 now = monotime() + 1;
599 time_t minwait_secs = 0, server_alive_time = 0, now = monotime();
694 if (server_alive_time != 0 && server_alive_time <= monotime())
1660 if (monotime() >= control_persist_exit_time) {
1906 if (x11_refuse_time != 0 && (u_int)monotime() >= x11_refuse_time) {
H A Dmoduli.c539 time_now = monotime();
H A Dpacket.c1243 state->rekey_time = monotime();
2248 state->rekey_interval <= monotime());
2266 monotime();
2669 state->rekey_time = monotime();
H A Dchannels.c919 if (x11_refuse_time != 0 && (u_int)monotime() >= x11_refuse_time) {
1376 c->notbefore = monotime() + 1;
1544 c->notbefore = monotime() + 1;
1581 c->notbefore = monotime() + 1;
1985 c->notbefore = monotime() + 1;
2152 now = monotime();
H A Dmisc.c884 monotime(void) function

Completed in 170 milliseconds