Searched refs:smb_request (Results 1 – 1 of 1) sorted by relevance
175 struct smb_request { struct208 struct smb_request *req = conn->data->req.protop; in request_state()235 struct smb_request *req; in smb_setup_connection()238 conn->data->req.protop = req = calloc(1, sizeof(struct smb_request)); in smb_setup_connection()346 struct smb_request *req = conn->data->req.protop; in smb_format_message()509 struct smb_request *req = conn->data->req.protop; in smb_send_open()539 struct smb_request *req = conn->data->req.protop; in smb_send_close()560 struct smb_request *req = conn->data->req.protop; in smb_send_read()579 struct smb_request *req = conn->data->req.protop; in smb_send_write()740 struct smb_request *req = conn->data->req.protop; in smb_request_state()[all …]