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

/freebsd-10.0-release/crypto/openssh/
H A Dmisc.h39 time_t monotime(void);
H A Dprogressmeter.c134 now = monotime();
252 start = last_update = monotime();
H A Dssh-agent.c454 time_t deadline = 0, now = monotime();
641 death = monotime() + buffer_get_int(&e->request);
656 death = monotime() + lifetime;
735 death = monotime() + buffer_get_int(&e->request);
747 death = monotime() + lifetime;
H A Dclientloop.c277 control_persist_exit_time = monotime() +
360 now = monotime() + 1;
585 time_t minwait_secs = 0, server_alive_time = 0, now = monotime();
680 if (server_alive_time != 0 && server_alive_time <= monotime())
1657 if (monotime() >= control_persist_exit_time) {
1875 if (x11_refuse_time != 0 && monotime() >= x11_refuse_time) {
H A Dpacket.c1021 active_state->rekey_time = monotime();
1964 active_state->rekey_interval <= monotime());
1978 active_state->rekey_time = monotime();
1987 monotime();
H A Dssh_namespace.h336 #define monotime ssh_monotime macro
H A Dchannels.c1387 c->notbefore = monotime() + 1;
1534 c->notbefore = monotime() + 1;
1570 c->notbefore = monotime() + 1;
1985 c->notbefore = monotime() + 1;
2148 now = monotime();
H A Dmisc.c859 monotime(void) function

Completed in 315 milliseconds