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

/darwin-on-arm/xnu/bsd/netinet6/
H A Din6_mcast.c128 static int in6_mc_get(struct ifnet *, const struct in6_addr *,
467 in6_mc_get(struct ifnet *ifp, const struct in6_addr *group, function
532 * in6_mc_get(); since this group has already
1272 error = in6_mc_get(ifp, mcaddr, &inm);
1274 MLD_PRINTF(("%s: in6_mc_get() failure\n", __func__));
1301 *pinm = inm; /* keep refcount from in6_mc_get() */
3265 * Synchronization with in6_mc_get(). In the event the in6m has been

Completed in 19 milliseconds