Home | History | Annotate | Download | only in openssh

Lines Matching defs:lifetime

155 /* Default lifetime in seconds (0 == forever) */
156 static long lifetime = 0;
639 error("%s: bad lifetime constraint: %s",
659 if (lifetime && !death)
660 death = monotime() + lifetime;
791 if (lifetime && !death)
792 death = monotime() + lifetime;
1282 if ((lifetime = convtime(optarg)) == -1) {
1283 fprintf(stderr, "Invalid lifetime\n");