Searched refs:SMB2_HDRLEN (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/smb-759.0/kernel/netsmb/
H A Dsmb_packets_2.h31 #define SMB2_HDRLEN 64 macro
H A Dsmb_smb_2.c1111 maxtokenlen = vcp->vc_txmax - (SMB2_HDRLEN); /* %%% To Do - is this right? */
1240 sec_buf_offset -= SMB2_HDRLEN;
1357 input_buffer_offset = SMB2_HDRLEN;
1407 input_buffer_offset = SMB2_HDRLEN;
2183 output_buffer_offset -= SMB2_HDRLEN;
2574 *ret_context_offset -= SMB2_HDRLEN;
4215 ret_output_offset -= SMB2_HDRLEN;
4254 ret_output_offset -= SMB2_HDRLEN;
4715 sec_buf_offset -= SMB2_HDRLEN;
4793 output_buf_offset -= SMB2_HDRLEN;
[all...]
H A Dsmb_rq_2.c819 mb_put_uint16le(mbp, SMB2_HDRLEN); /* Struct Size */
843 mb_put_uint16le(mbp, SMB2_HDRLEN); /* Struct Size */
H A Dsmb_crypt.c754 if (mb_len < SMB2_HDRLEN) {
785 if (remaining < SMB2_HDRLEN) {
987 if (mb_len < SMB2_HDRLEN) {
1018 if (remaining < SMB2_HDRLEN) {
H A Dsmb_iod.c697 * Note: Ideally we would simply pullup SMB2_HDRLEN bytes,
699 * messages less than 64 bytes (SMB2_HDRLEN). Once we
701 * SMB2_HDRLEN bytes, and remove the additional pullup
728 if (mbuf_pullup(&m, SMB2_HDRLEN))

Completed in 190 milliseconds