Searched refs:smb2_encode_header (Results 1 – 6 of 6) sorted by relevance
| /illumos-gate/usr/src/uts/common/fs/smbsrv/ |
| H A D | smb2_dispatch.c | 569 if ((rc = smb2_encode_header(sr, B_FALSE)) != 0) { in smb2sr_work() 988 (void) smb2_encode_header(sr, B_TRUE); in smb2sr_work() 1115 if ((smb2_encode_header(sr, B_FALSE)) != 0) { in smb2sr_send_interim() 1154 (void) smb2_encode_header(sr, B_TRUE); in smb2sr_send_interim() 1254 (void) smb2_encode_header(sr, B_FALSE); in smb2sr_go_async_indefinite() 1302 smb2_encode_header(smb_request_t *sr, boolean_t overwrite) in smb2_encode_header() function
|
| H A D | smb2_negotiate.c | 766 (void) smb2_encode_header(sr, B_FALSE); in smb1_negotiate_smb2() 771 (void) smb2_encode_header(sr, B_TRUE); in smb1_negotiate_smb2() 882 (void) smb2_encode_header(sr, B_FALSE); in smb2_newrq_negotiate() 958 (void) smb2_encode_header(sr, B_TRUE); in smb2_newrq_negotiate()
|
| H A D | smb2_change_notify.c | 194 (void) smb2_encode_header(sr, B_TRUE); in smb2_change_notify_finish()
|
| H A D | smb2_oplock.c | 252 (void) smb2_encode_header(sr, B_FALSE); in smb2_oplock_break_notification()
|
| H A D | smb2_lease.c | 484 (void) smb2_encode_header(sr, B_FALSE); in smb2_lease_break_notification()
|
| /illumos-gate/usr/src/uts/common/smbsrv/ |
| H A D | smb2_kproto.h | 55 int smb2_encode_header(smb_request_t *, boolean_t);
|