Searched refs:MCIF_ESMTP (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dusersmtp.c155 mci->mci_flags |= MCIF_ESMTP;
167 else if (bitset(MCIF_ESMTP, mci->mci_flags) &&
191 if (bitset(MCIF_ESMTP, mci->mci_flags) &&
195 mci->mci_flags &= ~MCIF_ESMTP;
295 mci->mci_flags |= MCIF_ESMTP;
H A Dmci.c560 { MCIF_ESMTP, "ESMTP" },
H A Dsendmail.h704 #define MCIF_ESMTP 0x00000008 /* this host speaks ESMTP */ macro
H A Ddeliver.c2088 else if (bitset(MCIF_ESMTP, mci->mci_flags))

Completed in 89 milliseconds