Searched refs:alldevsp (Results 1 - 25 of 27) sorted by relevance

12

/external/libpcap/
H A Dfad-sita.c40 int pcap_findalldevs_interfaces(pcap_if_t **alldevsp, char *errbuf) { argument
44 *alldevsp = 0; /* initialize the returned variables before we do anything */
57 *alldevsp = acn_if_list;
H A Dfad-null.c49 * The list, as returned through "alldevsp", may be null if no interfaces
56 pcap_findalldevs_interfaces(pcap_if_t **alldevsp, char *errbuf) argument
63 *alldevsp = NULL;
H A Dpcap-bt-linux.h39 int bt_findalldevs(pcap_if_t **alldevsp, char *err_str);
H A Dpcap-netfilter-linux.h34 int netfilter_findalldevs(pcap_if_t **alldevsp, char *err_str);
H A Dpcap-usb-linux.h39 int usb_findalldevs(pcap_if_t **alldevsp, char *err_str);
H A Dpcap-null.c50 pcap_platform_finddevs(pcap_if_t **alldevsp, char *errbuf) argument
H A Dfad-win32.c213 * The list, as returned through "alldevsp", may be null if no interfaces
219 pcap_findalldevs_interfaces(pcap_if_t **alldevsp, char *errbuf) argument
263 *alldevsp = NULL;
342 *alldevsp = devlist;
H A Dfad-getad.c148 * The list, as returned through "alldevsp", may be null if no interfaces
152 pcap_findalldevs_interfaces(pcap_if_t **alldevsp, char *errbuf) argument
290 *alldevsp = devlist;
H A Dpcap.c276 pcap_findalldevs(pcap_if_t **alldevsp, char *errbuf) argument
278 return (dag_findalldevs(alldevsp, errbuf));
288 pcap_findalldevs(pcap_if_t **alldevsp, char *errbuf) argument
290 return (septel_findalldevs(alldevsp, errbuf));
300 pcap_findalldevs(pcap_if_t **alldevsp, char *errbuf) argument
302 return (snf_findalldevs(alldevsp, errbuf));
348 * The list, as returned through "alldevsp", may be null if no interfaces
352 pcap_findalldevs(pcap_if_t **alldevsp, char *errbuf) argument
359 if (pcap_findalldevs_interfaces(alldevsp, errbuf) == -1)
366 if (pcap_platform_finddevs(alldevsp, errbu
[all...]
H A Dpcap-dbus.c271 dbus_findalldevs(pcap_if_t **alldevsp, char *err_str) argument
273 if (pcap_add_if(alldevsp, "dbus-system", 0, "D-Bus system bus", err_str) < 0)
275 if (pcap_add_if(alldevsp, "dbus-session", 0, "D-Bus session bus", err_str) < 0)
H A Dfad-gifc.c128 * The list, as returned through "alldevsp", may be null if no interfaces
140 pcap_findalldevs_interfaces(pcap_if_t **alldevsp, char *errbuf) argument
423 *alldevsp = devlist;
H A Dfad-glifc.c75 * The list, as returned through "alldevsp", may be null if no interfaces
83 pcap_findalldevs_interfaces(pcap_if_t **alldevsp, char *errbuf) argument
375 *alldevsp = devlist;
H A Dpcap-bt-linux.c81 bt_findalldevs(pcap_if_t **alldevsp, char *err_str) argument
126 if (pcap_add_if(alldevsp, dev_name, 0,
H A Dpcap-canusb-linux.c89 int canusb_findalldevs(pcap_if_t **alldevsp, char *err_str) argument
132 if (pcap_add_if(alldevsp, dev_name, 0, dev_descr, err_str) < 0)
H A Dpcap-libdlpi.c262 pcap_platform_finddevs(pcap_if_t **alldevsp, char *errbuf) argument
283 if (pcap_add_if(alldevsp, entry->linkname, 0, NULL, errbuf) < 0)
H A Dpcap-usb-linux.c147 usb_dev_add(pcap_if_t** alldevsp, int n, char *err_str) argument
154 if (pcap_add_if(alldevsp, dev_name, 0,
161 usb_findalldevs(pcap_if_t **alldevsp, char *err_str) argument
182 ret = usb_dev_add(alldevsp, n, err_str);
203 ret = usb_dev_add(alldevsp, n, err_str);
H A Dpcap-netfilter-linux.c633 netfilter_findalldevs(pcap_if_t **alldevsp, char *err_str) argument
648 if (pcap_add_if(alldevsp, NFLOG_IFACE, 0, "Linux netfilter log (NFLOG) interface", err_str) < 0)
650 if (pcap_add_if(alldevsp, NFQUEUE_IFACE, 0, "Linux netfilter queue (NFQUEUE) interface", err_str) < 0)
H A Dpcap-nit.c368 pcap_platform_finddevs(pcap_if_t **alldevsp, char *errbuf) argument
H A Dpcap-snit.c447 pcap_platform_finddevs(pcap_if_t **alldevsp, char *errbuf) argument
H A Dpcap-snoop.c419 pcap_platform_finddevs(pcap_if_t **alldevsp, char *errbuf) argument
H A Dpcap-pf.c524 pcap_platform_finddevs(pcap_if_t **alldevsp, char *errbuf) argument
H A Dpcap-dlpi.c925 pcap_platform_finddevs(pcap_if_t **alldevsp, char *errbuf) argument
959 if (pcap_add_if(alldevsp, baname, 0, NULL, errbuf) < 0)
H A Dpcap-dos.c530 * The list, as returned through "alldevsp", may be null if no interfaces
533 int pcap_findalldevs (pcap_if_t **alldevsp, char *errbuf) argument
588 *alldevsp = devlist;
H A Dpcap-sita.c819 pcap_if_t *alldevsp; local
821 pcap_findalldevs_interfaces(&alldevsp, errbuf);
H A Dpcap-win32.c883 pcap_platform_finddevs(pcap_if_t **alldevsp, char *errbuf) argument

Completed in 191 milliseconds

12