summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctp_os.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netinet/sctp_os.h')
-rw-r--r--sys/netinet/sctp_os.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/sys/netinet/sctp_os.h b/sys/netinet/sctp_os.h
index 15d256e..4fc7922 100644
--- a/sys/netinet/sctp_os.h
+++ b/sys/netinet/sctp_os.h
@@ -62,4 +62,11 @@ __FBSDID("$FreeBSD$");
+/* All os's must implement this address gatherer. If
+ * no VRF's exist, then vrf 0 is the only one and all
+ * addresses and ifn's live here.
+ */
+#define SCTP_DEFAULT_VRF 0
+void sctp_init_vrf_list(int vrfid);
+
#endif
OpenPOWER on IntegriCloud