HomeSort by relevance Sort by last modified time
    Searched refs:monotime (Results 1 - 8 of 8) sorted by null

  /external/openssh/
misc.h 57 time_t monotime(void);
progressmeter.c 135 now = monotime();
253 start = last_update = monotime();
ssh-agent.c 516 time_t deadline = 0, now = monotime();
628 death = monotime() + seconds;
645 death = monotime() + lifetime;
753 death = monotime() + seconds;
765 death = monotime() + lifetime;
    [all...]
clientloop.c 277 control_persist_exit_time = monotime() +
369 now = monotime() + 1;
599 time_t minwait_secs = 0, server_alive_time = 0, now = monotime();
694 if (server_alive_time != 0 && server_alive_time <= monotime())
    [all...]
moduli.c 539 time_now = monotime();
packet.c     [all...]
channels.c 919 if (x11_refuse_time != 0 && (u_int)monotime() >= x11_refuse_time) {
    [all...]
misc.c 884 monotime(void) function

Completed in 72 milliseconds