Home
last modified time | relevance | path

Searched refs:req_out (Results 1 – 3 of 3) sorted by relevance

/third_party/libuv/src/win/
Dpipe.c1452 uv_write_t** req_out, in uv__build_coalesced_write_req() argument
1503 *req_out = &coalesced_write_req->req; in uv__build_coalesced_write_req()
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_output.c12446 struct sctp_stream_reset_out_request *req_out; local
12454 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;
Dsctp_input.c4461 struct sctp_stream_reset_out_request *req_out; local
4466 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);