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

/illumos-gate/usr/src/lib/libsmbfs/smb/
H A Dnegprot.c132 ctx->ct_hflags2 =
146 ctx->ct_hflags2 |= SMB_FLAGS2_EXT_SEC;
301 ctx->ct_hflags2 &= ~SMB_FLAGS2_UNICODE;
320 ctx->ct_hflags2 &= ~SMB_FLAGS2_ERR_STATUS;
368 ctx->ct_hflags2 &= ~SMB_FLAGS2_EXT_SEC;
H A Dssnsetup.c137 (ctx->ct_hflags2 & SMB_FLAGS2_SECURITY_SIGNATURE) == 0) {
142 ctx->ct_hflags2 |= SMB_FLAGS2_SECURITY_SIGNATURE;
193 (ctx->ct_hflags2 & SMB_FLAGS2_SECURITY_SIGNATURE) == 0) {
198 ctx->ct_hflags2 |= SMB_FLAGS2_SECURITY_SIGNATURE;
300 uc = ctx->ct_hflags2 & SMB_FLAGS2_UNICODE;
H A Dkrb5ssp.c272 ctx->ct_hflags2 |= SMB_FLAGS2_SECURITY_SIGNATURE;
409 if ((ctx->ct_hflags2 & SMB_FLAGS2_SECURITY_SIGNATURE) &&
H A Dntlmssp.c260 ctx->ct_hflags2 |= SMB_FLAGS2_SECURITY_SIGNATURE;
632 if ((ctx->ct_hflags2 & SMB_FLAGS2_SECURITY_SIGNATURE) &&
H A Drq.c102 rqp->rq_hflags2 = ctx->ct_hflags2;
/illumos-gate/usr/src/lib/libsmbfs/netsmb/
H A Dsmb_lib.h149 #define ct_hflags2 ct_work.wk_iods.is_hflags2 macro

Completed in 63 milliseconds