Searched refs:smb_request (Results 1 – 1 of 1) sorted by relevance
174 struct smb_request { struct207 struct smb_request *req = conn->data->req.protop; in request_state()234 struct smb_request *req; in smb_setup_connection()237 conn->data->req.protop = req = calloc(1, sizeof(struct smb_request)); in smb_setup_connection()345 struct smb_request *req = conn->data->req.protop; in smb_format_message()508 struct smb_request *req = conn->data->req.protop; in smb_send_open()538 struct smb_request *req = conn->data->req.protop; in smb_send_close()559 struct smb_request *req = conn->data->req.protop; in smb_send_read()578 struct smb_request *req = conn->data->req.protop; in smb_send_write()741 struct smb_request *req = conn->data->req.protop; in smb_request_state()[all …]