Searched refs:MAX_HOST_LIST (Results 1 – 3 of 3) sorted by relevance
107 strlcat(hostlist, ptr, MAX_HOST_LIST); in fileconf_read()108 strlcat(hostlist, ",", MAX_HOST_LIST); in fileconf_read()149 char temphostlist[MAX_HOST_LIST + 1]; in fileconf_save()159 strncpy(temphostlist, hostlist, MAX_HOST_LIST); in fileconf_save()160 temphostlist[MAX_HOST_LIST] = 0; in fileconf_save()
41 #define MAX_HOST_LIST 64000 macro51 extern char hostlist[MAX_HOST_LIST + 1]; //!< Keeps the list of the hosts that are allowed to conne…
75 char hostlist[MAX_HOST_LIST + 1]; //!< Keeps the list of the hosts that are allowed to connect to …