OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pcap_findalldevs_ex
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/bsd/libpcap/dist/testprogs/
findalldevstest.c
117
if (
pcap_findalldevs_ex
(argv[1], NULL, &alldevs, errbuf) == -1)
132
if (
pcap_findalldevs_ex
(argv[1], &auth, &alldevs, errbuf) == -1)
/src/external/bsd/libpcap/dist/
pcap-new.c
56
/* String identifier to be used in the
pcap_findalldevs_ex
() */
59
/* String identifier to be used in the
pcap_findalldevs_ex
() */
63
/* String identifier to be used in the
pcap_findalldevs_ex
() */
73
int
pcap_findalldevs_ex
(const char *source, struct pcap_rmtauth *auth, pcap_if_t **alldevs, char *errbuf)
function
/src/external/bsd/libpcap/dist/pcap/
pcap.h
941
* The formats allowed by the
pcap_findalldevs_ex
() are the following:
1164
* platforms than code using
pcap_findalldevs_ex
().
1166
* For listing remote capture devices,
pcap_findalldevs_ex
() is currently
1170
PCAP_API int
pcap_findalldevs_ex
(const char *source,
/src/external/bsd/tcpdump/dist/
tcpdump.c
588
if (
pcap_findalldevs_ex
(remote_interfaces_source, NULL, &devlist,
1260
* to
pcap_findalldevs_ex
().
1262
endp++; /* Include the trailing / in the URL;
pcap_findalldevs_ex
() requires it */
1269
status =
pcap_findalldevs_ex
(host_url, NULL, &devlist, ebuf);
Completed in 101 milliseconds
Indexes created Mon Aug 10 00:24:53 UTC 2026