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

/linux-master/fs/smb/client/
H A Dmisc.c316 if (smb->Flags & SMBFLG_RESPONSE)
429 (pSMB->hdr.Flags & SMBFLG_RESPONSE)) {
462 if (pSMB->hdr.Flags & SMBFLG_RESPONSE) {
H A Dcifspdu.h164 #define SMBFLG_RESPONSE 0x80 /* this PDU is a response from server */ macro
/linux-master/fs/smb/server/
H A Dsmb_common.h163 #define SMBFLG_RESPONSE 0x80 /* this PDU is a response from server */ macro
H A Dsmb_common.c328 rsp_hdr->Flags = SMBFLG_RESPONSE;

Completed in 223 milliseconds