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

12

/external/libpcap/
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
51 *alldevsp = NULL;
H A Dpcap-tc.h52 TcFindAllDevs(pcap_if_t **alldevsp, char *errbuf);
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
290 *alldevsp = devlist;
H A Dpcap-septel.c305 pcap_platform_finddevs(pcap_if_t **alldevsp, char *errbuf) argument
307 *alldevsp = NULL;
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 Dpcap-libdlpi.c285 pcap_platform_finddevs(pcap_if_t **alldevsp, char *errbuf) argument
296 if (pcap_findalldevs_interfaces(alldevsp, errbuf, is_dlpi_interface) == -1)
312 if (pcap_add_if(alldevsp, entry->linkname, 0, NULL, errbuf) < 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
426 *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
357 *alldevsp = devlist;
H A Dpcap-bt-monitor-linux.c63 bt_monitor_findalldevs(pcap_if_t **alldevsp, char *err_str) argument
67 if (pcap_add_if(alldevsp, INTERFACE_NAME, 0,
H A Dpcap-nit.c381 pcap_platform_finddevs(pcap_if_t **alldevsp, char *errbuf) argument
383 return (pcap_findalldevs_interfaces(alldevsp, errbuf, can_be_bound));
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
177 if (pcap_add_if(alldevsp, "usbmon0", 0, "All USB buses",
196 if (pcap_add_if(alldevsp, "usbmon0", 0, "All USB buses",
218 ret = usb_dev_add(alldevsp, n, err_str);
239 ret = usb_dev_add(alldevsp, n, err_str);
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-snit.c457 pcap_platform_finddevs(pcap_if_t **alldevsp, char *errbuf) argument
459 return (pcap_findalldevs_interfaces(alldevsp, errbuf, can_be_bound));
H A Dpcap-snoop.c432 pcap_platform_finddevs(pcap_if_t **alldevsp, char *errbuf) argument
434 return (pcap_findalldevs_interfaces(alldevsp, errbuf, can_be_bound));
H A Dpcap-sita.c824 pcap_if_t *alldevsp; local
826 pcap_platform_finddevs(&alldevsp, errbuf);
1028 int pcap_platform_finddevs(pcap_if_t **alldevsp, char *errbuf) { argument
1032 *alldevsp = 0; /* initialize the returned variables before we do anything */
1045 *alldevsp = acn_if_list;
H A Dpcap-netfilter-linux.c638 netfilter_findalldevs(pcap_if_t **alldevsp, char *err_str) argument
653 if (pcap_add_if(alldevsp, NFLOG_IFACE, 0, "Linux netfilter log (NFLOG) interface", err_str) < 0)
655 if (pcap_add_if(alldevsp, NFQUEUE_IFACE, 0, "Linux netfilter queue (NFQUEUE) interface", err_str) < 0)
H A Dpcap-pf.c532 pcap_platform_finddevs(pcap_if_t **alldevsp, char *errbuf) argument
534 return (pcap_findalldevs_interfaces(alldevsp, errbuf, can_be_bound));
H A Dpcap-snf.c504 pcap_platform_finddevs(pcap_if_t **alldevsp, char *errbuf) argument
506 *alldevsp = NULL;
H A Dpcap-tc.c436 TcFindAllDevs(pcap_if_t **alldevsp, char *errbuf) argument
479 if (*alldevsp == NULL)
481 *alldevsp = dev;
485 for(cursor = *alldevsp; cursor->next != NULL; cursor = cursor->next);
H A Dpcap.c335 * The list, as returned through "alldevsp", may be null if no interfaces
339 pcap_findalldevs(pcap_if_t **alldevsp, char *errbuf) argument
347 if (pcap_platform_finddevs(alldevsp, errbuf) == -1)
355 if (capture_source_types[i].findalldevs_op(alldevsp, errbuf) == -1) {
360 if (*alldevsp != NULL) {
361 pcap_freealldevs(*alldevsp);
362 *alldevsp = NULL;
H A Dpcap-dlpi.c1029 pcap_platform_finddevs(pcap_if_t **alldevsp, char *errbuf) argument
1045 if (pcap_findalldevs_interfaces(alldevsp, errbuf, is_dlpi_interface) == -1)
1071 if (pcap_add_if(alldevsp, baname, 0, NULL, errbuf) < 0)

Completed in 782 milliseconds

12