Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dnamespace.h56 #define monotime ssh_monotime macro
H A Dmisc.h99 time_t monotime(void);
H A Dclientloop.c257 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()
H A Dserverloop.c179 now = monotime(); in wait_until_can_do_something()
247 now = monotime(); /* need to reset after ppoll() */ in wait_until_can_do_something()
H A Dssh-agent.c1041 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()
H A Dmoduli.c540 time_now = monotime(); in print_progress()
H A Dmisc.c1688 monotime(void) in monotime() function