Searched refs:ct_flags (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/lib/libsmbfs/common/
H A Dsmbfs_vc.c93 if ((ctx->ct_flags & SMBCF_RESOLVED) == 0)
179 if ((ctx->ct_flags & SMBCF_RESOLVED) == 0)
200 ctx->ct_flags |= SMBCF_SSNACTIVE;
H A Dsmbfs_ctx.c506 if (!from_cmd && (ctx->ct_flags & SMBCF_CMD_USR))
514 ctx->ct_flags |= SMBCF_CMD_USR;
574 if (!from_cmd && (ctx->ct_flags & SMBCF_CMD_DOM))
582 ctx->ct_flags |= SMBCF_CMD_DOM;
604 if (!from_cmd && (ctx->ct_flags & SMBCF_CMD_PW))
630 ctx->ct_flags |= SMBCF_CMD_PW;
784 ctx->ct_flags &= ~SMBCF_RESOLVED;
845 ctx->ct_flags |= SMBCF_RESOLVED;
878 ctx->ct_flags &= ~SMBCF_SSNACTIVE;
916 if ((ctx->ct_flags
[all...]
H A Dsmbfs_util.c416 if (ctx->ct_flags & SMBCF_KCFOUND) {
419 ctx->ct_flags |= SMBCF_KCBAD;
422 if (ctx->ct_flags & SMBCF_NOPWD)
609 smbfs_dump_ctx_flags(ctx->ct_flags);
H A Dsmbfs_keychain.c309 ctx->ct_flags |= SMBCF_KCFOUND;
322 ctx->ct_flags |= (SMBCF_KCFOUND | SMBCF_KCDOMAIN);
H A Dsmbfs_lib.h110 int ct_flags; /* SMBCF_ */ member in struct:smb_ctx
173 * Bits in smb_ctx_t.ct_flags
H A Dsmbfs_connect.c415 ctx->ct_flags |= SMBCF_RESOLVED;
518 ctx->ct_flags |= SMBCF_RESOLVED | SMBCF_SSNACTIVE;

Completed in 190 milliseconds