Searched refs:monotime (Results 1 – 10 of 10) sorted by relevance
282 now = monotime(); in srclimit_penalty_check_allow()402 now = monotime(); in srclimit_penalise()473 now = monotime(); in srclimit_penalty_info_for_tree()
56 #define monotime ssh_monotime macro
100 time_t monotime(void);
257 control_persist_exit_time = monotime() + in set_control_persist_exit_time()378 now = monotime() + 1; in client_x11_get_proto()490 server_alive_time = monotime() + options.server_alive_interval; in schedule_server_alive_check()753 monotime() >= server_alive_time) { in client_wait_until_can_do_something()1626 if (monotime() >= control_persist_exit_time) { in client_loop()1787 if (x11_refuse_time != 0 && monotime() >= x11_refuse_time) { in client_request_x11()
179 now = monotime(); in wait_until_can_do_something()247 now = monotime(); /* need to reset after ppoll() */ in wait_until_can_do_something()
1053 time_t deadline = 0, now = monotime(); in reaper()1307 *deathp = monotime() + seconds; in parse_key_constraints()1422 death = monotime() + lifetime; in process_add_identity()1610 death = monotime() + lifetime; in process_add_smartcard_key()
391 ssh->chanctxt->lastused = monotime(); in channel_set_used_time()1338 monotime() >= sc->x11_refuse_time) { in x11_open_helper()1878 c->notbefore = monotime() + 1; in channel_post_x11_listener()2007 c->notbefore = monotime() + 1; in channel_post_port_listener()2043 c->notbefore = monotime() + 1; in channel_post_auth_listener()2510 c->notbefore = monotime() + 1; in channel_post_mux_listener()2610 now = monotime(); in channel_handler()5306 return lastused != 0 && monotime() > lastused + 1; in x11_channel_used_recently()
1058 (int64_t)state->rekey_time + state->rekey_interval <= monotime()) in ssh_packet_need_rekeying()1382 state->rekey_time = monotime(); in ssh_packet_send2()2291 monotime(); in ssh_packet_get_rekey_timeout()2564 state->rekey_time = monotime(); in ssh_packet_set_state()
540 time_now = monotime(); in print_progress()
1709 monotime(void) in monotime() function