Lines Matching refs:num_active_clients
72 unsigned int num_active_clients; in fileconf_read() local
80 num_active_clients = 0; in fileconf_read()
216 if (num_active_clients >= MAX_ACTIVE_LIST) in fileconf_read()
324 …result = pcapint_strlcpy(activelist[num_active_clients].address, address, sizeof(activelist[num_ac… in fileconf_read()
325 if (result >= sizeof(activelist[num_active_clients].address)) in fileconf_read()
333 (unsigned int)(sizeof(activelist[num_active_clients].address) - 1)); in fileconf_read()
337 … = pcapint_strlcpy(activelist[num_active_clients].port, RPCAP_DEFAULT_NETPORT_ACTIVE, sizeof(activ… in fileconf_read()
339 …result = pcapint_strlcpy(activelist[num_active_clients].port, port, sizeof(activelist[num_active_c… in fileconf_read()
340 if (result >= sizeof(activelist[num_active_clients].address)) in fileconf_read()
348 (unsigned int)(sizeof(activelist[num_active_clients].port) - 1)); in fileconf_read()
352 num_active_clients++; in fileconf_read()
479 for (int i = num_active_clients; i < MAX_ACTIVE_LIST; i++) in fileconf_read()
483 num_active_clients++; in fileconf_read()