Searched refs:mld (Results 1 – 1 of 1) sorted by relevance
| /xnu-8019.80.24/bsd/netinet6/ |
| H A D | mld6.c | 261 SYSCTL_NODE(_net_inet6, OID_AUTO, mld, CTLFLAG_RW | CTLFLAG_LOCKED, 0, 850 /*const*/ struct mld_hdr *mld) in mld_v1_input_query() argument 864 __func__, ip6_sprintf(&mld->mld_addr), in mld_v1_input_query() 884 if (IN6_IS_ADDR_UNSPECIFIED(&mld->mld_addr)) { in mld_v1_input_query() 903 (void)in6_setscope(&mld->mld_addr, ifp, NULL); in mld_v1_input_query() 916 timer = ntohs(mld->mld_maxdelay) / MLD_TIMER_SCALE; in mld_v1_input_query() 948 IN6_LOOKUP_MULTI(&mld->mld_addr, ifp, inm); in mld_v1_input_query() 955 ip6_sprintf(&mld->mld_addr), in mld_v1_input_query() 962 in6_clearscope(&mld->mld_addr); in mld_v1_input_query() 1039 struct mldv2_query *mld; in mld_v2_input_query() local [all …]
|