Searched refs:ct_vopt (Results 1 - 8 of 8) sorted by relevance

/osnet-11/usr/src/lib/libsmbfs/common/
H A Dsmbfs_negprot.c129 if (ctx->ct_vopt & SMBVOPT_EXT_SEC)
235 else if (ctx->ct_vopt & SMBVOPT_SIGNING_REQUIRED)
H A Dsmbfs_lib.h147 #define ct_vopt ct_iod_ssn.iod_ossn.ssn_vopt macro
H A Dsmbfs_ctx.c211 ctx->ct_vopt = SMBVOPT_EXT_SEC;
683 ctx->ct_vopt |= SMBVOPT_SIGNING_REQUIRED;
685 ctx->ct_vopt &= ~SMBVOPT_SIGNING_REQUIRED;
H A Dsmbfs_file.c170 ctx->ct_vopt &= ~SMBVOPT_EXT_SEC;
187 ctx->ct_vopt &= ~SMBVOPT_EXT_SEC;
H A Dsmbfs_ssnsetup.c161 if (ctx->ct_vopt & SMBVOPT_SIGNING_REQUIRED) {
245 if (ctx->ct_vopt & SMBVOPT_SIGNING_REQUIRED) {
H A Dsmbfs_connect.c471 ctx->ct_vopt &= ~SMBVOPT_EXT_SEC;
H A Dsmbfs_gss.c562 if (ctx->ct_vopt & SMBVOPT_SIGNING_REQUIRED) {
H A Dsmbfs_ntlmssp.c248 if (ctx->ct_vopt & SMBVOPT_SIGNING_REQUIRED) {

Completed in 32 milliseconds