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

/darwin-on-arm/xnu/bsd/netinet/
H A Din_mcast.c296 size_t oldmax; local
304 oldmax = imo->imo_max_memberships;
306 newmax = ((oldmax + 1) * 2) - 1;
326 for (idx = oldmax; idx < newmax; idx++)
/darwin-on-arm/xnu/bsd/netinet6/
H A Din6_mcast.c300 size_t oldmax; local
308 oldmax = imo->im6o_max_memberships;
310 newmax = ((oldmax + 1) * 2) - 1;
330 for (idx = oldmax; idx < newmax; idx++)

Completed in 85 milliseconds