Add the UDP encaps port as a parameter to sctp_add_remote_addr().
authortuexen <tuexen@FreeBSD.org>
Sat, 30 Apr 2016 14:25:00 +0000 (14:25 +0000)
committertuexen <tuexen@FreeBSD.org>
Sat, 30 Apr 2016 14:25:00 +0000 (14:25 +0000)
commit20431f1fdeea72f57a3a56126ba1e194a9b8d076
treee8ba81835acfd1629b42b9a2978459ef3f17379e
parentc153cda74ffc48a9f7e32a28c75776f1f395267e
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
sys/netinet/sctp_asconf.c
sys/netinet/sctp_input.c
sys/netinet/sctp_output.c
sys/netinet/sctp_pcb.c
sys/netinet/sctp_pcb.h
sys/netinet/sctputil.c