Home | History | Annotate | Download | only in openssh

Lines Matching refs:death

109 	u_int death;
445 if (id->death == 0)
447 if (now >= id->death) {
453 deadline = (deadline == 0) ? id->death :
454 MIN(deadline, id->death);
468 int type, success = 0, death = 0, confirm = 0;
622 death = time(NULL) + buffer_get_int(&e->request);
636 if (lifetime && !death)
637 death = time(NULL) + lifetime;
649 id->death = death;
704 int i, type, version, count = 0, success = 0, death = 0, confirm = 0;
715 death = time(NULL) + buffer_get_int(&e->request);
726 if (lifetime && !death)
727 death = time(NULL) + lifetime;
739 id->death = death;