Searched refs:pcap_createsrcstr (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/contrib/libpcap/ |
| H A D | pcap-new.c | 135 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 D | pcap.c | 2175 pcap_createsrcstr(char *source, int type, const char *host, const char *port, function
|
| /freebsd-14.2/contrib/libpcap/pcap/ |
| H A D | pcap.h | 1140 PCAP_API int pcap_createsrcstr(char *source, int type, const char *host,
|