Searched refs:mld (Results 1 – 1 of 1) sorted by relevance
| /xnu-10002.41.9/bsd/netinet6/ |
| H A D | mld6.c | 265 SYSCTL_NODE(_net_inet6, OID_AUTO, mld, CTLFLAG_RW | CTLFLAG_LOCKED, 0, 852 /*const*/ struct mld_hdr *mld) in mld_v1_input_query() argument 866 __func__, ip6_sprintf(&mld->mld_addr), in mld_v1_input_query() 886 if (IN6_IS_ADDR_UNSPECIFIED(&mld->mld_addr)) { in mld_v1_input_query() 905 (void)in6_setscope(&mld->mld_addr, ifp, NULL); in mld_v1_input_query() 918 timer = ntohs(mld->mld_maxdelay) / MLD_TIMER_SCALE; in mld_v1_input_query() 950 IN6_LOOKUP_MULTI(&mld->mld_addr, ifp, inm); in mld_v1_input_query() 957 ip6_sprintf(&mld->mld_addr), in mld_v1_input_query() 964 in6_clearscope(&mld->mld_addr); in mld_v1_input_query() 1041 struct mldv2_query *mld; in mld_v2_input_query() local [all …]
|