HomeSort by: relevance | last modified time | path
    Searched defs:host_url (Results 1 - 1 of 1) sorted by relevancy

  /src/external/bsd/tcpdump/dist/
tcpdump.c 1206 char *host_url; local
1237 host_url = malloc(endp - url + 1);
1238 if (host_url == NULL && (endp - url + 1) > 0)
1241 memcpy(host_url, url, endp - url);
1242 host_url[endp - url] = '\0';
1243 status = pcap_findalldevs_ex(host_url, NULL, &devlist, ebuf);
1244 free(host_url);

Completed in 23 milliseconds