Home
last modified time | relevance | path

Searched refs:num_active_clients (Results 1 – 1 of 1) sorted by relevance

/src/contrib/libpcap/rpcapd/
H A Dfileconf.c72 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()
[all …]