Searched refs:MAX_DOMAINS (Results 1 - 1 of 1) sorted by path

/freebsd-current/usr.sbin/ypbind/
H A Dypbind.c132 /* No more than MAX_DOMAINS simultaneous domains */
133 #ifndef MAX_DOMAINS
134 #define MAX_DOMAINS 200 macro
191 if (domains >= MAX_DOMAINS) {
193 MAX_DOMAINS);

Completed in 185 milliseconds