Home
last modified time | relevance | path

Searched refs:SMFTO_WRITE (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dmilter.c1243 m->mf_timeout[SMFTO_WRITE] = (time_t) 10;
1449 tcode = SMFTO_WRITE;
1848 m->mf_timeout[SMFTO_WRITE], e, "quit_filter");
1885 m->mf_timeout[SMFTO_WRITE], e, "abort_filter");
1962 m->mf_timeout[SMFTO_WRITE], e, "send_macros");
2095 m->mf_timeout[SMFTO_WRITE], e, where);
2448 m->mf_timeout[SMFTO_WRITE], e, "negotiate");
4417 m->mf_timeout[SMFTO_WRITE], e, "eom");
H A Dsendmail.h1719 # define SMFTO_WRITE 0 /* Timeout for sending information */ macro