Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb2_negotiate.c505 uint16_t smb2_version; in smb1_negotiate_smb2() local
518 smb2_version = SMB_VERS_2_002; in smb1_negotiate_smb2()
519 s->dialect = smb2_version; in smb1_negotiate_smb2()
529 smb2_version = 0x2FF; in smb1_negotiate_smb2()
553 if (smb2_negotiate_common(sr, smb2_version) != 0) in smb1_negotiate_smb2()