Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb2_sign.c95 if (SMB_DIALECT(vcp) < SMB2_DIALECT_0300) in smb2_sign_init()
113 if (SMB_DIALECT(vcp) < SMB2_DIALECT_0300) { in smb2_sign_init()
124 if (SMB_DIALECT(vcp) >= SMB2_DIALECT_0311) { in smb2_sign_init()
H A Dsmb3_crypt.c117 if (SMB_DIALECT(vcp) >= SMB2_DIALECT_0311) { in nsmb_crypt_init_keys()
H A Dsmb_conn.h116 #define SMB_DIALECT(vcp) ((vcp)->vc_sopt.sv_proto) macro
H A Dsmb_iod.c1784 if (SMB_DIALECT(vcp) >= SMB2_DIALECT_0300) in smb_iod_vc_work()