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

/darwin-on-arm/xnu/bsd/netinet/
H A Din_mcast.c137 static int in_getmulti(struct ifnet *, const struct in_addr *,
539 in_getmulti(struct ifnet *ifp, const struct in_addr *group, function
602 * in_getmulti(); since this group has already
1289 error = in_getmulti(ifp, gina, &inm);
1291 IGMP_PRINTF(("%s: in_getmulti() failure\n", __func__));
1318 *pinm = inm; /* keep refcount from in_getmulti() */
3455 * Synchronization with in_getmulti(). In the event the inm has been

Completed in 17 milliseconds