summaryrefslogtreecommitdiffstats
path: root/sys/netinet/in.c
diff options
context:
space:
mode:
authorclaudio <claudio@openbsd.org>2011-10-13 18:23:39 +0000
committerclaudio <claudio@openbsd.org>2011-10-13 18:23:39 +0000
commit97326e01c96e69168e367df5630a19ba8c336f1a (patch)
tree870cc72806275f81888b4d0c56bc437f2c869661 /sys/netinet/in.c
parentI'm sick and tired of people doing misalgned reads and writes to PCI config (diff)
downloadwireguard-openbsd-97326e01c96e69168e367df5630a19ba8c336f1a.tar.xz
wireguard-openbsd-97326e01c96e69168e367df5630a19ba8c336f1a.zip
Since the IPv6 madness is not enough introduce NAT64 -- which is actually
"af-to" a generic IP version translator for pf(4). Not everything perfect yet but lets fix these things in the tree. Insane amount of work done by sperreault@, mikeb@ and reyk@. Looked over by mcbride@ henning@ and myself at eurobsdcon. OK mcbride@ and general put it in from deraadt@
Diffstat (limited to 'sys/netinet/in.c')
-rw-r--r--sys/netinet/in.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/netinet/in.c b/sys/netinet/in.c
index 9167486dd95..a611aae8f0c 100644
--- a/sys/netinet/in.c
+++ b/sys/netinet/in.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: in.c,v 1.68 2011/07/06 01:57:37 dlg Exp $ */
+/* $OpenBSD: in.c,v 1.69 2011/10/13 18:23:40 claudio Exp $ */
/* $NetBSD: in.c,v 1.26 1996/02/13 23:41:39 christos Exp $ */
/*
@@ -87,7 +87,6 @@
#ifdef INET
-int in_mask2len(struct in_addr *);
void in_len2mask(struct in_addr *, int);
int in_lifaddr_ioctl(struct socket *, u_long, caddr_t,
struct ifnet *);