Home
last modified time | relevance | path

Searched refs:MCIF_TLSACT (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/sendmail/src/
H A Dmci.c345 if (bitset(MCIF_TLSACT, mci->mci_flags) && mci->mci_ssl != NULL)
639 { MCIF_TLSACT, "TLSACT" },
H A Ddeliver.c3557 # define DONE_STARTTLS(f) bitset(MCIF_TLSACT, f)
3762 mci->mci_flags |= MCIF_TLSACT;
3923 mci->mci_flags &= ~MCIF_TLSACT;
4346 (bitset(MCIF_TLS|MCIF_TLSACT, mci->mci_flags) ?
4352 && (!bitset(MCIF_TLS|MCIF_TLSACT, mci->mci_flags)
7760 if (!bitset(MCIF_TLSACT, mci->mci_flags))
7763 mci->mci_flags &= ~MCIF_TLSACT;
H A Dsendmail.h933 #define MCIF_TLSACT 0x00200000 /* STARTTLS active */ macro
936 #define MCIF_TLSACT 0 macro