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

/osnet-11/usr/src/lib/libsmbfs/common/
H A Dsmbfs_negprot.c121 ctx->ct_hflags2 = SMB_FLAGS2_KNOWS_LONG_NAMES |
130 ctx->ct_hflags2 |= SMB_FLAGS2_EXT_SEC;
245 ctx->ct_hflags2 &= ~SMB_FLAGS2_UNICODE;
264 ctx->ct_hflags2 &= ~SMB_FLAGS2_NT_STATUS;
312 ctx->ct_hflags2 &= ~SMB_FLAGS2_EXT_SEC;
H A Dsmbfs_ssnsetup.c144 (ctx->ct_hflags2 & SMB_FLAGS2_SMB_SECURITY_SIGNATURE) == 0) {
162 ctx->ct_hflags2 |=
167 ctx->ct_hflags2 |= SMB_FLAGS2_SMB_SECURITY_SIGNATURE;
225 (ctx->ct_hflags2 & SMB_FLAGS2_SMB_SECURITY_SIGNATURE) == 0) {
244 ctx->ct_hflags2 |= SMB_FLAGS2_SMB_SECURITY_SIGNATURE;
246 ctx->ct_hflags2 |=
356 uc = ctx->ct_hflags2 & SMB_FLAGS2_UNICODE;
H A Dsmbfs_ntlmssp.c241 if (ctx->ct_hflags2 & SMB_FLAGS2_UNICODE)
249 ctx->ct_hflags2 |=
252 ctx->ct_hflags2 |= SMB_FLAGS2_SMB_SECURITY_SIGNATURE;
540 if ((ctx->ct_hflags2 & SMB_FLAGS2_SMB_SECURITY_SIGNATURE) &&
H A Dsmbfs_gss.c536 if ((ctx->ct_hflags2 & SMB_FLAGS2_SMB_SECURITY_SIGNATURE) &&
563 ctx->ct_hflags2 |=
566 ctx->ct_hflags2 |= SMB_FLAGS2_SMB_SECURITY_SIGNATURE;
H A Dsmbfs_lib.h164 #define ct_hflags2 ct_work.wk_iods.is_hflags2 macro
H A Dsmbfs_rq.c106 rqp->rq_hflags2 = ctx->ct_hflags2;

Completed in 21 milliseconds