Searched refs:SMB_COM_TREE_CONNECT_ANDX (Results 1 - 4 of 4) sorted by relevance

/external/curl/lib/
H A Dsmb.h69 #define SMB_COM_TREE_CONNECT_ANDX 0x75 macro
H A Dsmb.c499 return smb_send_message(conn, SMB_COM_TREE_CONNECT_ANDX, &msg,
/external/curl/tests/python_dependencies/impacket/
H A Dsmb.py1431 ############# SMB_COM_TREE_CONNECT_ANDX (0x75)
2240 SMB_COM_TREE_CONNECT_ANDX = 0x75 variable in class:SMB
2612 LOG.warning("[MS-CIFS] This is an original Core Protocol command.This command has been deprecated.Client Implementations SHOULD use SMB_COM_TREE_CONNECT_ANDX")
2683 treeConnect = SMBCommand(SMB.SMB_COM_TREE_CONNECT_ANDX)
2712 if smb.isValidAnswer(SMB.SMB_COM_TREE_CONNECT_ANDX):
H A Dsmbserver.py2136 respSMBCommand = smb.SMBCommand(smb.SMB.SMB_COM_TREE_CONNECT_ANDX)
3633 smb.SMB.SMB_COM_TREE_CONNECT_ANDX: self.__smbCommandsHandler.smbComTreeConnectAndX,

Completed in 218 milliseconds