Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/src/
H A Ddeliver.c2833 # define DONE_AUTH(f) bitset(MCIF_AUTHACT, f)
3161 mci->mci_flags |= MCIF_AUTHACT|
3168 mci->mci_flags |= MCIF_AUTHACT;
3860 if (bitset(MCIF_AUTHACT, mci->mci_flags))
3863 mci->mci_flags &= ~MCIF_AUTHACT;
H A Dmci.c570 { MCIF_AUTHACT, "AUTHACT" },
H A Dsendmail.h717 #define MCIF_AUTHACT 0x00010000 /* SASL (AUTH) active */ macro