Home
last modified time | relevance | path

Searched refs:SMB_CAP_EXT_SECURITY (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/lib/libsmbfs/smb/
H A Dssnsetup.c91 if (ctx->ct_clnt_caps & SMB_CAP_EXT_SECURITY) { in smb_ssnsetup_null()
121 if (ctx->ct_clnt_caps & SMB_CAP_EXT_SECURITY) { in smb_ssnsetup_ntlm1()
171 if (ctx->ct_clnt_caps & SMB_CAP_EXT_SECURITY) { in smb_ssnsetup_ntlm2()
318 if (caps & SMB_CAP_EXT_SECURITY) { in smb__ssnsetup()
387 if (caps & SMB_CAP_EXT_SECURITY) { in smb__ssnsetup()
H A Dnegprot.c96 SMB_CAP_EXT_SECURITY;
340 if (sv->sv_caps & SMB_CAP_EXT_SECURITY) { in smb_negprot()
H A Dconnect.c481 ctx->ct_clnt_caps &= ~SMB_CAP_EXT_SECURITY; in smb_iod_connect()
492 if (ctx->ct_clnt_caps & SMB_CAP_EXT_SECURITY) { in smb_iod_connect()
/titanic_44/usr/src/uts/common/netsmb/
H A Dsmb.h152 #define SMB_CAP_EXT_SECURITY 0x80000000 macro