Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/sendmail/src/
Dusersmtp.c140 SmtpPhase = mci->mci_phase = "client greeting";
142 qid_printname(e), CurHostName, mci->mci_phase);
168 SmtpPhase = mci->mci_phase = "client LHLO";
174 SmtpPhase = mci->mci_phase = "client EHLO";
179 SmtpPhase = mci->mci_phase = "client HELO";
185 CurHostName, mci->mci_phase);
2181 SmtpPhase = mci->mci_phase = "client MAIL";
2183 CurHostName, mci->mci_phase);
2382 SmtpPhase = mci->mci_phase = "client RCPT";
2384 CurHostName, mci->mci_phase);
[all …]
Dmci.c664 mci->mci_maxsize, mci->mci_phase,
Dsendmail.h712 char *mci_phase; /* SMTP phase string */ variable
Ddeliver.c3589 SmtpPhase = mci->mci_phase = "idle";
3591 mci->mci_phase);
Ddaemon.c2257 SmtpPhase = mci->mci_phase = "initial connection";