summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctp_output.h
diff options
context:
space:
mode:
authortuexen <tuexen@FreeBSD.org>2012-06-12 13:15:27 +0000
committertuexen <tuexen@FreeBSD.org>2012-06-12 13:15:27 +0000
commit45eb5de175896f9ad56034f23bea19fb9ebc411b (patch)
treef10f94ff205cc94318e4e5d3eb739b28a1cc408b /sys/netinet/sctp_output.h
parent13591e0a79328bfb8122c715223b2d2a31e8f415 (diff)
downloadFreeBSD-src-45eb5de175896f9ad56034f23bea19fb9ebc411b.zip
FreeBSD-src-45eb5de175896f9ad56034f23bea19fb9ebc411b.tar.gz
Unify the sending of ABORT, SHUTDOWN-COMPLETE and ERROR chunks.
While there: Fix also some minor bugs and prepare for SCTP/DTLS. MFC after: 3 days
Diffstat (limited to 'sys/netinet/sctp_output.h')
-rw-r--r--sys/netinet/sctp_output.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/netinet/sctp_output.h b/sys/netinet/sctp_output.h
index 087d2c0..43d4cce 100644
--- a/sys/netinet/sctp_output.h
+++ b/sys/netinet/sctp_output.h
@@ -204,7 +204,9 @@ void
sctp_send_abort(struct mbuf *, int, struct sctphdr *, uint32_t,
struct mbuf *, uint32_t, uint16_t);
-void sctp_send_operr_to(struct mbuf *, int, struct mbuf *, uint32_t, uint32_t, uint16_t);
+void
+sctp_send_operr_to(struct mbuf *, struct sctphdr *, uint32_t,
+ struct mbuf *, uint32_t, uint16_t);
#endif /* _KERNEL || __Userspace__ */
OpenPOWER on IntegriCloud