Home
last modified time | relevance | path

Searched refs:pcap_findalldevs (Results 1 – 25 of 30) sorted by relevance

12

/freebsd/lib/libpcap/
H A DMakefile74 pcap_findalldevs.3 \
120 pcap_findalldevs.3 pcap_freealldevs.3 \
/freebsd/contrib/libpcap/testprogs/
H A Dwritecaptest.c141 status = pcap_findalldevs(&devlist, ebuf); in find_interface_by_number()
301 if (pcap_findalldevs(&devlist, ebuf) < 0) in main()
314 if (pcap_findalldevs(&devlist, ebuf) == -1) in main()
H A Dfindalldevstest-perf.c55 if (pcap_findalldevs(&alldevs, errbuf) == -1) in main()
H A Dnonblocktest.c125 if (pcap_findalldevs(&devlist, ebuf) == -1) in main()
H A Dopentest.c132 if (pcap_findalldevs(&devlist, ebuf) == -1) in main()
H A Dcapturetest.c181 if (pcap_findalldevs(&devlist, ebuf) == -1) in main()
H A Dthreadsignaltest.c221 if (pcap_findalldevs(&devlist, ebuf) == -1) in main()
H A Dfindalldevstest.c142 if (pcap_findalldevs(&alldevs, errbuf) == -1) in main()
H A Dvalgrindtest.c318 if (pcap_findalldevs(&devlist, ebuf) == -1) in main()
H A Dselpolltest.c139 if (pcap_findalldevs(&devlist, ebuf) == -1) in main()
/freebsd/contrib/libpcap/doc/
H A DREADME.dag56 pcap_findalldevs() is supported, e.g. dag0, dag1...
88 as dag0. These are visible via pcap_findalldevs().
H A DREADME.sita46 pcap_findalldevs() reads the local system's /etc/hosts file looking
/freebsd/contrib/libpcap/
H A DINSTALL.md233 fad-getad.c - pcap_findalldevs() for systems with getifaddrs()
234 fad-gifc.c - pcap_findalldevs() for systems with only SIOCGIFLIST
235 fad-glifc.c - pcap_findalldevs() for systems with SIOCGLIFCONF
240 testprogs/findalldevstest.c - test program for pcap_findalldevs()
H A Dpcap-new.c116 if (pcap_findalldevs(alldevs, errbuf) == -1) in pcap_findalldevs_ex()
H A DCHANGES161 Note that if pcap_findalldevs() fails it sets *alldevsp to NULL;
163 Explain "other addresses" in pcap_findalldevs(3PCAP).
257 Fix pcap_findalldevs() to find usbmon devices.
465 pcap_findalldevs(): don't sort interfaces by unit number
732 Add more interface flags to pcap_findalldevs().
740 Improve sorting of interfaces for pcap_findalldevs()
748 enumerating them for pcap_findalldevs()
972 Changes to error handling for pcap_findalldevs().
1162 Fixes in add_or_find_if() & pcap_findalldevs() to optimize generating
1226 added pcap_findalldevs()
[all …]
H A DMakefile.in201 pcap_findalldevs.3pcap \
658 $(LN_S) pcap_findalldevs.3pcap pcap_freealldevs.3pcap && \
H A Dpcap.c722 pcap_findalldevs(pcap_if_t **alldevsp, char *errbuf) in pcap_findalldevs() function
1559 if (pcap_findalldevs(&alldevs, errbuf) == -1)
/freebsd/contrib/wpa/src/l2_packet/
H A Dl2_packet_winpcap.c318 if (pcap_findalldevs(&devs, err) < 0) { in l2_packet_get_ip_addr()
H A Dl2_packet_freebsd.c308 if (pcap_findalldevs(&devs, err) < 0) { in l2_packet_get_ip_addr()
H A Dl2_packet_pcap.c353 if (pcap_findalldevs(&devs, err) < 0) { in l2_packet_get_ip_addr()
/freebsd/contrib/libpcap/pcap/
H A Dpcap.h795 PCAP_API int pcap_findalldevs(pcap_if_t **, char *);
/freebsd/contrib/tcpdump/
H A Dtcpdump.c516 if (pcap_findalldevs(&devlist, ebuf) < 0) in show_devices_and_exit()
1237 status = pcap_findalldevs(&devlist, ebuf); in find_interface_by_number()
2144 if (pcap_findalldevs(&devlist, ebuf) == -1) in main()
H A Dcmakeconfig.h.in105 /* Define to 1 if you have the `pcap_findalldevs' function. */
H A Dconfig.h.in105 /* Define to 1 if you have the `pcap_findalldevs' function. */
H A Dconfigure.in616 AC_CHECK_FUNCS(pcap_findalldevs pcap_dump_flush pcap_lib_version pcap_setdirection pcap_set_immedia…
619 dnl be 0.8; this means that lib has pcap_findalldevs but header doesn't

12