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

/darwin-on-arm/xnu/bsd/netinet/
H A Din_mcast.c291 struct in_multi **nmships; local
300 nmships = NULL;
311 if ((nmships = (struct in_multi **)_REALLOC(omships,
316 imo->imo_membership = nmships;
346 int nmships; local
356 nmships = imo->imo_num_memberships;
357 for (idx = 0; idx < nmships; idx++) {
369 if (idx >= nmships)
/darwin-on-arm/xnu/bsd/netinet6/
H A Din6_mcast.c295 struct in6_multi **nmships; local
304 nmships = NULL;
315 if ((nmships = (struct in6_multi **)_REALLOC(omships,
320 imo->im6o_membership = nmships;
350 int nmships; local
360 nmships = imo->im6o_num_memberships;
361 for (idx = 0; idx < nmships; idx++) {
374 if (idx >= nmships)

Completed in 24 milliseconds