Home
last modified time | relevance | path

Searched refs:mld (Results 1 – 5 of 5) sorted by relevance

/NextBSD/sys/netinet6/
HDmld6.c222 SYSCTL_NODE(_net_inet6, OID_AUTO, mld, CTLFLAG_RW, 0,
628 /*const*/ struct mld_hdr *mld) in mld_v1_input_query() argument
643 ip6_sprintf(ip6tbuf, &mld->mld_addr), in mld_v1_input_query()
663 if (IN6_IS_ADDR_UNSPECIFIED(&mld->mld_addr)) { in mld_v1_input_query()
680 in6_setscope(&mld->mld_addr, ifp, NULL); in mld_v1_input_query()
693 timer = (ntohs(mld->mld_maxdelay) * PR_FASTHZ) / MLD_TIMER_SCALE; in mld_v1_input_query()
718 inm = in6m_lookup_locked(ifp, &mld->mld_addr); in mld_v1_input_query()
721 ip6_sprintf(ip6tbuf, &mld->mld_addr), in mld_v1_input_query()
726 in6_clearscope(&mld->mld_addr); in mld_v1_input_query()
808 struct mldv2_query *mld; in mld_v2_input_query() local
[all …]
/NextBSD/usr.sbin/mld6query/
HDmld6.c297 struct mld_hdr *mld; in dump() local
313 mld = (struct mld_hdr *)buf; in dump()
318 switch (mld->mld_type) { in dump()
329 printf("addr=%s\n", inet_ntop(AF_INET6, &mld->mld_addr, in dump()
/NextBSD/share/man/man4/
HDMakefile276 mld.4 \
/NextBSD/contrib/ntp/
HDconfigure.ac459 AC_SEARCH_LIBS([nlist], [elf ld mld])
HDconfigure30203 for ac_lib in '' elf ld mld; do