Home
last modified time | relevance | path

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

/external/usrsctp/usrsctplib/netinet/
Dsctp_output.c12543 struct sctp_stream_reset_out_request *req_out; local
12551 req_out = (struct sctp_stream_reset_out_request *)((caddr_t)ch + len);
12570 req_out->ph.param_type = htons(SCTP_STR_RESET_OUT_REQUEST);
12571 req_out->ph.param_length = htons(len);
12572 req_out->request_seq = htonl(seq);
12573 req_out->response_seq = htonl(resp_seq);
12574 req_out->send_reset_at_tsn = htonl(last_sent);
12581 req_out->list_of_streams[at] = htons(i);
12600 req_out->list_of_streams[number_entries] = 0;
Dsctp_input.c4467 struct sctp_stream_reset_out_request *req_out; local
4472 req_out = (struct sctp_stream_reset_out_request *)ph;
4475 seq = ntohl(req_out->response_seq);
4481 sctp_handle_str_reset_request_out(stcb, chk, req_out, trunc);