Home
last modified time | relevance | path

Searched refs:SASL_AUTHID_BIT (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sendmail/src/
H A Dusersmtp.c952 if (!(bitset(SASL_USER_BIT|SASL_AUTHID_BIT, got) &&
957 if (!bitset(SASL_AUTHID_BIT, got))
H A Dsendmail.h585 # define SASL_AUTHID_BIT (1 << SASL_AUTHID) macro