Searched refs:MAX_HOST_LIST (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/libpcap/rpcapd/
H A Dconfig_params.h41 #define MAX_HOST_LIST 64000 macro
51 extern char hostlist[MAX_HOST_LIST + 1]; //!< Keeps the list of the hosts that are allowed to connect to this server
H A Dfileconf.c491 char temphostlist[MAX_HOST_LIST + 1];
501 strncpy(temphostlist, hostlist, MAX_HOST_LIST);
502 temphostlist[MAX_HOST_LIST] = 0;
H A Drpcapd.c75 char hostlist[MAX_HOST_LIST + 1]; //!< Keeps the list of the hosts that are allowed to connect to this server

Completed in 104 milliseconds