Searched refs:TimeOuts (Results 1 – 16 of 16) sorted by relevance
| /mirbsd/src/gnu/usr.sbin/sendmail/sendmail/ |
| D | readcf.c | 4485 TimeOuts.to_initial = toval; 4489 TimeOuts.to_mail = toval; 4493 TimeOuts.to_rcpt = toval; 4497 TimeOuts.to_datainit = toval; 4501 TimeOuts.to_datablock = toval; 4505 TimeOuts.to_datafinal = toval; 4509 TimeOuts.to_nextcommand = toval; 4513 TimeOuts.to_rset = toval; 4517 TimeOuts.to_helo = toval; 4521 TimeOuts.to_quit = toval; [all …]
|
| D | envelope.c | 234 if (now >= e->e_ctime + TimeOuts.to_q_return[e->e_timeoutclass]) 243 else if (TimeOuts.to_q_return[e->e_timeoutclass] == NOW && 309 pintvl(TimeOuts.to_q_return[e->e_timeoutclass], 327 pintvl(TimeOuts.to_q_return[e->e_timeoutclass], 345 if (TimeOuts.to_q_warning[e->e_timeoutclass] > 0 && 347 TimeOuts.to_q_warning[e->e_timeoutclass]) 406 pintvl(TimeOuts.to_q_warning[e->e_timeoutclass], 424 pintvl(TimeOuts.to_q_warning[e->e_timeoutclass], 428 pintvl(TimeOuts.to_q_return[e->e_timeoutclass],
|
| D | control.c | 277 if (TimeOuts.to_control > 0) 287 ev = sm_setevent(TimeOuts.to_control, controltimeout, 288 TimeOuts.to_control);
|
| D | usersmtp.c | 138 r = reply(m, mci, e, TimeOuts.to_initial, esmtp_check, NULL, XS_GREET); 182 bitnset(M_LMTP, m->m_flags) ? TimeOuts.to_lhlo 183 : TimeOuts.to_helo, 237 r = reply(m, mci, e, TimeOuts.to_miscshort, NULL, &enhsc, 1797 smtpresult = reply(m, mci, e, TimeOuts.to_auth, getsasldata, NULL, 1841 smtpresult = reply(m, mci, e, TimeOuts.to_auth, 1863 smtpresult = reply(m, mci, e, TimeOuts.to_auth, 2184 r = reply(m, mci, e, TimeOuts.to_mail, NULL, &enhsc, XS_MAIL); 2436 r = reply(m, mci, e, TimeOuts.to_rcpt, NULL, &enhsc, XS_RCPT); 2597 r = reply(m, mci, e, TimeOuts.to_datainit, NULL, &enhsc, XS_DATA); [all …]
|
| D | main.c | 694 TimeOuts.res_retry[RES_TO_DEFAULT] = _res.retry; 695 TimeOuts.res_retry[RES_TO_FIRST] = _res.retry; 696 TimeOuts.res_retry[RES_TO_NORMAL] = _res.retry; 697 TimeOuts.res_retrans[RES_TO_DEFAULT] = _res.retrans; 698 TimeOuts.res_retrans[RES_TO_FIRST] = _res.retrans; 699 TimeOuts.res_retrans[RES_TO_NORMAL] = _res.retrans; 1382 _res.retry = TimeOuts.res_retry[RES_TO_DEFAULT]; 1383 _res.retrans = TimeOuts.res_retrans[RES_TO_DEFAULT]; 2886 _res.retry = TimeOuts.res_retry[RES_TO_FIRST]; 2887 _res.retrans = TimeOuts.res_retrans[RES_TO_FIRST];
|
| D | collect.c | 311 dbto = smtpmode ? ((int) TimeOuts.to_datablock * 1000) 314 set_tls_rd_tmo(TimeOuts.to_datablock);
|
| D | savemail.c | 595 _res.retry = TimeOuts.res_retry[RES_TO_FIRST]; 596 _res.retrans = TimeOuts.res_retrans[RES_TO_FIRST]; 1325 TimeOuts.to_q_return[e->e_parent->e_timeoutclass];
|
| D | daemon.c | 2657 if (e->e_ntries <= 0 && TimeOuts.to_iconnect != 0) 2658 ev = sm_setevent(TimeOuts.to_iconnect, 2660 else if (TimeOuts.to_connect != 0) 2661 ev = sm_setevent(TimeOuts.to_connect, 3496 if (TimeOuts.to_ident == 0) 3599 ev = sm_setevent(TimeOuts.to_ident, authtimeout, 0);
|
| D | srvrsmtp.c | 914 set_tls_rd_tmo(TimeOuts.to_nextcommand); 1179 TimeOuts.to_nextcommand, SmtpPhase)) == NULL) 1419 tmo = TimeOuts.to_datablock * 1000; 1912 TimeOuts.to_starttls, ssl_err, 3736 _res.retry = TimeOuts.res_retry[RES_TO_FIRST]; 3737 _res.retrans = TimeOuts.res_retrans[RES_TO_FIRST];
|
| D | deliver.c | 820 (TimeOuts.to_q_return[e->e_timeoutclass] == NOW || 2014 if (TimeOuts.to_aconnect > 0) 2015 enough = curtime() + TimeOuts.to_aconnect; 3864 TimeOuts.to_quit, "Draining Input") != NULL) 5279 if (TimeOuts.to_fileopen > 0) 5280 ev = sm_setevent(TimeOuts.to_fileopen, mailfiletimeout, 6137 smtpresult = reply(m, mci, e, TimeOuts.to_starttls, NULL, NULL, 6198 TimeOuts.to_starttls, ssl_err, "client");
|
| D | sfsasl.c | 753 (tls_rd_tmo < 0) ? TimeOuts.to_datablock
|
| D | recipient.c | 1581 if (TimeOuts.to_fileopen > 0) 1582 ev = sm_setevent(TimeOuts.to_fileopen, includetimeout, 0);
|
| D | queue.c | 4369 _res.retry = TimeOuts.res_retry[RES_TO_FIRST]; 4370 _res.retrans = TimeOuts.res_retrans[RES_TO_FIRST]; 4374 _res.retry = TimeOuts.res_retry[RES_TO_NORMAL]; 4375 _res.retrans = TimeOuts.res_retrans[RES_TO_NORMAL];
|
| D | conf.c | 340 TimeOuts.to_q_return[i] = 5 DAYS; /* option T */ 341 TimeOuts.to_q_warning[i] = 0; /* option T */
|
| D | sendmail.h | 2135 } TimeOuts; variable
|
| D | map.c | 4439 sfd, TimeOuts.to_fileopen,
|