Lines Matching refs:SHPX_MAX_CLIENTS
47 #define SHPX_MAX_CLIENTS 64
68 static SHPX_CLIENT_ENTRY shpx_client_directory[SHPX_MAX_CLIENTS];
150 for (i = 0; i < SHPX_MAX_CLIENTS; i++) {
165 while ((i < SHPX_MAX_CLIENTS) &&
169 if ((i == SHPX_MAX_CLIENTS) &&
170 (Dga_shpx_client_count == SHPX_MAX_CLIENTS)) {
175 if ((Dga_shpx_client_count > 0) && (i < SHPX_MAX_CLIENTS)) {
207 while ((i < SHPX_MAX_CLIENTS) && (shpx_client_directory[i].cid != 0))
209 if (i >= SHPX_MAX_CLIENTS)
401 while ((i < SHPX_MAX_CLIENTS) &&
405 if (i >= SHPX_MAX_CLIENTS) {