Searched refs:mld (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.81.4/bsd/netinet6/ |
| H A D | mld6.c | 268 SYSCTL_NODE(_net_inet6, OID_AUTO, mld, CTLFLAG_RW | CTLFLAG_LOCKED, 0, 847 /*const*/ struct mld_hdr *mld) in mld_v1_input_query() argument 880 if (IN6_IS_ADDR_UNSPECIFIED(&mld->mld_addr)) { in mld_v1_input_query() 899 (void)in6_setscope(&mld->mld_addr, ifp, NULL); in mld_v1_input_query() 912 timer = ntohs(mld->mld_maxdelay) / MLD_TIMER_SCALE; in mld_v1_input_query() 944 IN6_LOOKUP_MULTI(&mld->mld_addr, ifp, inm); in mld_v1_input_query() 951 ip6_sprintf(&mld->mld_addr), in mld_v1_input_query() 958 in6_clearscope(&mld->mld_addr); in mld_v1_input_query() 1035 struct mldv2_query *mld; in mld_v2_input_query() local 1068 mld = (struct mldv2_query *)(mtod(m, uint8_t *) + off); in mld_v2_input_query() [all …]
|