Home | History | Annotate | Download | only in openssh

Lines Matching refs:alarm

313 	alarm(0);  /* alarm timer persists across exec */
352 * Signal handler for the alarm after the login grace period has expired.
366 * Signal handler for the key regeneration alarm. Note that this
367 * alarm only occurs in the daemon waiting for connections, and it does not
1286 /* Schedule server key regeneration alarm. */
1288 alarm(options.key_regeneration_time);
1883 * Disable the key regeneration alarm. We will not regenerate the
1887 alarm(0);
1951 * successfully authenticates itself. So we set up an alarm which is
1953 * indicates no limit. Note that we don't set the alarm in debugging
1959 alarm(options.login_grace_time);
2005 * Cancel the alarm we set to limit the time taken for
2008 alarm(0);