Home
last modified time | relevance | path

Searched refs:smb_session_send (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_echo.c114 (void) smb_session_send(sr->session, 0, &reply); in smb_com_echo()
H A Dsmb_oplock.c167 rc = smb_session_send(sr->session, 0, &sr->reply); in smb1_oplock_send_break()
H A Dsmb_session.c130 smb_session_send(smb_session_t *session, uint8_t nbt_type, mbuf_chain_t *mbc) in smb_session_send() function
255 (void) smb_session_send(session, NEGATIVE_SESSION_RESPONSE, in smb_netbios_session_request()
279 return (smb_session_send(session, POSITIVE_SESSION_RESPONSE, NULL)); in smb_netbios_session_request()
H A Dsmb2_lease.c528 rc = smb_session_send(sr->session, 0, &sr->reply); in lease_send_any_cn()
539 rc = smb_session_send(o->f_session, 0, &sr->reply); in lease_send_any_cn()
H A Dsmb2_oplock.c321 rc = smb_session_send(sr->session, 0, &sr->reply); in smb2_oplock_send_break()
H A Dsmb2_dispatch.c1458 (void) smb_session_send(sr->session, 0, &sr->reply); in smb2_send_reply()
1483 (void) smb_session_send(sr->session, 0, &enc_reply); in smb2_send_reply()
H A Dsmb_dispatch.c1071 if (smb_session_send(sr->session, 0, &sr->reply) == 0) in smbsr_send_reply()
H A Dsmb_common_transact.c968 (void) smb_session_send(sr->session, 0, &reply); in smb_trans_net_share_enum()
/illumos-gate/usr/src/uts/common/smbsrv/
H A Dsmb_kproto.h661 int smb_session_send(smb_session_t *, uint8_t type, mbuf_chain_t *);