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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cifs/
H A Dsess.c890 bcc_ptr = pByteArea(smb_buf);
H A Dcifspdu.h421 #define pByteArea(smb_var) ((unsigned char *)(smb_var) + sizeof(struct smb_hdr) + (2 * (smb_var)->WordCount) + 2) macro
H A Dconnect.c2876 bcc_ptr = pByteArea(smb_buffer_response);
H A Dcifssmb.c5541 end_of_smb = (char *)pByteArea(&pSMBr->hdr) + BCC(&pSMBr->hdr);

Completed in 90 milliseconds