HomeSort by relevance Sort by last modified time
    Searched refs:handlep (Results 1 - 7 of 7) sorted by null

  /external/libpcap/
pcap-dbus.c 56 struct pcap_dbus *handlep = handle->priv; local
66 message = dbus_connection_pop_message(handlep->conn);
70 if (!dbus_connection_read_write(handlep->conn, 100)) {
80 message = dbus_connection_pop_message(handlep->conn);
95 handlep->packets_read++;
109 struct pcap_dbus *handlep = handle->priv; local
120 dbus_connection_send(handlep->conn, msg, NULL);
121 dbus_connection_flush(handlep->conn);
130 struct pcap_dbus *handlep = handle->priv; local
132 stats->ps_recv = handlep->packets_read
141 struct pcap_dbus *handlep = handle->priv; local
184 struct pcap_dbus *handlep = handle->priv; local
    [all...]
pcap-linux.c 727 struct pcap_linux *handlep = handle->priv; local
814 handlep->mondevice = strdup(mondevice);
815 if (handlep->mondevice == NULL) {
891 struct pcap_linux *handlep = handle->priv; local
971 handlep->mondevice);
980 strlcpy(ifr.ifr_name, handlep->mondevice, sizeof(ifr.ifr_name));
984 handlep->mondevice);
986 handlep->mondevice);
994 handlep->mondevice);
996 handlep->mondevice)
1226 struct pcap_linux *handlep = handle->priv; local
1477 struct pcap_linux *handlep = handle->priv; local
1696 struct pcap_linux *handlep = handle->priv; local
1748 struct pcap_linux *handlep = handle->priv; local
2114 struct pcap_linux *handlep = handle->priv; local
2166 struct pcap_linux *handlep = handle->priv; local
2829 struct pcap_linux *handlep; local
3012 struct pcap_linux *handlep = handle->priv; local
3572 struct pcap_linux *handlep = handle->priv; local
3966 struct pcap_linux *handlep = handle->priv; local
4066 struct pcap_linux *handlep = handle->priv; local
4150 struct pcap_linux *handlep = handle->priv; local
4269 struct pcap_linux *handlep = handle->priv; local
4665 struct pcap_linux *handlep = handle->priv; local
4705 struct pcap_linux *handlep = handle->priv; local
4715 struct pcap_linux *handlep = handle->priv; local
4729 struct pcap_linux *handlep = handle->priv; local
4738 struct pcap_linux *handlep = handle->priv; local
4775 struct pcap_linux *handlep = handle->priv; local
4810 struct pcap_linux *handlep = handle->priv; local
4906 struct pcap_linux *handlep = handle->priv; local
5057 struct pcap_linux *handlep = handle->priv; local
5141 struct pcap_linux *handlep = handle->priv; local
5226 struct pcap_linux *handlep = handle->priv; local
5312 struct pcap_linux *handlep = handle->priv; local
5437 struct pcap_linux *handlep = handle->priv; local
5710 struct pcap_linux *handlep = handle->priv; local
6587 struct pcap_linux *handlep = handle->priv; local
6871 struct pcap_linux *handlep = handle->priv; local
    [all...]
pcap-usb-linux.c 386 struct pcap_usb_linux *handlep = handle->priv; local
391 handlep->mmapbuflen = len;
392 handlep->mmapbuf = mmap(0, handlep->mmapbuflen, PROT_READ,
394 return handlep->mmapbuf != MAP_FAILED;
515 struct pcap_usb_linux *handlep = handle->priv; local
542 if (sscanf(handle->opt.device, USB_IFACE"%d", &handlep->bus_index) != 1)
555 pcap_snprintf(full_path, USB_LINE_LEN, LINUX_USB_MON_DEV"%d", handlep->bus_index);
612 probe_devices(handlep->bus_index);
627 probe_devices(handlep->bus_index)
733 struct pcap_usb_linux *handlep = handle->priv; local
934 struct pcap_usb_linux *handlep = handle->priv; local
1018 struct pcap_usb_linux *handlep = handle->priv; local
1042 struct pcap_usb_linux *handlep = handle->priv; local
1101 struct pcap_usb_linux *handlep = handle->priv; local
1190 struct pcap_usb_linux *handlep = handle->priv; local
    [all...]
pcap-bt-linux.c 186 struct pcap_bt *handlep = handle->priv; local
225 handlep->dev_id = dev_id;
270 addr.hci_dev = handlep->dev_id;
276 errno, "Can't attach to device %d", handlep->dev_id);
391 struct pcap_bt *handlep = handle->priv; local
395 dev_info.dev_id = handlep->dev_id;
pcap-septel.c 265 struct pcap_septel *handlep = p->priv; local
266 /*handlep->stat.ps_recv = 0;*/
267 /*handlep->stat.ps_drop = 0;*/
269 *ps = handlep->stat;
pcap-netfilter-linux.c 91 struct pcap_netfilter *handlep = handle->priv; local
126 handlep->packets_nobufs++;
245 handlep->packets_read++;
293 struct pcap_netfilter *handlep = handle->priv; local
295 stats->ps_recv = handlep->packets_read;
296 stats->ps_drop = handlep->packets_nobufs;
  /external/adhd/cras/src/alsa_plugin/
ctl_cras.c 355 *handlep = cras->ext_ctl.handle;

Completed in 1324 milliseconds