Searched refs:mld (Results 1 – 1 of 1) sorted by relevance
| /xnu-10002.1.13/bsd/netinet6/ |
| H A D | mld6.c | 264 SYSCTL_NODE(_net_inet6, OID_AUTO, mld, CTLFLAG_RW | CTLFLAG_LOCKED, 0, 853 /*const*/ struct mld_hdr *mld) in mld_v1_input_query() argument 867 __func__, ip6_sprintf(&mld->mld_addr), in mld_v1_input_query() 887 if (IN6_IS_ADDR_UNSPECIFIED(&mld->mld_addr)) { in mld_v1_input_query() 906 (void)in6_setscope(&mld->mld_addr, ifp, NULL); in mld_v1_input_query() 919 timer = ntohs(mld->mld_maxdelay) / MLD_TIMER_SCALE; in mld_v1_input_query() 951 IN6_LOOKUP_MULTI(&mld->mld_addr, ifp, inm); in mld_v1_input_query() 958 ip6_sprintf(&mld->mld_addr), in mld_v1_input_query() 965 in6_clearscope(&mld->mld_addr); in mld_v1_input_query() 1042 struct mldv2_query *mld; in mld_v2_input_query() local [all …]
|