Home
last modified time | relevance | path

Searched refs:monotime (Results 1 – 10 of 10) sorted by relevance

/dragonfly/crypto/openssh/
HDsrclimit.c280 now = monotime(); in srclimit_penalty_check_allow()
396 now = monotime(); in srclimit_penalise()
467 now = monotime(); in srclimit_penalty_info_for_tree()
HDmisc.h97 time_t monotime(void);
HDclientloop.c258 control_persist_exit_time = monotime() + in set_control_persist_exit_time()
379 now = monotime() + 1; in client_x11_get_proto()
491 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()
1621 if (monotime() >= control_persist_exit_time) { in client_loop()
1782 if (x11_refuse_time != 0 && monotime() >= x11_refuse_time) { in client_request_x11()
HDserverloop.c163 now = monotime(); in wait_until_can_do_something()
231 now = monotime(); /* need to reset after ppoll() */ in wait_until_can_do_something()
HDssh-agent.c1047 time_t deadline = 0, now = monotime(); in reaper()
1297 *deathp = monotime() + seconds; in parse_key_constraints()
1412 death = monotime() + lifetime; in process_add_identity()
1600 death = monotime() + lifetime; in process_add_smartcard_key()
HDpacket.c1077 (int64_t)state->rekey_time + state->rekey_interval <= monotime()) in ssh_packet_need_rekeying()
1395 state->rekey_time = monotime(); in ssh_packet_send2()
2292 monotime(); in ssh_packet_get_rekey_timeout()
2565 state->rekey_time = monotime(); in ssh_packet_set_state()
HDchannels.c387 ssh->chanctxt->lastused = monotime(); in channel_set_used_time()
1313 monotime() >= sc->x11_refuse_time) { in x11_open_helper()
1853 c->notbefore = monotime() + 1; in channel_post_x11_listener()
1982 c->notbefore = monotime() + 1; in channel_post_port_listener()
2018 c->notbefore = monotime() + 1; in channel_post_auth_listener()
2504 c->notbefore = monotime() + 1; in channel_post_mux_listener()
2604 now = monotime(); in channel_handler()
HDmoduli.c543 time_now = monotime(); in print_progress()
HDsshd.c572 now = monotime(); in drop_connection()
HDmisc.c1743 monotime(void) in monotime() function