Searched refs:smb_session_send (Results 1 – 6 of 6) sorted by relevance
/titanic_50/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_echo.c | 114 (void) smb_session_send(sr->session, 0, &reply); in smb_com_echo()
|
H A D | smb_session.c | 124 smb_session_send(smb_session_t *session, uint8_t nbt_type, mbuf_chain_t *mbc) in smb_session_send() function 277 (void) smb_session_send(session, NEGATIVE_SESSION_RESPONSE, in smb_netbios_session_request() 301 return (smb_session_send(session, POSITIVE_SESSION_RESPONSE, NULL)); in smb_netbios_session_request() 1456 (void) smb_session_send(session, 0, mbc); in smb_session_oplock_break()
|
H A D | smb2_dispatch.c | 1085 if (smb_session_send(sr->session, 0, &sr->reply) == 0) in smb2_send_reply()
|
H A D | smb_dispatch.c | 1035 if (smb_session_send(sr->session, 0, &sr->reply) == 0) in smbsr_send_reply()
|
H A D | smb_common_transact.c | 956 (void) smb_session_send(sr->session, 0, &reply); in smb_trans_net_share_enum()
|
/titanic_50/usr/src/uts/common/smbsrv/ |
H A D | smb_kproto.h | 654 int smb_session_send(smb_session_t *, uint8_t type, mbuf_chain_t *);
|