Searched refs:SMBCF_NOPWD (Results 1 – 2 of 2) sorted by relevance
115 #define SMBCF_NOPWD 0x0001 /* don't ask for a password */ macro
438 ctx->ct_flags |= SMBCF_NOPWD; in smb_ctx_opt()586 if (ssn->ioc_password[0] == 0 && (ctx->ct_flags & SMBCF_NOPWD) == 0) { in smb_ctx_resolve()