Home
last modified time | relevance | path

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

/external/libpcap/rpcapd/
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…
Dfileconf.c218 if (num_active_clients >= MAX_ACTIVE_LIST) in fileconf_read()
228 MAX_ACTIVE_LIST); in fileconf_read()
481 for (int i = num_active_clients; i < MAX_ACTIVE_LIST; i++) in fileconf_read()
526 while ((i < MAX_ACTIVE_LIST) && (activelist[i].address[0] != 0)) in fileconf_save()
Drpcapd.c81 struct active_pars activelist[MAX_ACTIVE_LIST]; //!< Keeps the list of the hosts (host, port) on wh…
271 while ((tmpaddress != NULL) && (i < MAX_ACTIVE_LIST)) in main()
287 if (i > MAX_ACTIVE_LIST) in main()
571 while ((i < MAX_ACTIVE_LIST) && (activelist[i].address[0] != 0)) in main_startup()