Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/fs/smbsrv/
H A Dsmb_echo.c108 (void) smb_session_send(sr->session, 0, &reply); in smb_com_echo()
H A Dsmb_session.c122 smb_session_send(smb_session_t *session, uint8_t type, mbuf_chain_t *mbc) in smb_session_send() function
236 (void) smb_session_send(session, NEGATIVE_SESSION_RESPONSE, in smb_session_request()
260 return (smb_session_send(session, POSITIVE_SESSION_RESPONSE, NULL)); in smb_session_request()
1450 (void) smb_session_send(session, 0, mbc); in smb_session_oplock_break()
H A Dsmb_dispatch.c941 if (smb_session_send(sr->session, 0, &sr->reply) == 0) in smbsr_send_reply()
H A Dsmb_common_transact.c945 (void) smb_session_send(sr->session, 0, &reply); in smb_trans_net_share_enum()
/titanic_44/usr/src/uts/common/smbsrv/
H A Dsmb_kproto.h584 int smb_session_send(smb_session_t *, uint8_t type, mbuf_chain_t *);