Searched refs:SMB2_HDR_SIZE (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb2_ioctl.c144 if (InputOffset < (SMB2_HDR_SIZE + 56)) {
177 InputOffset = SMB2_HDR_SIZE + 48;
H A Dsmb2_change_notify.c135 DataOff = SMB2_HDR_SIZE + 8;
H A Dsmb2_query_info.c132 DataOff = SMB2_HDR_SIZE + 8;
H A Dsmb2_read.c135 DataOff = SMB2_HDR_SIZE + 16;
H A Dsmb2_session_setup.c88 SecBufOffset = SMB2_HDR_SIZE + 8;
H A Dsmb2_write.c149 DataOff = SMB2_HDR_SIZE + 16;
H A Dsmb2_dispatch.c375 if ((msg_len & 7) != 0 || (msg_len < SMB2_HDR_SIZE) ||
557 sr->smb_data.chain_offset = sr->smb2_cmd_hdr + SMB2_HDR_SIZE;
830 ASSERT(ar->ar_cmd_len >= SMB2_HDR_SIZE);
832 sr->smb2_cmd_hdr + SMB2_HDR_SIZE,
833 ar->ar_cmd_len - SMB2_HDR_SIZE);
1015 if (hdr_len != SMB2_HDR_SIZE)
1051 SMB2_HDR_SIZE, /* w */
1065 SMB2_HDR_SIZE, /* w */
1140 sr->reply.chain_offset = sr->smb2_reply_hdr + SMB2_HDR_SIZE;
H A Dsmb2_signing.c159 uint8_t tmp_hdr[SMB2_HDR_SIZE];
179 tlen = SMB2_HDR_SIZE;
208 * (typically SMB2_HDR_SIZE)
H A Dsmb2_lock.c224 (sr->smb2_cmd_hdr + SMB2_HDR_SIZE + 24));
H A Dsmb2_query_dir.c252 DataOff = SMB2_HDR_SIZE + 8;
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb2.h24 #define SMB2_HDR_SIZE 64 macro

Completed in 95 milliseconds