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

/freebsd-12-stable/usr.sbin/ypbind/
H A Dypbind.c130 #define RESTRICTED_SERVERS 10 macro
133 static struct in_addr restricted_addrs[RESTRICTED_SERVERS];
987 for (i = 0; i < RESTRICTED_SERVERS; i++)
1011 while ((s = strsep(&args, ",")) != NULL && i < RESTRICTED_SERVERS) {

Completed in 102 milliseconds