Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb2_sign.c94 if (SMB_DIALECT(vcp) < SMB2_DIALECT_0300) in smb2_sign_init()
111 if (SMB_DIALECT(vcp) < SMB2_DIALECT_0300) { in smb2_sign_init()
H A Dsmb_conn.h116 #define SMB_DIALECT(vcp) ((vcp)->vc_sopt.sv_proto) macro
H A Dsmb_iod.c1769 if (SMB_DIALECT(vcp) >= SMB2_DIALECT_0300) in smb_iod_vc_work()