Searched refs:req_out (Results 1 – 3 of 3) sorted by relevance
1452 uv_write_t** req_out, in uv__build_coalesced_write_req() argument1503 *req_out = &coalesced_write_req->req; in uv__build_coalesced_write_req()
12446 struct sctp_stream_reset_out_request *req_out; local12454 req_out = (struct sctp_stream_reset_out_request *)((caddr_t)ch + len);12473 req_out->ph.param_type = htons(SCTP_STR_RESET_OUT_REQUEST);12474 req_out->ph.param_length = htons(len);12475 req_out->request_seq = htonl(seq);12476 req_out->response_seq = htonl(resp_seq);12477 req_out->send_reset_at_tsn = htonl(last_sent);12484 req_out->list_of_streams[at] = htons(i);12503 req_out->list_of_streams[number_entries] = 0;
4461 struct sctp_stream_reset_out_request *req_out; local4466 req_out = (struct sctp_stream_reset_out_request *)ph;4469 seq = ntohl(req_out->response_seq);4475 sctp_handle_str_reset_request_out(stcb, chk, req_out, trunc);