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

/xnu-2782.1.97/bsd/netinet/
H A Din_mcast.c288 struct in_multi **nmships; local
297 nmships = NULL;
308 if ((nmships = (struct in_multi **)_REALLOC(omships,
313 imo->imo_membership = nmships;
343 int nmships; local
353 nmships = imo->imo_num_memberships;
354 for (idx = 0; idx < nmships; idx++) {
366 if (idx >= nmships)
/xnu-2782.1.97/bsd/netinet6/
H A Din6_mcast.c292 struct in6_multi **nmships; local
301 nmships = NULL;
312 if ((nmships = (struct in6_multi **)_REALLOC(omships,
317 imo->im6o_membership = nmships;
347 int nmships; local
357 nmships = imo->im6o_num_memberships;
358 for (idx = 0; idx < nmships; idx++) {
371 if (idx >= nmships)

Completed in 49 milliseconds