Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dstab.c377 if (s->s_hostsig.hs_exp >= now) in rmexpstab()
H A Ddeliver.c5753 if (s->s_hostsig.hs_exp >= now)
5767 s->s_hostsig.hs_exp = now + SM_DEFAULT_TTL;
5840 s->s_hostsig.hs_exp = now + SM_MIN(ttl, SM_DEFAULT_TTL);
H A Dsendmail.h1165 time_t hs_exp; /* entry expires at */ member