Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/src/
H A Dusersmtp.c191 mci->mci_flags |= MCIF_ESMTP;
213 else if (bitset(MCIF_ESMTP, mci->mci_flags) &&
237 if (bitset(MCIF_ESMTP, mci->mci_flags) &&
241 mci->mci_flags &= ~MCIF_ESMTP;
338 mci->mci_flags |= MCIF_ESMTP;
H A Dmci.c621 { MCIF_ESMTP, "ESMTP" },
H A Dsendmail.h914 #define MCIF_ESMTP 0x00000008 /* this host speaks ESMTP */ macro
H A Ddeliver.c2734 else if (bitset(MCIF_ESMTP, mci->mci_flags))