Searched refs:pByteArea (Results 1 – 4 of 4) sorted by relevance
764 bcc_ptr = pByteArea(smb_buf); in sess_auth_lanman()874 bcc_ptr = pByteArea(smb_buf); in sess_auth_ntlm()982 bcc_ptr = pByteArea(smb_buf); in sess_auth_ntlmv2()1108 bcc_ptr = pByteArea(smb_buf); in sess_auth_kerberos()1260 bcc_ptr = pByteArea(smb_buf); in sess_auth_rawntlmssp_negotiate()1350 bcc_ptr = pByteArea(smb_buf); in sess_auth_rawntlmssp_authenticate()
443 #define pByteArea(smb_var) (BCC(smb_var) + 2) macro
4434 bcc_ptr = pByteArea(smb_buffer_response); in CIFSTCon()
6268 end_of_smb = (char *)pByteArea(&pSMBr->hdr) + get_bcc(&pSMBr->hdr); in CIFSSMBQAllEAs()