Home | History | Annotate | Download | only in openssh

Lines Matching defs:death

117 	time_t death;
521 if (id->death == 0)
523 if (now >= id->death) {
529 deadline = (deadline == 0) ? id->death :
530 MIN(deadline, id->death);
591 time_t death = 0;
624 death = monotime() + seconds;
640 if (lifetime && !death)
641 death = monotime() + lifetime;
653 id->death = death;
709 time_t death = 0;
727 death = monotime() + seconds;
738 if (lifetime && !death)
739 death = monotime() + lifetime;
751 id->death = death;