Home
last modified time | relevance | path

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

/external/curl/lib/
Dsmb.h64 #define SMB_COM_CLOSE 0x04 macro
Dsmb.c546 return smb_send_message(conn, SMB_COM_CLOSE, &msg, sizeof(msg)); in smb_send_close()
/external/curl/tests/python_dependencies/impacket/
Dsmb.py2189 SMB_COM_CLOSE = 0x04 variable in SMB
2840 closeFile = SMBCommand(SMB.SMB_COM_CLOSE)
2847 if smb.isValidAnswer(SMB.SMB_COM_CLOSE):
Dsmbserver.py1279 respSMBCommand = smb.SMBCommand(smb.SMB.SMB_COM_CLOSE)
3648 smb.SMB.SMB_COM_CLOSE: self.__smbCommandsHandler.smbComClose,