Lines Matching refs:TimeOuts
5405 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;
5445 TimeOuts.to_miscshort = toval;
5449 TimeOuts.to_ident = toval;
5453 TimeOuts.to_fileopen = toval;
5457 TimeOuts.to_connect = toval;
5461 TimeOuts.to_iconnect = toval;
5465 TimeOuts.to_aconnect = toval;
5470 TimeOuts.to_q_warning[TOC_NORMAL] = toval;
5471 TimeOuts.to_q_warning[TOC_URGENT] = toval;
5472 TimeOuts.to_q_warning[TOC_NONURGENT] = toval;
5473 TimeOuts.to_q_warning[TOC_DSN] = toval;
5479 TimeOuts.to_q_warning[TOC_NORMAL] = toval;
5484 TimeOuts.to_q_warning[TOC_URGENT] = toval;
5489 TimeOuts.to_q_warning[TOC_NONURGENT] = toval;
5494 TimeOuts.to_q_warning[TOC_DSN] = toval;
5499 TimeOuts.to_q_return[TOC_NORMAL] = toval;
5500 TimeOuts.to_q_return[TOC_URGENT] = toval;
5501 TimeOuts.to_q_return[TOC_NONURGENT] = toval;
5502 TimeOuts.to_q_return[TOC_DSN] = toval;
5508 TimeOuts.to_q_return[TOC_NORMAL] = toval;
5513 TimeOuts.to_q_return[TOC_URGENT] = toval;
5518 TimeOuts.to_q_return[TOC_NONURGENT] = toval;
5523 TimeOuts.to_q_return[TOC_DSN] = toval;
5532 TimeOuts.res_retrans[RES_TO_DEFAULT] = toval;
5533 TimeOuts.res_retrans[RES_TO_FIRST] = toval;
5534 TimeOuts.res_retrans[RES_TO_NORMAL] = toval;
5540 TimeOuts.res_retry[RES_TO_DEFAULT] = i;
5541 TimeOuts.res_retry[RES_TO_FIRST] = i;
5542 TimeOuts.res_retry[RES_TO_NORMAL] = i;
5547 TimeOuts.res_retrans[RES_TO_NORMAL] = convtime(val, 's');
5551 TimeOuts.res_retry[RES_TO_NORMAL] = atoi(val);
5555 TimeOuts.res_retrans[RES_TO_FIRST] = convtime(val, 's');
5559 TimeOuts.res_retry[RES_TO_FIRST] = atoi(val);
5563 TimeOuts.to_control = toval;
5567 TimeOuts.to_lhlo = toval;
5572 TimeOuts.to_auth = toval;
5578 TimeOuts.to_starttls = toval;
5620 TimeOuts.to_connect = (time_t) 0 SECONDS;
5621 TimeOuts.to_aconnect = (time_t) 0 SECONDS;
5622 TimeOuts.to_iconnect = (time_t) 0 SECONDS;
5623 TimeOuts.to_initial = (time_t) 5 MINUTES;
5624 TimeOuts.to_helo = (time_t) 5 MINUTES;
5625 TimeOuts.to_mail = (time_t) 10 MINUTES;
5626 TimeOuts.to_rcpt = (time_t) 1 HOUR;
5627 TimeOuts.to_datainit = (time_t) 5 MINUTES;
5628 TimeOuts.to_datablock = (time_t) 1 HOUR;
5629 TimeOuts.to_datafinal = (time_t) 1 HOUR;
5630 TimeOuts.to_rset = (time_t) 5 MINUTES;
5631 TimeOuts.to_quit = (time_t) 2 MINUTES;
5632 TimeOuts.to_nextcommand = (time_t) 1 HOUR;
5633 TimeOuts.to_miscshort = (time_t) 2 MINUTES;
5635 TimeOuts.to_ident = (time_t) 5 SECONDS;
5637 TimeOuts.to_ident = (time_t) 0 SECONDS;
5639 TimeOuts.to_fileopen = (time_t) 60 SECONDS;
5640 TimeOuts.to_control = (time_t) 2 MINUTES;
5641 TimeOuts.to_lhlo = (time_t) 2 MINUTES;
5643 TimeOuts.to_auth = (time_t) 10 MINUTES;
5646 TimeOuts.to_starttls = (time_t) 1 HOUR;
5652 (long) TimeOuts.to_connect);
5654 (long) TimeOuts.to_aconnect);
5656 (long) TimeOuts.to_initial);
5657 sm_dprintf(" helo = %ld\n", (long) TimeOuts.to_helo);
5658 sm_dprintf(" mail = %ld\n", (long) TimeOuts.to_mail);
5659 sm_dprintf(" rcpt = %ld\n", (long) TimeOuts.to_rcpt);
5661 (long) TimeOuts.to_datainit);
5663 (long) TimeOuts.to_datablock);
5665 (long) TimeOuts.to_datafinal);
5666 sm_dprintf(" rset = %ld\n", (long) TimeOuts.to_rset);
5667 sm_dprintf(" quit = %ld\n", (long) TimeOuts.to_quit);
5669 (long) TimeOuts.to_nextcommand);
5671 (long) TimeOuts.to_miscshort);
5672 sm_dprintf(" ident = %ld\n", (long) TimeOuts.to_ident);
5674 (long) TimeOuts.to_fileopen);
5676 (long) TimeOuts.to_lhlo);
5678 (long) TimeOuts.to_control);
5697 TimeOuts.to_mail = convtime(val, 'm');
5698 TimeOuts.to_rcpt = TimeOuts.to_mail;
5699 TimeOuts.to_datainit = TimeOuts.to_mail;
5700 TimeOuts.to_datablock = TimeOuts.to_mail;
5701 TimeOuts.to_datafinal = TimeOuts.to_mail;
5702 TimeOuts.to_nextcommand = TimeOuts.to_mail;