Searched refs:smb_session_send (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_echo.c | 108 (void) smb_session_send(sr->session, 0, &reply); in smb_com_echo()
|
H A D | smb_session.c | 122 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 D | smb_dispatch.c | 941 if (smb_session_send(sr->session, 0, &sr->reply) == 0) in smbsr_send_reply()
|
H A D | smb_common_transact.c | 945 (void) smb_session_send(sr->session, 0, &reply); in smb_trans_net_share_enum()
|
/titanic_44/usr/src/uts/common/smbsrv/ |
H A D | smb_kproto.h | 584 int smb_session_send(smb_session_t *, uint8_t type, mbuf_chain_t *);
|