HomeSort by relevance Sort by last modified time
    Searched refs:alldevsp (Results 1 - 25 of 27) sorted by null

1 2

  /external/libpcap/
fad-sita.c 40 int pcap_findalldevs_interfaces(pcap_if_t **alldevsp, char *errbuf) {
44 *alldevsp = 0; /* initialize the returned variables before we do anything */
57 *alldevsp = acn_if_list;
fad-null.c 49 * The list, as returned through "alldevsp", may be null if no interfaces
56 pcap_findalldevs_interfaces(pcap_if_t **alldevsp, char *errbuf)
63 *alldevsp = NULL;
pcap-bt-linux.h 39 int bt_findalldevs(pcap_if_t **alldevsp, char *err_str);
pcap-netfilter-linux.h 34 int netfilter_findalldevs(pcap_if_t **alldevsp, char *err_str);
pcap-usb-linux.h 39 int usb_findalldevs(pcap_if_t **alldevsp, char *err_str);
pcap-null.c 50 pcap_platform_finddevs(pcap_if_t **alldevsp, char *errbuf)
fad-win32.c 213 * The list, as returned through "alldevsp", may be null if no interfaces
219 pcap_findalldevs_interfaces(pcap_if_t **alldevsp, char *errbuf)
263 *alldevsp = NULL;
342 *alldevsp = devlist;
fad-getad.c 148 * The list, as returned through "alldevsp", may be null if no interfaces
152 pcap_findalldevs_interfaces(pcap_if_t **alldevsp, char *errbuf)
290 *alldevsp = devlist;
pcap.c 276 pcap_findalldevs(pcap_if_t **alldevsp, char *errbuf)
278 return (dag_findalldevs(alldevsp, errbuf));
288 pcap_findalldevs(pcap_if_t **alldevsp, char *errbuf)
290 return (septel_findalldevs(alldevsp, errbuf));
300 pcap_findalldevs(pcap_if_t **alldevsp, char *errbuf)
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)
359 if (pcap_findalldevs_interfaces(alldevsp, errbuf) == -1)
366 if (pcap_platform_finddevs(alldevsp, errbuf) == -1)
    [all...]
pcap-dbus.c 271 dbus_findalldevs(pcap_if_t **alldevsp, char *err_str)
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)
fad-gifc.c 128 * The list, as returned through "alldevsp", may be null if no interfaces
140 pcap_findalldevs_interfaces(pcap_if_t **alldevsp, char *errbuf)
423 *alldevsp = devlist;
fad-glifc.c 75 * The list, as returned through "alldevsp", may be null if no interfaces
83 pcap_findalldevs_interfaces(pcap_if_t **alldevsp, char *errbuf)
375 *alldevsp = devlist;
pcap-bt-linux.c 81 bt_findalldevs(pcap_if_t **alldevsp, char *err_str)
126 if (pcap_add_if(alldevsp, dev_name, 0,
pcap-canusb-linux.c 89 int canusb_findalldevs(pcap_if_t **alldevsp, char *err_str)
132 if (pcap_add_if(alldevsp, dev_name, 0, dev_descr, err_str) < 0)
pcap-libdlpi.c 262 pcap_platform_finddevs(pcap_if_t **alldevsp, char *errbuf)
283 if (pcap_add_if(alldevsp, entry->linkname, 0, NULL, errbuf) < 0)
pcap-usb-linux.c 147 usb_dev_add(pcap_if_t** alldevsp, int n, char *err_str)
154 if (pcap_add_if(alldevsp, dev_name, 0,
161 usb_findalldevs(pcap_if_t **alldevsp, char *err_str)
182 ret = usb_dev_add(alldevsp, n, err_str);
203 ret = usb_dev_add(alldevsp, n, err_str);
pcap-netfilter-linux.c 633 netfilter_findalldevs(pcap_if_t **alldevsp, char *err_str)
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)
pcap-nit.c 368 pcap_platform_finddevs(pcap_if_t **alldevsp, char *errbuf)
pcap-snit.c 447 pcap_platform_finddevs(pcap_if_t **alldevsp, char *errbuf)
pcap-snoop.c 419 pcap_platform_finddevs(pcap_if_t **alldevsp, char *errbuf)
pcap-pf.c 524 pcap_platform_finddevs(pcap_if_t **alldevsp, char *errbuf)
pcap-dlpi.c 925 pcap_platform_finddevs(pcap_if_t **alldevsp, char *errbuf)
959 if (pcap_add_if(alldevsp, baname, 0, NULL, errbuf) < 0)
    [all...]
pcap-dos.c 530 * The list, as returned through "alldevsp", may be null if no interfaces
533 int pcap_findalldevs (pcap_if_t **alldevsp, char *errbuf)
588 *alldevsp = devlist;
    [all...]
pcap-sita.c 819 pcap_if_t *alldevsp; local
821 pcap_findalldevs_interfaces(&alldevsp, errbuf);
    [all...]
pcap-win32.c 883 pcap_platform_finddevs(pcap_if_t **alldevsp, char *errbuf)

Completed in 344 milliseconds

1 2