aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/sctp_pcb.h
diff options
context:
space:
mode:
authorMichael Tuexen <tuexen@FreeBSD.org>2016-04-30 14:25:00 +0000
committerMichael Tuexen <tuexen@FreeBSD.org>2016-04-30 14:25:00 +0000
commit7154bf4a413eca71cffdb37361ad19960501a2fa (patch)
treee8ba81835acfd1629b42b9a2978459ef3f17379e /sys/netinet/sctp_pcb.h
parent799e4e488f2591d51cd16c3c119e4adeb4d48ad3 (diff)
Add the UDP encaps port as a parameter to sctp_add_remote_addr().
This is currently only a code change without any functional change. But this allows to set the remote encapsulation port in a more detailed way, which will be provided in a follow-up commit. MFC after: 1 week
Notes
Notes: svn path=/head/; revision=298847
Diffstat (limited to 'sys/netinet/sctp_pcb.h')
-rw-r--r--sys/netinet/sctp_pcb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/sctp_pcb.h b/sys/netinet/sctp_pcb.h
index a5810a73cd26..d28f56ee7cec 100644
--- a/sys/netinet/sctp_pcb.h
+++ b/sys/netinet/sctp_pcb.h
@@ -601,7 +601,7 @@ void sctp_add_local_addr_ep(struct sctp_inpcb *, struct sctp_ifa *, uint32_t);
void sctp_del_local_addr_ep(struct sctp_inpcb *, struct sctp_ifa *);
-int sctp_add_remote_addr(struct sctp_tcb *, struct sockaddr *, struct sctp_nets **, int, int);
+int sctp_add_remote_addr(struct sctp_tcb *, struct sockaddr *, struct sctp_nets **, uint16_t, int, int);
void sctp_remove_net(struct sctp_tcb *, struct sctp_nets *);