Home
last modified time | relevance | path

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

/external/openssh/
Dprogressmeter.c135 now = monotime(); in refresh_progress_meter()
253 start = last_update = monotime(); in start_progress_meter()
Dmisc.h57 time_t monotime(void);
Dssh-agent.c512 time_t deadline = 0, now = monotime(); in reaper()
624 death = monotime() + seconds; in process_add_identity()
641 death = monotime() + lifetime; in process_add_identity()
727 death = monotime() + seconds; in process_add_smartcard_key()
739 death = monotime() + lifetime; in process_add_smartcard_key()
Dclientloop.c276 control_persist_exit_time = monotime() + in set_control_persist_exit_time()
359 now = monotime() + 1; in client_x11_get_proto()
585 time_t minwait_secs = 0, server_alive_time = 0, now = monotime(); in client_wait_until_can_do_something()
680 if (server_alive_time != 0 && server_alive_time <= monotime()) in client_wait_until_can_do_something()
1646 if (monotime() >= control_persist_exit_time) { in client_loop()
1892 if (x11_refuse_time != 0 && monotime() >= x11_refuse_time) { in client_request_x11()
Dmoduli.c539 time_now = monotime(); in print_progress()
Dpacket.c1240 state->rekey_time = monotime(); in ssh_packet_send2()
2218 state->rekey_interval <= monotime()); in ssh_packet_need_rekeying()
2236 monotime(); in ssh_packet_get_rekey_timeout()
2639 state->rekey_time = monotime(); in ssh_packet_set_state()
Dchannels.c1366 c->notbefore = monotime() + 1; in channel_post_x11_listener()
1528 c->notbefore = monotime() + 1; in channel_post_port_listener()
1565 c->notbefore = monotime() + 1; in channel_post_auth_listener()
1969 c->notbefore = monotime() + 1;
2136 now = monotime();
Dmisc.c884 monotime(void) in monotime() function
DChangeLog7622 Add misc.h for monotime prototype. (id sync only)