Lines Matching refs:ct_flags
191 dump_ctx_flags(ctx->ct_flags); in dump_ctx()
345 ctx->ct_flags |= SMBCF_NOPWD; in smb_ctx_scan_argv()
707 if (!from_cmd && (ctx->ct_flags & SMBCF_CMD_USR)) in smb_ctx_setuser()
715 ctx->ct_flags |= SMBCF_CMD_USR; in smb_ctx_setuser()
739 if (!from_cmd && (ctx->ct_flags & SMBCF_CMD_DOM)) in smb_ctx_setdomain()
747 ctx->ct_flags |= SMBCF_CMD_DOM; in smb_ctx_setdomain()
769 if (!from_cmd && (ctx->ct_flags & SMBCF_CMD_PW)) in smb_ctx_setpassword()
793 ctx->ct_flags |= SMBCF_CMD_PW; in smb_ctx_setpassword()
983 ctx->ct_flags |= SMBCF_SRIGHTS; in smb_ctx_opt()
986 ctx->ct_flags |= SMBCF_NOPWD; in smb_ctx_opt()
1057 ctx->ct_flags &= ~SMBCF_RESOLVED; in smb_ctx_resolve()
1143 ctx->ct_flags |= SMBCF_RESOLVED; in smb_ctx_resolve()
1176 ctx->ct_flags &= ~SMBCF_SSNACTIVE; in smb_ctx_gethandle()
1212 if ((ctx->ct_flags & SMBCF_RESOLVED) == 0) in smb_ctx_get_ssn()