Home
last modified time | relevance | path

Searched refs:pcap_parsesrcstr (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/libpcap/
H A Dpcap-new.c103 if (pcap_parsesrcstr(source, &type, NULL, NULL, NULL, errbuf) == -1) in pcap_findalldevs_ex()
109 if (pcap_parsesrcstr(source, &type, NULL, NULL, NULL, errbuf) == -1) in pcap_findalldevs_ex()
189 if (pcap_parsesrcstr(source, &type, NULL, NULL, name, errbuf) == -1) in pcap_findalldevs_ex()
416 if (pcap_parsesrcstr(source, &type, NULL, NULL, name, errbuf) == -1) in pcap_open()
H A Dpcap.c2290 pcap_parsesrcstr(const char *source, int *type, char *host, char *port, function
2837 if (pcap_parsesrcstr(device, &srctype, host, port, name, errbuf))
/freebsd/contrib/libpcap/pcap/
H A Dpcap.h1144 PCAP_API int pcap_parsesrcstr(const char *source, int *type, char *host,