Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/src/
H A Dusersmtp.c1238 if ((*sai)[SASL_ID_REALM] == NULL)
1248 (*sai)[SASL_ID_REALM] = NULL;
1261 (*sai)[SASL_ID_REALM] = authid;
1266 (*sai)[SASL_ID_REALM] = NULL;
1271 authid = (*sai)[SASL_ID_REALM];
H A Dsendmail.h778 # define SASL_ID_REALM 5 /* authid@defrealm */ macro