Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/src/
H A Ddeliver.c2836 # define DONE_STARTTLS(f) bitset(MCIF_TLSACT, f)
2974 mci->mci_flags |= MCIF_TLSACT;
3066 mci->mci_flags &= ~MCIF_TLSACT;
6232 if (!bitset(MCIF_TLSACT, mci->mci_flags))
6235 mci->mci_flags &= ~MCIF_TLSACT;
H A Dmci.c575 { MCIF_TLSACT, "TLSACT" },
H A Dsendmail.h723 #define MCIF_TLSACT 0x00200000 /* STARTTLS active */ macro