Lines Matching refs:pSMB
4839 TCONX_REQ *pSMB;
4860 pSMB = (TCONX_REQ *) smb_buffer;
4863 pSMB->AndXCommand = 0xFF;
4864 pSMB->Flags = cpu_to_le16(TCON_EXTENDED_SECINFO);
4865 bcc_ptr = &pSMB->Password[0];
4867 pSMB->PasswordLength = cpu_to_le16(1); /* minimum */
4872 pSMB->PasswordLength = cpu_to_le16(CIFS_AUTH_RESP_SIZE);
4929 count = bcc_ptr - &pSMB->Password[0];
4930 be32_add_cpu(&pSMB->hdr.smb_buf_length, count);
4931 pSMB->ByteCount = cpu_to_le16(count);