summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctp_os_bsd.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netinet/sctp_os_bsd.h')
-rw-r--r--sys/netinet/sctp_os_bsd.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/sys/netinet/sctp_os_bsd.h b/sys/netinet/sctp_os_bsd.h
index e74ccfa..81e028c 100644
--- a/sys/netinet/sctp_os_bsd.h
+++ b/sys/netinet/sctp_os_bsd.h
@@ -93,10 +93,8 @@ __FBSDID("$FreeBSD$");
#endif /* INET6 */
-
#include <netinet/ip_options.h>
-
#ifndef in6pcb
#define in6pcb inpcb
#endif
@@ -270,6 +268,12 @@ typedef struct callout sctp_os_timer_t;
#define SCTP_SB_LIMIT_SND(so) so->so_snd.sb_hiwat
/*
+ * routes, output, etc.
+ */
+typedef struct route sctp_route_t;
+
+
+/*
* SCTP AUTH
*/
#define HAVE_SHA2
OpenPOWER on IntegriCloud