Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/smbsrv/
H A Dsmb2_negotiate.c57 static uint16_t smb2_versions[] = { variable
62 sizeof (smb2_versions) / sizeof (smb2_versions[0]);
72 if (version == smb2_versions[i]) in smb2_supported_version()