Searched refs:temphostlist (Results 1 – 2 of 2) sorted by relevance
500 char temphostlist[MAX_HOST_LIST + 1]; in fileconf_save() local510 pcap_strlcpy(temphostlist, hostlist, sizeof (temphostlist)); in fileconf_save()512 token = pcap_strtok_r(temphostlist, RPCAP_HOSTLIST_SEP, &lasts); in fileconf_save()
1738 char *temphostlist; in sock_check_hostlist() local1746 temphostlist = strdup(hostlist); in sock_check_hostlist()1747 if (temphostlist == NULL) in sock_check_hostlist()1754 token = pcap_strtok_r(temphostlist, sep, &lasts); in sock_check_hostlist()1794 free(temphostlist); in sock_check_hostlist()1819 free(temphostlist); in sock_check_hostlist()