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

12

/freebsd-11.0-release/contrib/libpcap/
H A Dfad-null.c44 * The list, as returned through "alldevsp", may be null if no interfaces
51 pcap_findalldevs_interfaces(pcap_if_t **alldevsp, char *errbuf) argument
58 *alldevsp = NULL;
H A Dfad-sita.c38 int pcap_findalldevs_interfaces(pcap_if_t **alldevsp, char *errbuf) { argument
42 *alldevsp = 0; /* initialize the returned variables before we do anything */
55 *alldevsp = acn_if_list;
H A Dpcap-bt-linux.h37 int bt_findalldevs(pcap_if_t **alldevsp, char *err_str);
H A Dpcap-bt-monitor-linux.h31 int bt_monitor_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.h37 int usb_findalldevs(pcap_if_t **alldevsp, char *err_str);
H A Dpcap-null.c46 pcap_platform_finddevs(pcap_if_t **alldevsp, char *errbuf) argument
H A Dfad-win32.c116 * The list, as returned through "alldevsp", may be null if no interfaces
122 pcap_findalldevs_interfaces(pcap_if_t **alldevsp, char *errbuf) argument
166 *alldevsp = NULL;
245 *alldevsp = devlist;
H A Dfad-getad.c143 * The list, as returned through "alldevsp", may be null if no interfaces
147 pcap_findalldevs_interfaces(pcap_if_t **alldevsp, char *errbuf) argument
278 *alldevsp = devlist;
H A Dpcap.c280 pcap_findalldevs(pcap_if_t **alldevsp, char *errbuf) argument
282 return (dag_findalldevs(alldevsp, errbuf));
292 pcap_findalldevs(pcap_if_t **alldevsp, char *errbuf) argument
294 return (septel_findalldevs(alldevsp, errbuf));
304 pcap_findalldevs(pcap_if_t **alldevsp, char *errbuf) argument
306 return (snf_findalldevs(alldevsp, errbuf));
358 * The list, as returned through "alldevsp", may be null if no interfaces
362 pcap_findalldevs(pcap_if_t **alldevsp, char *errbuf) argument
369 if (pcap_findalldevs_interfaces(alldevsp, errbuf) == -1)
376 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.c123 * The list, as returned through "alldevsp", may be null if no interfaces
135 pcap_findalldevs_interfaces(pcap_if_t **alldevsp, char *errbuf) argument
415 *alldevsp = devlist;
H A Dfad-glifc.c70 * The list, as returned through "alldevsp", may be null if no interfaces
78 pcap_findalldevs_interfaces(pcap_if_t **alldevsp, char *errbuf) argument
367 *alldevsp = devlist;
H A Dpcap-bt-monitor-linux.c51 bt_monitor_findalldevs(pcap_if_t **alldevsp, char *err_str) argument
55 if (pcap_add_if(alldevsp, INTERFACE_NAME, 0,
H A Dpcap-bt-linux.c77 bt_findalldevs(pcap_if_t **alldevsp, char *err_str) argument
122 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.c274 pcap_platform_finddevs(pcap_if_t **alldevsp, char *errbuf) argument
295 if (pcap_add_if(alldevsp, entry->linkname, 0, NULL, errbuf) < 0)
H A Dpcap-usb-linux.c143 usb_dev_add(pcap_if_t** alldevsp, int n, char *err_str) argument
150 if (pcap_add_if(alldevsp, dev_name, 0,
157 usb_findalldevs(pcap_if_t **alldevsp, char *err_str) argument
178 ret = usb_dev_add(alldevsp, n, err_str);
199 ret = usb_dev_add(alldevsp, n, err_str);
H A Dpcap-netfilter-linux.c632 netfilter_findalldevs(pcap_if_t **alldevsp, char *err_str) argument
647 if (pcap_add_if(alldevsp, NFLOG_IFACE, 0, "Linux netfilter log (NFLOG) interface", err_str) < 0)
649 if (pcap_add_if(alldevsp, NFQUEUE_IFACE, 0, "Linux netfilter queue (NFQUEUE) interface", err_str) < 0)
H A Dpcap-nit.c364 pcap_platform_finddevs(pcap_if_t **alldevsp, char *errbuf) argument
H A Dpcap-snit.c442 pcap_platform_finddevs(pcap_if_t **alldevsp, char *errbuf) argument
H A Dpcap-snoop.c415 pcap_platform_finddevs(pcap_if_t **alldevsp, char *errbuf) argument
H A Dpcap-pf.c519 pcap_platform_finddevs(pcap_if_t **alldevsp, char *errbuf) argument
H A Dpcap-dlpi.c964 pcap_platform_finddevs(pcap_if_t **alldevsp, char *errbuf) argument
998 if (pcap_add_if(alldevsp, baname, 0, NULL, errbuf) < 0)
H A Dpcap-dos.c528 * The list, as returned through "alldevsp", may be null if no interfaces
531 int pcap_findalldevs (pcap_if_t **alldevsp, char *errbuf) argument
586 *alldevsp = devlist;

Completed in 144 milliseconds

12