Searched refs:SMB_COM_CLOSE (Results 1 – 4 of 4) sorted by relevance
64 #define SMB_COM_CLOSE 0x04 macro
546 return smb_send_message(conn, SMB_COM_CLOSE, &msg, sizeof(msg)); in smb_send_close()
2189 SMB_COM_CLOSE = 0x04 variable in SMB2840 closeFile = SMBCommand(SMB.SMB_COM_CLOSE)2847 if smb.isValidAnswer(SMB.SMB_COM_CLOSE):
1279 respSMBCommand = smb.SMBCommand(smb.SMB.SMB_COM_CLOSE)3648 smb.SMB.SMB_COM_CLOSE: self.__smbCommandsHandler.smbComClose,