Home
last modified time | relevance | path

Searched refs:TimeOuts (Results 1 – 17 of 17) sorted by relevance

/freebsd/contrib/sendmail/src/
H A Dreadcf.c5405 TimeOuts.to_initial = toval;
5409 TimeOuts.to_mail = toval;
5413 TimeOuts.to_rcpt = toval;
5417 TimeOuts.to_datainit = toval;
5421 TimeOuts.to_datablock = toval;
5425 TimeOuts.to_datafinal = toval;
5429 TimeOuts.to_nextcommand = toval;
5433 TimeOuts.to_rset = toval;
5437 TimeOuts.to_helo = toval;
5441 TimeOuts.to_quit = toval;
[all …]
H A Denvelope.c232 if (now >= e->e_ctime + TimeOuts.to_q_return[e->e_timeoutclass])
241 else if (TimeOuts.to_q_return[e->e_timeoutclass] == NOW &&
321 pintvl(TimeOuts.to_q_return[e->e_timeoutclass],
339 pintvl(TimeOuts.to_q_return[e->e_timeoutclass],
357 if (TimeOuts.to_q_warning[e->e_timeoutclass] > 0 &&
359 TimeOuts.to_q_warning[e->e_timeoutclass])
418 pintvl(TimeOuts.to_q_warning[e->e_timeoutclass],
436 pintvl(TimeOuts.to_q_warning[e->e_timeoutclass],
440 pintvl(TimeOuts.to_q_return[e->e_timeoutclass],
H A Dcontrol.c276 if (TimeOuts.to_control > 0)
286 ev = sm_setevent(TimeOuts.to_control, controltimeout,
287 TimeOuts.to_control);
H A Dusersmtp.c175 r = reply(m, mci, e, TimeOuts.to_initial, esmtp_check, NULL, XS_GREET,
230 bitnset(M_LMTP, m->m_flags) ? TimeOuts.to_lhlo
231 : TimeOuts.to_helo,
282 r = reply(m, mci, e, TimeOuts.to_miscshort, NULL, &enhsc,
1847 smtpresult = reply(m, mci, e, TimeOuts.to_auth, getsasldata, NULL,
1891 smtpresult = reply(m, mci, e, TimeOuts.to_auth,
1913 smtpresult = reply(m, mci, e, TimeOuts.to_auth,
2300 r = reply(m, mci, e, TimeOuts.to_mail, NULL, &enhsc, XS_MAIL, NULL);
2578 r = reply(m, mci, e, TimeOuts.to_rcpt, NULL, &enhsc, XS_RCPT,
2735 r = reply(m, mci, e, TimeOuts.to_datainit, NULL, &enhsc, XS_DATA, NULL);
[all …]
H A Dmain.c727 TimeOuts.res_retry[RES_TO_DEFAULT] = _res.retry;
728 TimeOuts.res_retry[RES_TO_FIRST] = _res.retry;
729 TimeOuts.res_retry[RES_TO_NORMAL] = _res.retry;
730 TimeOuts.res_retrans[RES_TO_DEFAULT] = _res.retrans;
731 TimeOuts.res_retrans[RES_TO_FIRST] = _res.retrans;
732 TimeOuts.res_retrans[RES_TO_NORMAL] = _res.retrans;
1438 _res.retry = TimeOuts.res_retry[RES_TO_DEFAULT];
1439 _res.retrans = TimeOuts.res_retrans[RES_TO_DEFAULT];
3005 _res.retry = TimeOuts.res_retry[RES_TO_FIRST];
3006 _res.retrans = TimeOuts.res_retrans[RES_TO_FIRST];
H A Dsavemail.c601 _res.retry = TimeOuts.res_retry[RES_TO_FIRST];
602 _res.retrans = TimeOuts.res_retrans[RES_TO_FIRST];
1408 TimeOuts.to_q_return[e->e_parent->e_timeoutclass];
H A Dcollect.c398 dbto = SMTPMODE ? ((int) TimeOuts.to_datablock * 1000)
401 old_rd_tmo = set_tls_rd_tmo(TimeOuts.to_datablock);
H A Ddaemon.c2820 if (e->e_ntries <= 0 && TimeOuts.to_iconnect != 0)
2821 ev = sm_setevent(TimeOuts.to_iconnect,
2823 else if (TimeOuts.to_connect != 0)
2824 ev = sm_setevent(TimeOuts.to_connect,
3707 if (TimeOuts.to_ident == 0)
3810 ev = sm_setevent(TimeOuts.to_ident, authtimeout, 0);
H A Dsrvrsmtp.c1326 (void) set_tls_rd_tmo(TimeOuts.to_nextcommand);
1661 TimeOuts.to_nextcommand, SmtpPhase)) == NULL)
1902 tmo = TimeOuts.to_datablock * 1000;
2416 TimeOuts.to_starttls, ssl_err,
4425 _res.retry = TimeOuts.res_retry[RES_TO_FIRST];
4426 _res.retrans = TimeOuts.res_retrans[RES_TO_FIRST];
H A Ddeliver.c923 (TimeOuts.to_q_return[e->e_timeoutclass] == NOW ||
2560 if (TimeOuts.to_aconnect > 0)
2561 enough = curtime() + TimeOuts.to_aconnect;
4924 TimeOuts.to_quit, "Draining Input") != NULL)
6495 if (TimeOuts.to_fileopen > 0)
6496 ev = sm_setevent(TimeOuts.to_fileopen, mailfiletimeout,
7544 smtpresult = reply(m, mci, e, TimeOuts.to_starttls, NULL, NULL,
7710 TimeOuts.to_starttls, ssl_err, "client");
H A Dsfsasl.c748 (tls_rd_tmo < 0) ? TimeOuts.to_datablock
H A Drecipient.c1600 if (TimeOuts.to_fileopen > 0)
1601 ev = sm_setevent(TimeOuts.to_fileopen, includetimeout, 0);
H A Dqueue.c4455 _res.retry = TimeOuts.res_retry[RES_TO_FIRST];
4456 _res.retrans = TimeOuts.res_retrans[RES_TO_FIRST];
4460 _res.retry = TimeOuts.res_retry[RES_TO_NORMAL];
4461 _res.retrans = TimeOuts.res_retrans[RES_TO_NORMAL];
H A Dconf.c351 TimeOuts.to_q_return[i] = 5 DAYS; /* option T */
352 TimeOuts.to_q_warning[i] = 0; /* option T */
H A Dutil.c3109 p = sfgets(inp, sizeof(inp), InChannel, TimeOuts.to_nextcommand, "pre");
H A Dsendmail.h2358 } TimeOuts; variable
H A Dmap.c5124 sfd, TimeOuts.to_fileopen,