Home
last modified time | relevance | path

Searched refs:smb_mbc_peek (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb2_signing.c278 if (smb_mbc_peek(mbc, offset, "#c", tlen, tmp_hdr) != 0) in smb2_sign_calc_common()
381 if (smb_mbc_peek(mbc, sig_off, "#c", SMB2_SIG_SIZE, req_sig) != 0) in smb2_sign_check_request()
H A Dsmb3_encrypt.c353 if (smb_mbc_peek(in_mbc, 0, "#c", in smb3_decrypt_sr()
549 if (smb_mbc_peek(out_mbc, 0, "#c", in smb3_encrypt_sr()
H A Dsmb_dispatch.c784 if (smb_mbc_peek(&sr->smb_vwv, sr->smb_vwv.chain_offset, "b.w", in smb1sr_work()
969 (void) smb_mbc_peek(&sr->reply, offset, "b", &temp); in smbsr_check_result()
982 (void) smb_mbc_peek(&sr->reply, offset, "bb", &temp, &temp1); in smbsr_check_result()
H A Dsmb_signing.c276 if (smb_mbc_peek(mbc, offset, "#c", size, hdrp) != 0) in smb_sign_calc()
H A Dsmb2_dispatch.c135 if (smb_mbc_peek(mbc, 0, "l", &magic) != 0) in smb2sr_newrq()
146 if (smb_mbc_peek(mbc, 0, "l", &magic) != 0) in smb2sr_newrq()
H A Dsmb_session.c668 if ((rc = smb_mbc_peek(&sr->command, 0, "l", &magic)) != 0) in smbsr_newrq_initial()
H A Dsmb_mbuf_marshaling.c412 smb_mbc_peek(mbuf_chain_t *mbc, int offset, const char *fmt, ...) in smb_mbc_peek() function
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb_kproto.h403 int smb_mbc_peek(mbuf_chain_t *, int, const char *, ...);