Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/libpcap/
H A Dpcap-new.c135 if (pcap_createsrcstr(tmpstring, PCAP_SRC_IFLOCAL, NULL, NULL, dev->name, errbuf) == -1) in pcap_findalldevs_ex()
315 if (pcap_createsrcstr(tmpstring, PCAP_SRC_FILE, NULL, NULL, filename, errbuf) == -1) in pcap_findalldevs_ex()
H A Dpcap.c2175 pcap_createsrcstr(char *source, int type, const char *host, const char *port, function
/freebsd-14.2/contrib/libpcap/pcap/
H A Dpcap.h1140 PCAP_API int pcap_createsrcstr(char *source, int type, const char *host,