Searched refs:pByteArea (Results 1 – 3 of 3) sorted by relevance
499 bcc_ptr = pByteArea(smb_buf); in sess_auth_ntlmv2()625 bcc_ptr = pByteArea(smb_buf); in sess_auth_kerberos()783 bcc_ptr = pByteArea(smb_buf); in sess_auth_rawntlmssp_negotiate()878 bcc_ptr = pByteArea(smb_buf); in sess_auth_rawntlmssp_authenticate()
313 #define pByteArea(smb_var) (BCC(smb_var) + 2) macro
616 bcc_ptr = pByteArea(smb_buffer_response); in CIFSTCon()6254 end_of_smb = (char *)pByteArea(&pSMBr->hdr) + get_bcc(&pSMBr->hdr); in CIFSSMBQAllEAs()