summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/ip6_var.h
diff options
context:
space:
mode:
authorume <ume@FreeBSD.org>2005-07-21 15:06:32 +0000
committerume <ume@FreeBSD.org>2005-07-21 15:06:32 +0000
commit166d2715986457830d3ccf66200e645cc17cd9ce (patch)
treec205175def2910c62565e68947ec3acdaae0dbec /sys/netinet6/ip6_var.h
parent8da52394ef9dd24884bcd42ff3f3ce3ac9fc62c9 (diff)
downloadFreeBSD-src-166d2715986457830d3ccf66200e645cc17cd9ce.zip
FreeBSD-src-166d2715986457830d3ccf66200e645cc17cd9ce.tar.gz
be consistent on naming advanced API functions; use ip6_XXXpktopt(s).
Submitted by: Keiichi SHIMA <keiichi__at__iijlab.net> Obtained from: KAME
Diffstat (limited to 'sys/netinet6/ip6_var.h')
-rw-r--r--sys/netinet6/ip6_var.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/netinet6/ip6_var.h b/sys/netinet6/ip6_var.h
index 227f75e..7f2a862 100644
--- a/sys/netinet6/ip6_var.h
+++ b/sys/netinet6/ip6_var.h
@@ -366,9 +366,9 @@ int ip6_output __P((struct mbuf *, struct ip6_pktopts *,
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));
+void ip6_initpktopts __P((struct ip6_pktopts *));
+int ip6_setpktopts __P((struct mbuf *, struct ip6_pktopts *,
+ struct ip6_pktopts *, int, int, int));
void ip6_clearpktopts __P((struct ip6_pktopts *, int));
struct ip6_pktopts *ip6_copypktopts __P((struct ip6_pktopts *, int));
int ip6_optlen __P((struct inpcb *));
OpenPOWER on IntegriCloud