Home
last modified time | relevance | path

Searched refs:temphostlist (Results 1 – 2 of 2) sorted by relevance

/external/libpcap/rpcapd/
Dfileconf.c500 char temphostlist[MAX_HOST_LIST + 1]; in fileconf_save() local
510 pcap_strlcpy(temphostlist, hostlist, sizeof (temphostlist)); in fileconf_save()
512 token = pcap_strtok_r(temphostlist, RPCAP_HOSTLIST_SEP, &lasts); in fileconf_save()
/external/libpcap/
Dsockutils.c1738 char *temphostlist; in sock_check_hostlist() local
1746 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()