Home | History | Annotate | Download | only in rpcapd

Lines Matching refs:hostlist

75 char hostlist[MAX_HOST_LIST + 1];		//!< Keeps the list of the hosts that are allowed to connect to this server
175 hostlist[0] = 0;
229 strncpy(hostlist, optarg, sizeof(hostlist));
1094 if (sock_check_hostlist(hostlist, RPCAP_HOSTLIST_SEP, &from, errbuf, PCAP_ERRBUF_SIZE) < 0)