summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/sctp6_var.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netinet6/sctp6_var.h')
-rw-r--r--sys/netinet6/sctp6_var.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/sys/netinet6/sctp6_var.h b/sys/netinet6/sctp6_var.h
index 976d763..3b744e3 100644
--- a/sys/netinet6/sctp6_var.h
+++ b/sys/netinet6/sctp6_var.h
@@ -46,5 +46,13 @@ __P((struct sctp_inpcb *, struct mbuf *, struct sockaddr *,
void sctp6_ctlinput __P((int, struct sockaddr *, void *));
+ extern void sctp6_notify(struct sctp_inpcb *inp,
+ struct icmp6_hdr *icmph,
+ struct sctphdr *sh,
+ struct sockaddr *to,
+ struct sctp_tcb *stcb,
+ struct sctp_nets *net);
+
+
#endif /* _KERNEL */
#endif
OpenPOWER on IntegriCloud