Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/src/
H A Dmci.c341 if (bitset(MCIF_AUTHACT, mci->mci_flags))
633 { MCIF_AUTHACT, "AUTHACT" },
H A Ddeliver.c3554 # define DONE_AUTH(f) bitset(MCIF_AUTHACT, f)
4089 mci->mci_flags |= MCIF_AUTHACT|
4096 mci->mci_flags |= MCIF_AUTHACT;
4930 if (bitset(MCIF_AUTHACT, mci->mci_flags))
4933 mci->mci_flags &= ~MCIF_AUTHACT;
H A Dsendmail.h927 #define MCIF_AUTHACT 0x00010000 /* SASL (AUTH) active */ macro