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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/cifs/
H A Dconnect.c2201 bcc_ptr = pByteArea(smb_buffer);
2268 count = (long) bcc_ptr - (long) pByteArea(smb_buffer);
2285 bcc_ptr = pByteArea(smb_buffer_response);
2371 pByteArea(smb_buffer_response)
2554 count = (long) bcc_ptr - (long) pByteArea(smb_buffer);
2576 bcc_ptr = pByteArea(smb_buffer_response);
2704 pByteArea(smb_buffer_response)
2980 count = (long) bcc_ptr - (long) pByteArea(smb_buffer);
3003 bcc_ptr = pByteArea(smb_buffer_response);
3110 (long) pByteArea(smb_buffer_respons
[all...]
H A Dsess.c509 bcc_ptr = pByteArea(smb_buf);
H A Dcifspdu.h366 #define pByteArea(smb_var) ((unsigned char *)smb_var + sizeof(struct smb_hdr) + (2* smb_var->WordCount) + 2 ) macro

Completed in 71 milliseconds