Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dreadcf.c4469 TimeOuts.to_aconnect = toval;
4625 TimeOuts.to_aconnect = (time_t) 0 SECONDS;
4658 (long) TimeOuts.to_aconnect);
H A Dsendmail.h2054 time_t to_aconnect; /* all connections timeout (MX and A records) */ member
H A Ddeliver.c2012 if (TimeOuts.to_aconnect > 0)
2013 enough = curtime() + TimeOuts.to_aconnect;