Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_negotiate.c393 if (negprot->ni_dialect < dialect) { in smb_pre_negotiate()
394 negprot->ni_dialect = dialect; in smb_pre_negotiate()
451 if (negprot->ni_dialect >= DIALECT_SMB2002) { in smb_com_negotiate()
473 switch (negprot->ni_dialect) { in smb_com_negotiate()
644 session->dialect = negprot->ni_dialect; in smb_com_negotiate()
H A Dsmb2_negotiate.c516 switch (negprot->ni_dialect) { in smb1_negotiate_smb2()
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb_ktypes.h739 int ni_dialect; member