Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/src/
H A Dreadcf.c5457 TimeOuts.to_connect = toval;
5620 TimeOuts.to_connect = (time_t) 0 SECONDS;
5652 (long) TimeOuts.to_connect);
H A Ddaemon.c2823 else if (TimeOuts.to_connect != 0)
2824 ev = sm_setevent(TimeOuts.to_connect,
H A Dsendmail.h2337 time_t to_connect; /* initial connection timeout (later tries) */ member