summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/ip6_var.h
diff options
context:
space:
mode:
authorume <ume@FreeBSD.org>2003-10-26 18:17:01 +0000
committerume <ume@FreeBSD.org>2003-10-26 18:17:01 +0000
commitecb479d77a3176ca6036907492337c471a157aac (patch)
tree3e1395e0c09588c3fea16548fd4b3dba938a73c1 /sys/netinet6/ip6_var.h
parent5d6245ce54bf25a1d84868ce65c49dd703dd26fb (diff)
downloadFreeBSD-src-ecb479d77a3176ca6036907492337c471a157aac.zip
FreeBSD-src-ecb479d77a3176ca6036907492337c471a157aac.tar.gz
re-add wrongly disappered IPV6_CHECKSUM stuff by introducing
ip6_raw_ctloutput(). Obtained from: KAME
Diffstat (limited to 'sys/netinet6/ip6_var.h')
-rw-r--r--sys/netinet6/ip6_var.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/netinet6/ip6_var.h b/sys/netinet6/ip6_var.h
index 641914d..6edaa1c 100644
--- a/sys/netinet6/ip6_var.h
+++ b/sys/netinet6/ip6_var.h
@@ -367,6 +367,7 @@ int ip6_output __P((struct mbuf *, struct ip6_pktopts *,
struct ip6_moptions *, struct ifnet **,
struct inpcb *));
int ip6_ctloutput __P((struct socket *, struct sockopt *));
+int ip6_raw_ctloutput __P((struct socket *, struct sockopt *));
void init_ip6pktopts __P((struct ip6_pktopts *));
int ip6_setpktoptions __P((struct mbuf *, struct ip6_pktopts *,
struct ip6_pktopts *, int, int, int));
OpenPOWER on IntegriCloud