/titanic_50/usr/src/cmd/sendmail/src/ |
H A D | readcf.c | 4409 TimeOuts.to_initial = toval; 4413 TimeOuts.to_mail = toval; 4417 TimeOuts.to_rcpt = toval; 4421 TimeOuts.to_datainit = toval; 4425 TimeOuts.to_datablock = toval; 4429 TimeOuts.to_datafinal = toval; 4433 TimeOuts.to_nextcommand = toval; 4437 TimeOuts.to_rset = toval; 4441 TimeOuts.to_helo = toval; 4445 TimeOuts.to_quit = toval; [all …]
|
H A D | control.c | 279 if (TimeOuts.to_control > 0) 289 ev = sm_setevent(TimeOuts.to_control, controltimeout, 290 TimeOuts.to_control);
|
H A D | envelope.c | 233 if (now >= e->e_ctime + TimeOuts.to_q_return[e->e_timeoutclass]) 242 else if (TimeOuts.to_q_return[e->e_timeoutclass] == NOW && 306 pintvl(TimeOuts.to_q_return[e->e_timeoutclass], 324 pintvl(TimeOuts.to_q_return[e->e_timeoutclass], 342 if (TimeOuts.to_q_warning[e->e_timeoutclass] > 0 && 344 TimeOuts.to_q_warning[e->e_timeoutclass]) 403 pintvl(TimeOuts.to_q_warning[e->e_timeoutclass], 421 pintvl(TimeOuts.to_q_warning[e->e_timeoutclass], 425 pintvl(TimeOuts.to_q_return[e->e_timeoutclass],
|
H A D | usersmtp.c | 139 r = reply(m, mci, e, TimeOuts.to_initial, esmtp_check, NULL, 184 bitnset(M_LMTP, m->m_flags) ? TimeOuts.to_lhlo 185 : TimeOuts.to_helo, 239 r = reply(m, mci, e, TimeOuts.to_miscshort, NULL, &enhsc, 1791 smtpresult = reply(m, mci, e, TimeOuts.to_auth, getsasldata, NULL, 1835 smtpresult = reply(m, mci, e, TimeOuts.to_auth, 1857 smtpresult = reply(m, mci, e, TimeOuts.to_auth, 2178 r = reply(m, mci, e, TimeOuts.to_mail, NULL, &enhsc, XS_DEFAULT); 2430 r = reply(m, mci, e, TimeOuts.to_rcpt, NULL, &enhsc, XS_DEFAULT); 2591 r = reply(m, mci, e, TimeOuts.to_datainit, NULL, &enhsc, XS_DEFAULT); [all …]
|
H A D | main.c | 696 TimeOuts.res_retry[RES_TO_DEFAULT] = _res.retry; 697 TimeOuts.res_retry[RES_TO_FIRST] = _res.retry; 698 TimeOuts.res_retry[RES_TO_NORMAL] = _res.retry; 699 TimeOuts.res_retrans[RES_TO_DEFAULT] = _res.retrans; 700 TimeOuts.res_retrans[RES_TO_FIRST] = _res.retrans; 701 TimeOuts.res_retrans[RES_TO_NORMAL] = _res.retrans; 1384 _res.retry = TimeOuts.res_retry[RES_TO_DEFAULT]; 1385 _res.retrans = TimeOuts.res_retrans[RES_TO_DEFAULT]; 2878 _res.retry = TimeOuts.res_retry[RES_TO_FIRST]; 2879 _res.retrans = TimeOuts.res_retrans[RES_TO_FIRST];
|
H A D | collect.c | 308 dbto = smtpmode ? ((int) TimeOuts.to_datablock * 1000) 311 set_tls_rd_tmo(TimeOuts.to_datablock);
|
H A D | savemail.c | 594 _res.retry = TimeOuts.res_retry[RES_TO_FIRST]; 595 _res.retrans = TimeOuts.res_retrans[RES_TO_FIRST]; 1298 TimeOuts.to_q_return[e->e_parent->e_timeoutclass];
|
H A D | daemon.c | 2654 if (e->e_ntries <= 0 && TimeOuts.to_iconnect != 0) 2655 ev = sm_setevent(TimeOuts.to_iconnect, 2657 else if (TimeOuts.to_connect != 0) 2658 ev = sm_setevent(TimeOuts.to_connect, 3489 if (TimeOuts.to_ident == 0) 3592 ev = sm_setevent(TimeOuts.to_ident, authtimeout, 0);
|
H A D | srvrsmtp.c | 923 set_tls_rd_tmo(TimeOuts.to_nextcommand); 1188 TimeOuts.to_nextcommand, SmtpPhase)) == NULL) 1428 tmo = TimeOuts.to_datablock * 1000; 1906 TimeOuts.to_starttls, ssl_err, 3723 _res.retry = TimeOuts.res_retry[RES_TO_FIRST]; 3724 _res.retrans = TimeOuts.res_retrans[RES_TO_FIRST];
|
H A D | deliver.c | 818 (TimeOuts.to_q_return[e->e_timeoutclass] == NOW || 2012 if (TimeOuts.to_aconnect > 0) 2013 enough = curtime() + TimeOuts.to_aconnect; 3854 TimeOuts.to_quit, "Draining Input") != NULL) 5269 if (TimeOuts.to_fileopen > 0) 5270 ev = sm_setevent(TimeOuts.to_fileopen, mailfiletimeout, 6125 smtpresult = reply(m, mci, e, TimeOuts.to_starttls, NULL, NULL, 6186 TimeOuts.to_starttls, ssl_err, "client");
|
H A D | sfsasl.c | 748 (tls_rd_tmo < 0) ? TimeOuts.to_datablock
|
H A D | recipient.c | 1583 if (TimeOuts.to_fileopen > 0) 1584 ev = sm_setevent(TimeOuts.to_fileopen, includetimeout, 0);
|
H A D | queue.c | 4349 _res.retry = TimeOuts.res_retry[RES_TO_FIRST]; 4350 _res.retrans = TimeOuts.res_retrans[RES_TO_FIRST]; 4354 _res.retry = TimeOuts.res_retry[RES_TO_NORMAL]; 4355 _res.retrans = TimeOuts.res_retrans[RES_TO_NORMAL];
|
H A D | conf.c | 341 TimeOuts.to_q_return[i] = 5 DAYS; /* option T */ 342 TimeOuts.to_q_warning[i] = 0; /* option T */
|
H A D | sendmail.h | 2074 } TimeOuts; variable
|
H A D | map.c | 4433 sfd, TimeOuts.to_fileopen,
|