Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsctp_output.c11756 struct sctp_stream_reset_out_request *req_out; in sctp_add_stream_reset_out() local
11764 req_out = (struct sctp_stream_reset_out_request *)((caddr_t)ch + len); in sctp_add_stream_reset_out()
11783 req_out->ph.param_type = htons(SCTP_STR_RESET_OUT_REQUEST); in sctp_add_stream_reset_out()
11784 req_out->ph.param_length = htons(len); in sctp_add_stream_reset_out()
11785 req_out->request_seq = htonl(seq); in sctp_add_stream_reset_out()
11786 req_out->response_seq = htonl(resp_seq); in sctp_add_stream_reset_out()
11787 req_out->send_reset_at_tsn = htonl(last_sent); in sctp_add_stream_reset_out()
11794 req_out->list_of_streams[at] = htons(i); in sctp_add_stream_reset_out()
11813 req_out->list_of_streams[number_entries] = 0; in sctp_add_stream_reset_out()
H A Dsctp_input.c4035 struct sctp_stream_reset_out_request *req_out; in sctp_handle_stream_reset() local
4040 req_out = (struct sctp_stream_reset_out_request *)ph; in sctp_handle_stream_reset()
4043 seq = ntohl(req_out->response_seq); in sctp_handle_stream_reset()
4049 sctp_handle_str_reset_request_out(stcb, chk, req_out, trunc); in sctp_handle_stream_reset()