summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctp_output.h
diff options
context:
space:
mode:
authorrrs <rrs@FreeBSD.org>2009-02-20 15:03:54 +0000
committerrrs <rrs@FreeBSD.org>2009-02-20 15:03:54 +0000
commitfedf85598960cec3b904b5a11185a96887e1f922 (patch)
tree9c34a30433ed20d140768759bdac33b2130a9392 /sys/netinet/sctp_output.h
parentc271f8f194572e316996f807a7b9022039adb6f5 (diff)
downloadFreeBSD-src-fedf85598960cec3b904b5a11185a96887e1f922.zip
FreeBSD-src-fedf85598960cec3b904b5a11185a96887e1f922.tar.gz
Add the add-stream capability. Still needs more
testing.. MFC after: 1 month
Diffstat (limited to 'sys/netinet/sctp_output.h')
-rw-r--r--sys/netinet/sctp_output.h10
1 files changed, 7 insertions, 3 deletions
diff --git a/sys/netinet/sctp_output.h b/sys/netinet/sctp_output.h
index 898f554..8a8a064 100644
--- a/sys/netinet/sctp_output.h
+++ b/sys/netinet/sctp_output.h
@@ -192,10 +192,14 @@ 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,
- uint8_t send_out_req, uint32_t resp_seq,
+ 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 send_tsn_req,
+ uint8_t add_str,
+ uint16_t adding);
void
OpenPOWER on IntegriCloud