diff options
author | Randall Stewart <rrs@FreeBSD.org> | 2012-03-29 13:36:53 +0000 |
---|---|---|
committer | Randall Stewart <rrs@FreeBSD.org> | 2012-03-29 13:36:53 +0000 |
commit | c4e848b770916a7f6b1d1f1c055b917de147d70d (patch) | |
tree | e8748765c084ea52a09c31941d048f7e99380b2a /sys/netinet/sctp_output.h | |
parent | 7fb26c47df8edff4159a1052ca46eff3d921b6f1 (diff) |
Notes
Diffstat (limited to 'sys/netinet/sctp_output.h')
-rw-r--r-- | sys/netinet/sctp_output.h | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/sys/netinet/sctp_output.h b/sys/netinet/sctp_output.h index 01b282129d72d..ba30947f475e6 100644 --- a/sys/netinet/sctp_output.h +++ b/sys/netinet/sctp_output.h @@ -194,15 +194,13 @@ sctp_add_stream_reset_result_tsn(struct sctp_tmit_chunk *chk, int sctp_send_str_reset_req(struct sctp_tcb *stcb, - int number_entries, - uint16_t * list, + int number_entries, uint16_t * list, uint8_t send_out_req, - uint32_t resp_seq, uint8_t send_in_req, uint8_t send_tsn_req, - uint8_t add_str, - uint16_t adding); - + uint8_t add_stream, + uint16_t adding_o, + uint16_t adding_i, uint8_t from_peer); void sctp_send_abort(struct mbuf *, int, struct sctphdr *, uint32_t, |