Searched refs:authmechs (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/lib/
H A Dsmtp.h61 unsigned int authmechs; /* Accepted authentication methods. */ member in struct:smtp_conn
H A Dsmtp.c260 smtpc->authmechs |= SMTP_AUTH_LOGIN;
262 smtpc->authmechs |= SMTP_AUTH_PLAIN;
264 smtpc->authmechs |= SMTP_AUTH_CRAM_MD5;
266 smtpc->authmechs |= SMTP_AUTH_DIGEST_MD5;
268 smtpc->authmechs |= SMTP_AUTH_GSSAPI;
270 smtpc->authmechs |= SMTP_AUTH_EXTERNAL;
272 smtpc->authmechs |= SMTP_AUTH_NTLM;
322 smtpc->authmechs = 0; /* No known authentication mechanisms yet. */
427 if(smtpc->authmechs & SMTP_AUTH_CRAM_MD5) {
435 if(smtpc->authmechs
[all...]

Completed in 46 milliseconds