Home
last modified time | relevance | path

Searched refs:mci_phase (Results 1 – 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/sendmail/src/
HDusersmtp.c141 SmtpPhase = mci->mci_phase = "client greeting";
143 qid_printname(e), CurHostName, mci->mci_phase);
179 SmtpPhase = mci->mci_phase = "client LHLO";
185 SmtpPhase = mci->mci_phase = "client EHLO";
190 SmtpPhase = mci->mci_phase = "client HELO";
196 CurHostName, mci->mci_phase);
2219 SmtpPhase = mci->mci_phase = "client MAIL";
2221 CurHostName, mci->mci_phase);
2420 SmtpPhase = mci->mci_phase = "client RCPT";
2422 CurHostName, mci->mci_phase);
[all …]
HDmci.c707 mci->mci_maxsize, mci->mci_phase,
HDsendmail.h782 char *mci_phase; /* SMTP phase string */ variable
HDdeliver.c3768 SmtpPhase = mci->mci_phase = "idle";
3770 mci->mci_phase);
HDdaemon.c2294 SmtpPhase = mci->mci_phase = "initial connection";