Searched refs:monotime (Results 1 – 7 of 7) sorted by relevance
56 #define monotime ssh_monotime macro
99 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()752 monotime() >= server_alive_time) { in client_wait_until_can_do_something()1625 if (monotime() >= control_persist_exit_time) { in client_loop()1786 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()
1041 time_t deadline = 0, now = monotime(); in reaper()1291 *deathp = monotime() + seconds; in parse_key_constraints()1406 death = monotime() + lifetime; in process_add_identity()1594 death = monotime() + lifetime; in process_add_smartcard_key()
540 time_now = monotime(); in print_progress()
1688 monotime(void) in monotime() function