Searched refs:SMB2_HDR_SIZE (Results 1 – 11 of 11) sorted by relevance
375 if ((msg_len & 7) != 0 || (msg_len < SMB2_HDR_SIZE) || in smb2sr_work()557 sr->smb_data.chain_offset = sr->smb2_cmd_hdr + SMB2_HDR_SIZE; in smb2sr_work()830 ASSERT(ar->ar_cmd_len >= SMB2_HDR_SIZE); in smb2sr_do_async()832 sr->smb2_cmd_hdr + SMB2_HDR_SIZE, in smb2sr_do_async()833 ar->ar_cmd_len - SMB2_HDR_SIZE); in smb2sr_do_async()1015 if (hdr_len != SMB2_HDR_SIZE) in smb2_decode_header()1051 SMB2_HDR_SIZE, /* w */ in smb2_encode_header()1065 SMB2_HDR_SIZE, /* w */ in smb2_encode_header()1140 sr->reply.chain_offset = sr->smb2_reply_hdr + SMB2_HDR_SIZE; in smb2sr_put_error_data()
144 if (InputOffset < (SMB2_HDR_SIZE + 56)) { in smb2_ioctl()177 InputOffset = SMB2_HDR_SIZE + 48; in smb2_ioctl()
159 uint8_t tmp_hdr[SMB2_HDR_SIZE]; in smb2_sign_calc()179 tlen = SMB2_HDR_SIZE; in smb2_sign_calc()
132 DataOff = SMB2_HDR_SIZE + 8; in smb2_query_info()
135 DataOff = SMB2_HDR_SIZE + 8; in smb2_change_notify_async()
88 SecBufOffset = SMB2_HDR_SIZE + 8; in smb2_session_setup()
135 DataOff = SMB2_HDR_SIZE + 16; in smb2_read()
149 DataOff = SMB2_HDR_SIZE + 16; in smb2_write()
224 (sr->smb2_cmd_hdr + SMB2_HDR_SIZE + 24)); in smb2_lock_exec()
252 DataOff = SMB2_HDR_SIZE + 8; in smb2_query_dir()
24 #define SMB2_HDR_SIZE 64 macro