Home
last modified time | relevance | path

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

/external/curl/tests/python_dependencies/impacket/
Dsmb3.py424 negSession['Dialects'] = [SMB2_DIALECT_002, SMB2_DIALECT_21, SMB2_DIALECT_30]
454 if self._Connection['Dialect'] == SMB2_DIALECT_30:
616 … if self._Session['SigningRequired'] is True and self._Connection['Dialect'] == SMB2_DIALECT_30:
622 if self._Connection['Dialect'] == SMB2_DIALECT_30:
743 … if self._Session['SigningRequired'] is True and self._Connection['Dialect'] == SMB2_DIALECT_30:
763 if self._Connection['Dialect'] == SMB2_DIALECT_30:
824 if self._Connection['Dialect'] == SMB2_DIALECT_30:
884 …if self._Connection['Dialect'] == SMB2_DIALECT_30 and self._Connection['SupportsDirectoryLeasing']…
944 if self._Connection['Dialect'] == SMB2_DIALECT_30:
1308 if self.getDialect() == SMB2_DIALECT_30:
[all …]
Dsmb3structs.py70 SMB2_DIALECT_30 = 0x0300 variable