Home
last modified time | relevance | path

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

/freebsd/contrib/libpcap/rpcapd/
H A Dconfig_params.h42 #define MAX_ACTIVE_LIST 10 macro
52 extern struct active_pars activelist[MAX_ACTIVE_LIST]; //!< Keeps the list of the hosts (host, por…
H A Dfileconf.c216 if (num_active_clients >= MAX_ACTIVE_LIST) in fileconf_read()
226 MAX_ACTIVE_LIST); in fileconf_read()
479 for (int i = num_active_clients; i < MAX_ACTIVE_LIST; i++) in fileconf_read()
524 while ((i < MAX_ACTIVE_LIST) && (activelist[i].address[0] != 0)) in fileconf_save()
H A Drpcapd.c80 struct active_pars activelist[MAX_ACTIVE_LIST]; //!< Keeps the list of the hosts (host, port) on wh…
270 while ((tmpaddress != NULL) && (i < MAX_ACTIVE_LIST)) in main()
286 if (i > MAX_ACTIVE_LIST) in main()
576 while ((i < MAX_ACTIVE_LIST) && (activelist[i].address[0] != 0)) in main_startup()