smb_mbc_peek
if (smb_mbc_peek(mbc, 0, "l", &magic) != 0)
if (smb_mbc_peek(mbc, 0, "l", &magic) != 0)
if (smb_mbc_peek(mbc, offset, "#c", tlen, tmp_hdr) != 0)
if (smb_mbc_peek(mbc, sig_off, "#c", SMB2_SIG_SIZE, req_sig) != 0)
if (smb_mbc_peek(in_mbc, 0, "#c",
if (smb_mbc_peek(out_mbc, 0, "#c",
if (smb_mbc_peek(&sr->smb_vwv, sr->smb_vwv.chain_offset, "b.w",
(void) smb_mbc_peek(&sr->reply, offset, "b", &temp);
(void) smb_mbc_peek(&sr->reply, offset, "bb", &temp, &temp1);
if ((rc = smb_mbc_peek(&sr->command, 0, "l", &magic)) != 0)
if (smb_mbc_peek(mbc, offset, "#c", size, hdrp) != 0)
int smb_mbc_peek(mbuf_chain_t *, int, const char *, ...);