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

/external/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-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 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.c53 bt_monitor_findalldevs(pcap_if_t **alldevsp, char *err_str) argument
57 if (pcap_add_if(alldevsp, INTERFACE_NAME, 0,
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-nit.c364 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-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-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-pf.c519 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-canusb-linux.c90 int canusb_findalldevs(pcap_if_t **alldevsp, char *err_str) argument
133 if (pcap_add_if(alldevsp, dev_name, 0, dev_descr, err_str) < 0)
H A Dpcap-netfilter-linux.c635 netfilter_findalldevs(pcap_if_t **alldevsp, char *err_str) argument
650 if (pcap_add_if(alldevsp, NFLOG_IFACE, 0, "Linux netfilter log (NFLOG) interface", err_str) < 0)
652 if (pcap_add_if(alldevsp, NFQUEUE_IFACE, 0, "Linux netfilter queue (NFQUEUE) interface", err_str) < 0)
H A Dpcap-win32.c948 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-bpf.c2310 pcap_platform_finddevs(pcap_if_t **alldevsp, char *errbuf) argument
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;
H A Dpcap-sita.c817 pcap_if_t *alldevsp; local
819 pcap_findalldevs_interfaces(&alldevsp, errbuf);
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.c275 pcap_findalldevs(pcap_if_t **alldevsp, char *errbuf) argument
277 return (dag_findalldevs(alldevsp, errbuf));
288 pcap_findalldevs(pcap_if_t **alldevsp, char *errbuf) argument
290 return (septel_findalldevs(alldevsp, errbuf));
301 pcap_findalldevs(pcap_if_t **alldevsp, char *errbuf) argument
303 return (snf_findalldevs(alldevsp, errbuf));
353 * The list, as returned through "alldevsp", may be null if no interfaces
357 pcap_findalldevs(pcap_if_t **alldevsp, char *errbuf) argument
364 if (pcap_findalldevs_interfaces(alldevsp, errbuf) == -1)
371 if (pcap_platform_finddevs(alldevsp, errbu
[all...]
H A Dpcap-linux.c2373 pcap_platform_finddevs(pcap_if_t **alldevsp, char *errbuf) argument
2385 ret = scan_sys_class_net(alldevsp, errbuf);
2392 if (scan_proc_net_dev(alldevsp, errbuf) == -1)
2399 if (pcap_add_if(alldevsp, "any", IFF_UP|IFF_RUNNING,

Completed in 196 milliseconds