summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctputil.h
diff options
context:
space:
mode:
authortuexen <tuexen@FreeBSD.org>2012-11-17 20:04:04 +0000
committertuexen <tuexen@FreeBSD.org>2012-11-17 20:04:04 +0000
commit9a8531105a4561079ee099a51460bb789ef9cfd1 (patch)
treecb12971e11e4ffedd293c41c360db0d49a962bb4 /sys/netinet/sctputil.h
parentbeace53e29166cd087c9e1f48d43899f7c742d2b (diff)
downloadFreeBSD-src-9a8531105a4561079ee099a51460bb789ef9cfd1.zip
FreeBSD-src-9a8531105a4561079ee099a51460bb789ef9cfd1.tar.gz
Add support for SCTP/UDP/IPV6.
This completes the support of http://tools.ietf.org/html/draft-ietf-tsvwg-sctp-udp-encaps MFC after: 1 week
Diffstat (limited to 'sys/netinet/sctputil.h')
-rw-r--r--sys/netinet/sctputil.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/netinet/sctputil.h b/sys/netinet/sctputil.h
index 3ced6c5..411bfaf 100644
--- a/sys/netinet/sctputil.h
+++ b/sys/netinet/sctputil.h
@@ -323,13 +323,9 @@ do { \
} while (0)
/* functions to start/stop udp tunneling */
-/* XXX: Remove the #ifdef after tunneling over IPv6 works also on FreeBSD. */
-#ifdef INET
void sctp_over_udp_stop(void);
int sctp_over_udp_start(void);
-#endif
-
int
sctp_soreceive(struct socket *so, struct sockaddr **psa,
struct uio *uio,
OpenPOWER on IntegriCloud