Home
last modified time | relevance | path

Searched refs:hs_exp (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/sendmail/src/
H A Dstab.c408 if (s->s_hostsig.hs_exp >= now) in rmexpstab()
H A Ddeliver.c7039 if (s->s_hostsig.hs_exp >= now)
7053 s->s_hostsig.hs_exp = now + SM_DEFAULT_TTL;
7140 s->s_hostsig.hs_exp = now + SM_MIN(ttl, SM_DEFAULT_TTL);
H A Dsendmail.h1417 time_t hs_exp; /* entry expires at */ member