Home
last modified time | relevance | path

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

/external/curl/lib/
Dsmb.h67 #define SMB_COM_TREE_DISCONNECT 0x71 macro
Dsmb.c555 return smb_send_message(conn, SMB_COM_TREE_DISCONNECT, &msg, sizeof(msg)); in smb_send_tree_disconnect()
/external/curl/tests/python_dependencies/impacket/
Dsmb.py2236 SMB_COM_TREE_DISCONNECT = 0x71 variable in SMB
2755 smb.addCommand(SMBCommand(SMB.SMB_COM_TREE_DISCONNECT))
Dsmbserver.py1804 respSMBCommand = smb.SMBCommand(smb.SMB.SMB_COM_TREE_DISCONNECT)
3634 smb.SMB.SMB_COM_TREE_DISCONNECT: self.__smbCommandsHandler.smbComTreeDisconnect,