summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/mld6.c
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/mld6.c
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/mld6.c')
-rw-r--r--sys/netinet6/mld6.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet6/mld6.c b/sys/netinet6/mld6.c
index 5e90d05..5cd7cf6 100644
--- a/sys/netinet6/mld6.c
+++ b/sys/netinet6/mld6.c
@@ -126,7 +126,7 @@ mld6_init()
hbh_buf[5] = IP6OPT_RTALERT_LEN - 2;
bcopy((caddr_t)&rtalert_code, &hbh_buf[6], sizeof(u_int16_t));
- init_ip6pktopts(&ip6_opts);
+ ip6_initpktopts(&ip6_opts);
ip6_opts.ip6po_hbh = hbh;
}
OpenPOWER on IntegriCloud