Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp_output.c11644 struct sctp_stream_reset_out_request *req_out; in sctp_add_stream_reset_out() local
11652 req_out = (struct sctp_stream_reset_out_request *)((caddr_t)ch + len); in sctp_add_stream_reset_out()
11671 req_out->ph.param_type = htons(SCTP_STR_RESET_OUT_REQUEST); in sctp_add_stream_reset_out()
11672 req_out->ph.param_length = htons(len); in sctp_add_stream_reset_out()
11673 req_out->request_seq = htonl(seq); in sctp_add_stream_reset_out()
11674 req_out->response_seq = htonl(resp_seq); in sctp_add_stream_reset_out()
11675 req_out->send_reset_at_tsn = htonl(last_sent); in sctp_add_stream_reset_out()
11682 req_out->list_of_streams[at] = htons(i); in sctp_add_stream_reset_out()
11701 req_out->list_of_streams[number_entries] = 0; in sctp_add_stream_reset_out()
H A Dsctp_input.c4085 struct sctp_stream_reset_out_request *req_out; in sctp_handle_stream_reset() local
4090 req_out = (struct sctp_stream_reset_out_request *)ph; in sctp_handle_stream_reset()
4093 seq = ntohl(req_out->response_seq); in sctp_handle_stream_reset()
4099 sctp_handle_str_reset_request_out(stcb, chk, req_out, trunc); in sctp_handle_stream_reset()