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

/darwin-on-arm/xnu/bsd/netinet6/
H A Dmld6.c269 SYSCTL_NODE(_net_inet6, OID_AUTO, mld, CTLFLAG_RW | CTLFLAG_LOCKED, 0,
740 /*const*/ struct mld_hdr *mld)
751 ip6_sprintf(&mld->mld_addr),
771 if (IN6_IS_ADDR_UNSPECIFIED(&mld->mld_addr)) {
788 in6_setscope(&mld->mld_addr, ifp, NULL);
801 timer = (ntohs(mld->mld_maxdelay) * PR_SLOWHZ) / MLD_TIMER_SCALE;
831 IN6_LOOKUP_MULTI(&mld->mld_addr, ifp, inm);
837 ip6_sprintf(&mld->mld_addr),
844 in6_clearscope(&mld->mld_addr);
918 struct mldv2_query *mld; local
739 mld_v1_input_query(struct ifnet *ifp, const struct ip6_hdr *ip6, struct mld_hdr *mld) argument
1104 struct mldv2_query *mld; local
1215 mld_v1_input_report(struct ifnet *ifp, const struct ip6_hdr *ip6, struct mld_hdr *mld) argument
1371 struct mld_hdr *mld; local
1945 struct mld_hdr *mld; local
3233 struct mld_hdr *mld; local
3352 struct mldv2_report *mld; local
[all...]

Completed in 25 milliseconds