Lines Matching defs:handlep
288 struct pcap_usb_linux *handlep = handle->priv;
302 handlep->mmapbuflen = len;
303 handlep->mmapbuf = mmap(0, handlep->mmapbuflen, PROT_READ,
305 if (handlep->mmapbuf == MAP_FAILED) {
463 struct pcap_usb_linux *handlep = handle->priv;
490 if (sscanf(handle->opt.device, USB_IFACE"%d", &handlep->bus_index) != 1)
502 handlep->bus_index);
570 probe_devices(handlep->bus_index);
597 probe_devices(handlep->bus_index);
640 struct pcap_usb_linux *handlep = handle->priv;
651 stats->ps_recv = handlep->packets_read + st.queued;
664 struct pcap_usb_linux *handlep = handle->priv;
738 handlep->packets_read++;
754 struct pcap_usb_linux *handlep = handle->priv;
843 bp = &handlep->mmapbuf[vec[i]];
926 handlep->packets_read++;
953 struct pcap_usb_linux *handlep = handle->priv;
956 if (handlep->mmapbuf != NULL) {
957 munmap(handlep->mmapbuf, handlep->mmapbuflen);
958 handlep->mmapbuf = NULL;