Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/src/
H A Dusersmtp.c172 SmtpPhase = mci->mci_phase = "client greeting";
174 qid_printname(e), CurHostName, mci->mci_phase);
211 SmtpPhase = mci->mci_phase = "client LHLO";
217 SmtpPhase = mci->mci_phase = "client EHLO";
222 SmtpPhase = mci->mci_phase = "client HELO";
228 CurHostName, mci->mci_phase);
2297 SmtpPhase = mci->mci_phase = "client MAIL";
2299 CurHostName, mci->mci_phase);
2524 SmtpPhase = mci->mci_phase = "client RCPT";
2526 CurHostName, mci->mci_phase);
[all …]
H A Dmci.c710 mci->mci_maxsize, mci->mci_phase,
H A Dsendmail.h877 char *mci_phase; /* SMTP phase string */ variable
H A Ddeliver.c4613 SmtpPhase = mci->mci_phase = "idle";
4615 mci->mci_phase);
H A Ddaemon.c2313 SmtpPhase = mci->mci_phase = "initial connection";