Searched refs:monotime (Results 1 – 11 of 11) sorted by relevance
159 struct timespec monotime, utctime; in calc_utc_offset() local161 clock_gettime(CLOCK_MONOTONIC, &monotime); in calc_utc_offset()163 timespecsub(&utctime, &monotime, &utc_offset); in calc_utc_offset()
255 control_persist_exit_time = monotime() + in set_control_persist_exit_time()376 now = monotime() + 1; in client_x11_get_proto()488 server_alive_time = monotime() + options.server_alive_interval; in schedule_server_alive_check()520 time_t minwait_secs = 0, now = monotime(); in client_wait_until_can_do_something()596 monotime() >= server_alive_time) { in client_wait_until_can_do_something()1382 if (monotime() >= control_persist_exit_time) { in client_loop()1556 if (x11_refuse_time != 0 && (u_int)monotime() >= x11_refuse_time) { in client_request_x11()
88 time_t monotime(void);
211 last_client_time = monotime(); in wait_until_can_do_something()255 time_t now = monotime(); in wait_until_can_do_something()
957 time_t deadline = 0, now = monotime(); in reaper()1173 *deathp = monotime() + seconds; in parse_key_constraints()1285 death = monotime() + lifetime; in process_add_identity()1444 death = monotime() + lifetime; in process_add_smartcard_key()
987 (int64_t)state->rekey_time + state->rekey_interval <= monotime()) in ssh_packet_need_rekeying()1293 state->rekey_time = monotime(); in ssh_packet_send2()2160 monotime(); in ssh_packet_get_rekey_timeout()2431 state->rekey_time = monotime(); in ssh_packet_set_state()
540 time_now = monotime(); in print_progress()
1167 (u_int)monotime() >= sc->x11_refuse_time) { in x11_open_helper()1687 c->notbefore = monotime() + 1; in channel_post_x11_listener()1816 c->notbefore = monotime() + 1; in channel_post_port_listener()1852 c->notbefore = monotime() + 1; in channel_post_auth_listener()2321 c->notbefore = monotime() + 1; in channel_post_mux_listener()2421 now = monotime(); in channel_handler()
436 #define monotime Fssh_monotime macro
878 now = monotime();
1700 monotime(void) in monotime() function