summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/ip6_var.h
diff options
context:
space:
mode:
authorume <ume@FreeBSD.org>2003-10-28 16:29:26 +0000
committerume <ume@FreeBSD.org>2003-10-28 16:29:26 +0000
commit67fa4b4d825044d92dd87b7932decc8df93fa2cd (patch)
treeef25c3b00bd6e6befca717b53a97fa5b316302bb /sys/netinet6/ip6_var.h
parent7a7c6e3d3e96ce71745c1eeb8f19f4f202e38a7d (diff)
downloadFreeBSD-src-67fa4b4d825044d92dd87b7932decc8df93fa2cd.zip
FreeBSD-src-67fa4b4d825044d92dd87b7932decc8df93fa2cd.tar.gz
cleanup use of m_tag.
Obtained from: KAME
Diffstat (limited to 'sys/netinet6/ip6_var.h')
-rw-r--r--sys/netinet6/ip6_var.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet6/ip6_var.h b/sys/netinet6/ip6_var.h
index 6edaa1c..8206755 100644
--- a/sys/netinet6/ip6_var.h
+++ b/sys/netinet6/ip6_var.h
@@ -345,8 +345,8 @@ char * ip6_get_prevhdr __P((struct mbuf *, int));
int ip6_nexthdr __P((struct mbuf *, int, int, int *));
int ip6_lasthdr __P((struct mbuf *, int, int, int *));
-struct ip6aux *ip6_addaux __P((struct mbuf *));
-struct ip6aux *ip6_findaux __P((struct mbuf *));
+struct m_tag *ip6_addaux __P((struct mbuf *));
+struct m_tag *ip6_findaux __P((struct mbuf *));
void ip6_delaux __P((struct mbuf *));
int ip6_mforward __P((struct ip6_hdr *, struct ifnet *, struct mbuf *));
OpenPOWER on IntegriCloud