Home
last modified time | relevance | path

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

/external/curl/tests/python_dependencies/impacket/
Dsmb3.py286 … self._Connection['Dialect'] == SMB2_DIALECT_21 or self._Connection['Dialect'] == SMB2_DIALECT_002:
424 negSession['Dialects'] = [SMB2_DIALECT_002, SMB2_DIALECT_21, SMB2_DIALECT_30]
1005 …if self._Connection['Dialect'] != SMB2_DIALECT_002 and self._Connection['SupportsMultiCredit'] is …
1047 …if self._Connection['Dialect'] != SMB2_DIALECT_002 and self._Connection['SupportsMultiCredit'] is …
1097 …if self._Connection['Dialect'] != SMB2_DIALECT_002 and self._Connection['SupportsMultiCredit'] is …
Dsmb3structs.py68 SMB2_DIALECT_002 = 0x0202 variable
Dsmbserver.py2524 respSMBCommand['DialectRevision'] = smb2.SMB2_DIALECT_002
2529 respSMBCommand['DialectRevision'] = smb2.SMB2_DIALECT_002
3507 validateNegotiateInfo['Dialects'] = (smb2.SMB2_DIALECT_002,)