summaryrefslogtreecommitdiffstats
path: root/sys/netinet/tcp_var.h
diff options
context:
space:
mode:
authorphessler <phessler@openbsd.org>2013-10-21 08:42:24 +0000
committerphessler <phessler@openbsd.org>2013-10-21 08:42:24 +0000
commita8cd54d7863d356202d5a3337fb7b45772a63ec5 (patch)
tree4e540dc0cd8ee8586b4f2bf47fecc8c00ffd459a /sys/netinet/tcp_var.h
parentRemove unused defines inherited from mac68k. (diff)
downloadwireguard-openbsd-a8cd54d7863d356202d5a3337fb7b45772a63ec5.tar.xz
wireguard-openbsd-a8cd54d7863d356202d5a3337fb7b45772a63ec5.zip
Sprinkle a lot more IPv6 routing domains support in the kernel.
Mostly mechanical, setting and passing the rdomain and rtable correctly. Not yet enabled. Lots of help and hints from claudio and bluhm OK claudio@, bluhm@
Diffstat (limited to 'sys/netinet/tcp_var.h')
-rw-r--r--sys/netinet/tcp_var.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/tcp_var.h b/sys/netinet/tcp_var.h
index acded92556b..1d4885aa86d 100644
--- a/sys/netinet/tcp_var.h
+++ b/sys/netinet/tcp_var.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: tcp_var.h,v 1.102 2013/08/12 21:57:16 bluhm Exp $ */
+/* $OpenBSD: tcp_var.h,v 1.103 2013/10/21 08:42:24 phessler Exp $ */
/* $NetBSD: tcp_var.h,v 1.17 1996/02/13 23:44:24 christos Exp $ */
/*
@@ -590,7 +590,7 @@ void tcp_mtudisc(struct inpcb *, int);
void tcp_mtudisc_increase(struct inpcb *, int);
#ifdef INET6
void tcp6_mtudisc(struct inpcb *, int);
-void tcp6_mtudisc_callback(struct in6_addr *);
+void tcp6_mtudisc_callback(struct sockaddr_in6 *, u_int);
#endif
struct tcpcb *
tcp_newtcpcb(struct inpcb *);