Searched refs:mld (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/sys/netinet6/
H A Dmld6.c198 static MALLOC_DEFINE(M_MLD, "mld", "mld state");
222 SYSCTL_NODE(_net_inet6, OID_AUTO, mld, CTLFLAG_RW, 0,
626 /*const*/ struct mld_hdr *mld)
641 ip6_sprintf(ip6tbuf, &mld->mld_addr),
661 if (IN6_IS_ADDR_UNSPECIFIED(&mld->mld_addr)) {
678 in6_setscope(&mld->mld_addr, ifp, NULL);
691 timer = (ntohs(mld->mld_maxdelay) * PR_FASTHZ) / MLD_TIMER_SCALE;
716 inm = in6m_lookup_locked(ifp, &mld->mld_addr);
719 ip6_sprintf(ip6tbuf, &mld
625 mld_v1_input_query(struct ifnet *ifp, const struct ip6_hdr *ip6, struct mld_hdr *mld) argument
806 struct mldv2_query *mld; local
980 struct mldv2_query *mld; local
1092 mld_v1_input_report(struct ifnet *ifp, const struct ip6_hdr *ip6, struct mld_hdr *mld) argument
1245 struct mld_hdr *mld; local
1787 struct mld_hdr *mld; local
3059 struct mld_hdr *mld; local
3164 struct mldv2_report *mld; local
[all...]
/freebsd-11.0-release/usr.sbin/mld6query/
H A Dmld6.c297 struct mld_hdr *mld; local
313 mld = (struct mld_hdr *)buf;
318 switch (mld->mld_type) {
329 printf("addr=%s\n", inet_ntop(AF_INET6, &mld->mld_addr,
/freebsd-11.0-release/share/man/man4/
H A DMakefile281 mld.4 \
/freebsd-11.0-release/contrib/ntp/
H A Dconfigure26241 for ac_lib in '' elf ld mld; do

Completed in 159 milliseconds