Searched refs:ttl (Results 1 - 4 of 4) sorted by relevance

/sendmail/sendmail/
H A Ddomain.c92 int ttl; local
115 &rcode, false, &ttl);
116 renew = curtime() + ttl;
211 int ttl = 0; local
336 GETLONG(ttl, cp);
397 if (ttl > 0 && pttl != NULL)
398 *pttl = ttl;
782 int ttl = 0; local
996 GETLONG(ttl, ap);
1143 if (ttl >
[all...]
H A Dsm_resolve.c214 int type, class, ttl, size, txtlen; local
226 GETLONG(ttl, p);
257 (*rr)->rr_ttl = ttl;
H A Ddaemon.c4022 int ttl; local
4025 if (getcanonname(hbuf, sizeof(hbuf) - 1, !HasWildcardMX, &ttl))
4028 if (ttl > 0)
4029 s->s_namecanon.nc_exp = now + SM_MIN(ttl,
H A Ddeliver.c5814 int ttl; local
5817 &ttl);
5848 s->s_hostsig.hs_exp = now + SM_MIN(ttl, SM_DEFAULT_TTL);

Completed in 26 milliseconds