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

/darwin-on-arm/xnu/bsd/net/
H A Dif_media.c300 int usermax; /* user requested max */ local
311 usermax = 0;
320 usermax++;
326 if (ifmr->ifm_count > usermax)
327 ifmr->ifm_count = usermax;
348 count = usermax;

Completed in 11 milliseconds