Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/smbsrv/
H A Dsmb2_negotiate.c23 static int smb2_negotiate_common(smb_request_t *, uint16_t);
151 rc = smb2_negotiate_common(sr, smb2_version); in smb1_negotiate_smb2()
234 rc = smb2_negotiate_common(sr, best_version); in smb2_newrq_negotiate()
247 smb2_negotiate_common(smb_request_t *sr, uint16_t version) in smb2_negotiate_common() function