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.c83 if ((address != NULL) && (i < MAX_ACTIVE_LIST)) in fileconf_read()
125 while (i < MAX_ACTIVE_LIST) in fileconf_read()
176 while ((i < MAX_ACTIVE_LIST) && (activelist[i].address[0] != 0)) in fileconf_save()
Drpcapd.c76 struct active_pars activelist[MAX_ACTIVE_LIST]; //!< Keeps the list of the hosts (host, port) on wh…
240 while ((tmpaddress != NULL) && (i < MAX_ACTIVE_LIST)) in main()
256 if (i > MAX_ACTIVE_LIST) in main()
498 while ((i < MAX_ACTIVE_LIST) && (activelist[i].address[0] != 0)) in main_startup()