Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/netsmb/
H A Dsmb_dev.h121 #define SMB2_DIALECT_BASE 0x0200 macro
/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_iod.c1542 if (vcp->vc_minver < SMB2_DIALECT_BASE) { in nsmb_iod_negotiate()
1556 vcp->vc_minver >= SMB2_DIALECT_BASE) { in nsmb_iod_negotiate()
H A Dsmb_smb.c151 if (vcp->vc_ssn.ssn_maxver >= SMB2_DIALECT_BASE) in smb_smb_negotiate()