Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb2_sign.c106 if (SMB_DIALECT(vcp) < SMB2_DIALECT_0300) in smb2_sign_init()
123 if (SMB_DIALECT(vcp) < SMB2_DIALECT_0300) { in smb2_sign_init()
H A Dsmb_conn.h115 #define SMB_DIALECT(vcp) ((vcp)->vc_sopt.sv_proto) macro