Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/sendmail/src/
H A Dmci.c347 if (bitset(MCIF_TLSACT, mci->mci_flags) && mci->mci_ssl != NULL)
644 { MCIF_TLSACT, "TLSACT" },
H A Ddeliver.c2948 # define DONE_STARTTLS(f) bitset(MCIF_TLSACT, f)
3106 mci->mci_flags |= MCIF_TLSACT;
3222 mci->mci_flags &= ~MCIF_TLSACT;
6618 if (!bitset(MCIF_TLSACT, mci->mci_flags))
6621 mci->mci_flags &= ~MCIF_TLSACT;
H A Dsendmail.h838 #define MCIF_TLSACT 0x00200000 /* STARTTLS active */ macro
841 #define MCIF_TLSACT 0 macro