Home
last modified time | relevance | path

Searched refs:SMB_COM_LOGOFF_ANDX (Results 1 – 3 of 3) sorted by relevance

/linux-4.19.296/fs/cifs/
Dtransport.c543 if (in_buf->Command != SMB_COM_LOGOFF_ANDX) in allocate_mid()
Dcifspdu.h64 #define SMB_COM_LOGOFF_ANDX 0x74 /* trivial response */ macro
Dcifssmb.c800 rc = small_smb_init(SMB_COM_LOGOFF_ANDX, 2, NULL, (void **)&pSMB); in CIFSSMBLogoff()