Home
last modified time | relevance | path

Searched refs:pcapint_createsrcstr_ex (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/bsd/libpcap/lib/
Dpcap.expsym215 pcapint_createsrcstr_ex
/netbsd/src/external/bsd/libpcap/dist/
Dpcap-int.h594 int pcapint_createsrcstr_ex(char *, int, const char *, const char *,
Dpcap.c2117 pcapint_createsrcstr_ex(char *source, int type, const char *host, const char *port, function
2187 return (pcapint_createsrcstr_ex(source, type, host, port, name, 0, errbuf));
Dpcap-rpcap.c2732 if (pcapint_createsrcstr_ex(tmpstring2, PCAP_SRC_IFREMOTE, in pcap_findalldevs_ex_remote()