diff options
author | Michael Tuexen <tuexen@FreeBSD.org> | 2019-09-01 10:09:53 +0000 |
---|---|---|
committer | Michael Tuexen <tuexen@FreeBSD.org> | 2019-09-01 10:09:53 +0000 |
commit | 6182677fb3535c9876508c198ffe6d6b7b8e80f7 (patch) | |
tree | 8b875284b1c737ce78c653601104bf4269e07e3c /sys/netinet/sctp_output.h | |
parent | 1c9c1f590345a57e97193cf29b84b8c35d4d1409 (diff) | |
download | src-test2-6182677fb3535c9876508c198ffe6d6b7b8e80f7.tar.gz src-test2-6182677fb3535c9876508c198ffe6d6b7b8e80f7.zip |
Notes
Diffstat (limited to 'sys/netinet/sctp_output.h')
-rw-r--r-- | sys/netinet/sctp_output.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/sctp_output.h b/sys/netinet/sctp_output.h index 1b3d22d92a26..6d78cf90bb4f 100644 --- a/sys/netinet/sctp_output.h +++ b/sys/netinet/sctp_output.h @@ -92,11 +92,11 @@ sctp_send_initiate_ack(struct sctp_inpcb *, struct sctp_tcb *, struct mbuf * sctp_arethere_unrecognized_parameters(struct mbuf *, int, int *, - struct sctp_chunkhdr *, int *); + struct sctp_chunkhdr *, int *, int *); void sctp_queue_op_err(struct sctp_tcb *, struct mbuf *); int -sctp_send_cookie_echo(struct mbuf *, int, struct sctp_tcb *, +sctp_send_cookie_echo(struct mbuf *, int, int, struct sctp_tcb *, struct sctp_nets *); void sctp_send_cookie_ack(struct sctp_tcb *); |