Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/sendmail/src/
H A Ddeliver.c2848 # define DONE_STARTTLS(f) bitset(MCIF_TLSACT, f)
2986 mci->mci_flags |= MCIF_TLSACT;
3078 mci->mci_flags &= ~MCIF_TLSACT;
6310 if (!bitset(MCIF_TLSACT, mci->mci_flags))
6313 mci->mci_flags &= ~MCIF_TLSACT;
H A Dsendmail.h766 #define MCIF_TLSACT 0x00200000 /* STARTTLS active */ macro
769 #define MCIF_TLSACT 0 macro
H A Dmci.c603 { MCIF_TLSACT, "TLSACT" },