smb_session_send
(void) smb_session_send(sr->session, 0, &sr->reply);
(void) smb_session_send(sr->session, 0, &enc_reply);
rc = smb_session_send(sr->session, 0, &sr->reply);
rc = smb_session_send(o->f_session, 0, &sr->reply);
rc = smb_session_send(sr->session, 0, &sr->reply);
(void) smb_session_send(sr->session, 0, &reply);
if (smb_session_send(sr->session, 0, &sr->reply) == 0)
(void) smb_session_send(sr->session, 0, &reply);
rc = smb_session_send(sr->session, 0, &sr->reply);
(void) smb_session_send(session, NEGATIVE_SESSION_RESPONSE,
return (smb_session_send(session, POSITIVE_SESSION_RESPONSE, NULL));
int smb_session_send(smb_session_t *, uint8_t type, mbuf_chain_t *);