Home
last modified time | relevance | path

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

/titanic_50/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_session.c124 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 Dsmb2_dispatch.c1085 if (smb_session_send(sr->session, 0, &sr->reply) == 0) in smb2_send_reply()
H A Dsmb_dispatch.c1035 if (smb_session_send(sr->session, 0, &sr->reply) == 0) in smbsr_send_reply()
H A Dsmb_common_transact.c956 (void) smb_session_send(sr->session, 0, &reply); in smb_trans_net_share_enum()
/titanic_50/usr/src/uts/common/smbsrv/
H A Dsmb_kproto.h654 int smb_session_send(smb_session_t *, uint8_t type, mbuf_chain_t *);