Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.sbin/sendmail/sendmail/
Dusersmtp.c960 if (!(bitset(SASL_USER_BIT|SASL_AUTHID_BIT, got) &&
965 if (!bitset(SASL_AUTHID_BIT, got))
Dsendmail.h594 # define SASL_AUTHID_BIT (1 << SASL_AUTHID) macro