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

/xnu-2782.1.97/bsd/netinet/
H A Din_mcast.c293 size_t oldmax; local
301 oldmax = imo->imo_max_memberships;
303 newmax = ((oldmax + 1) * 2) - 1;
323 for (idx = oldmax; idx < newmax; idx++)
/xnu-2782.1.97/bsd/netinet6/
H A Din6_mcast.c297 size_t oldmax; local
305 oldmax = imo->im6o_max_memberships;
307 newmax = ((oldmax + 1) * 2) - 1;
327 for (idx = oldmax; idx < newmax; idx++)

Completed in 41 milliseconds