Home
last modified time | relevance | path

Searched refs:smb2_decode_header (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb2_dispatch.c158 if (smb2_decode_header(sr) != 0) in smb2sr_newrq()
518 if ((rc = smb2_decode_header(sr)) != 0) { in smb2sr_work()
1143 if ((smb2_decode_header(sr)) != 0) { in smb2sr_go_async()
1306 (void) smb2_decode_header(sr); in smb2sr_go_async()
1346 smb2_decode_header(smb_request_t *sr) in smb2_decode_header() function
H A Dsmb2_negotiate.c603 rc = smb2_decode_header(sr); in smb2_newrq_negotiate()
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb2_kproto.h52 int smb2_decode_header(smb_request_t *);