HomeSort by: relevance | last modified time | path
    Searched refs:pcap_parsesrcstr (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/libpcap/dist/
pcap-new.c 108 if (pcap_parsesrcstr(source, &type, NULL, NULL, name, errbuf) == -1)
433 if (pcap_parsesrcstr(source, &type, NULL, NULL, name, errbuf) == -1)
464 * has to call pcap_parsesrcstr() again.
pcap.c 2012 * and that pcap_parsesrcstr(), in the original
2307 pcap_parsesrcstr(const char *source, int *type, char *host, char *port, function
2854 if (pcap_parsesrcstr(device, &srctype, host, port, name, errbuf))
2861 * to call pcap_parsesrcstr() again.
  /src/external/bsd/libpcap/dist/pcap/
pcap.h 1147 PCAP_API int pcap_parsesrcstr(const char *source, int *type, char *host,

Completed in 21 milliseconds