Searched defs:smb_session_send (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_session.c124 smb_session_send(smb_session_t *session, uint8_t nbt_type, mbuf_chain_t *mbc) function
277 (void) smb_session_send(session, NEGATIVE_SESSION_RESPONSE,
301 return (smb_session_send(session, POSITIVE_SESSION_RESPONSE, NULL));
1456 (void) smb_session_send(session, 0, mbc);

Completed in 60 milliseconds